Skip to content

Commit 46b9061

Browse files
committed
Test macro for navigation menu sync issue
1 parent 42651b6 commit 46b9061

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*@
2+
For testing only. Delete before merging into Patch or Develop.
3+
@*/
4+
show_page('System Design');
5+
msgbox('System Design page should be visible.');
6+
show_page('Location and Resource');
7+
g = widgetpos('in_location');
8+
transp(g,'yellow',75);
9+
msgbox('Location and Resource page should be visible.');

0 commit comments

Comments
 (0)