We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b040b4 commit 6d669ebCopy full SHA for 6d669eb
integration-testing/TestSuite004-auto-alignment.robot
@@ -30,8 +30,10 @@ Execute SCL Auto Alignment
30
31
Select SLD Substation
32
[Arguments] ${id}
33
+ Sleep 0.5s Wait before clicking the dropdown
34
# First click on the selectbox to open the dropdown box, to make the values visible.
35
Click ${single-line-diagram-selector} mwc-select[id="substationSelector"]
36
+ Sleep 0.5s Wait before selecting the correct substation
37
# Now we can select the correct substation.
38
Click ${single-line-diagram-selector} mwc-select[id="substationSelector"] > mwc-list-item[value="${id}"]
39
0 commit comments