Skip to content

Commit b89e942

Browse files
author
Dennis Labordus
committed
Fix to make run more stable.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 00ec017 commit b89e942

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

integration-testing/include/general-openscd.robot

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Resource ./general-config.robot
99
*** Variables ***
1010
# Variables of Selectors commonly used.
1111
${menu-selector} mwc-drawer[id="menu"]
12-
${dialog-selector} wizard-dialog mwc-dialog
12+
${dialog-selector} wizard-dialog
1313
${substation-editor-selector} substation-editor:nth-child(1) > editor-container
1414

1515
*** Keywords ***
@@ -51,7 +51,7 @@ Open Menu
5151
Close Menu
5252
# To make the editors visible again we need to close the menu.
5353
# 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
5555

5656
Select Tab
5757
[Arguments] ${tabname}
@@ -72,6 +72,7 @@ Save to local file
7272
Click ${dialog-selector} compas-save mwc-button[label="Save to file..."] button
7373
${file_obj}= Wait For ${dl_promise}
7474
File Should Exist ${file_obj}[saveAs]
75+
Wait for dialog is closed
7576
Close Menu
7677

7778
Check Title Filename

0 commit comments

Comments
 (0)