File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
integration-testing/include Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Resource ./general-config.robot
9
9
*** Variables ***
10
10
# Variables of Selectors commonly used.
11
11
${menu-selector } mwc-drawer[id="menu"]
12
- ${dialog-selector } wizard-dialog mwc-dialog
12
+ ${dialog-selector } wizard-dialog
13
13
${substation-editor-selector } substation-editor:nth-child(1) > editor-container
14
14
15
15
*** Keywords ***
@@ -51,7 +51,7 @@ Open Menu
51
51
Close Menu
52
52
# To make the editors visible again we need to close the menu.
53
53
# We click outside the menu somewhere in the browser.
54
- Mouse Button click x=350 y=100
54
+ Mouse Button click x=350 y=350
55
55
56
56
Select Tab
57
57
[Arguments] ${tabname }
@@ -72,6 +72,7 @@ Save to local file
72
72
Click ${dialog-selector } compas-save mwc-button[label="Save to file..."] button
73
73
${file_obj } = Wait For ${dl_promise }
74
74
File Should Exist ${file_obj } [saveAs]
75
+ Wait for dialog is closed
75
76
Close Menu
76
77
77
78
Check Title Filename
You can’t perform that action at this time.
0 commit comments