Skip to content

Commit 6d669eb

Browse files
committed
chore: add sleeps to select SLD substation
Signed-off-by: Juan Munoz <[email protected]>
1 parent 5b040b4 commit 6d669eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration-testing/TestSuite004-auto-alignment.robot

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ Execute SCL Auto Alignment
3030

3131
Select SLD Substation
3232
[Arguments] ${id}
33+
Sleep 0.5s Wait before clicking the dropdown
3334
# First click on the selectbox to open the dropdown box, to make the values visible.
3435
Click ${single-line-diagram-selector} mwc-select[id="substationSelector"]
36+
Sleep 0.5s Wait before selecting the correct substation
3537
# Now we can select the correct substation.
3638
Click ${single-line-diagram-selector} mwc-select[id="substationSelector"] > mwc-list-item[value="${id}"]
3739

0 commit comments

Comments
 (0)