Skip to content

Commit 2dc77e7

Browse files
author
Dennis Labordus
committed
Fix to make more stable.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 3396d72 commit 2dc77e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration-testing/include/general-openscd.robot

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ Check Title Filename
7979
Get Text open-scd > mwc-drawer div#title:text-is("${filename}.${scltype.lower()}")
8080

8181
Wait for Progressbar
82-
Get Style open-scd > mwc-circular-progress-four-color > div[role="progressbar"] opacity == 0
82+
${promise}= Promise To Wait For Function element => element.style.opacity == 0 open-scd > mwc-circular-progress-four-color > div[role="progressbar"]
83+
Wait For ${promise}
8384

8485
Close Issues Snackbar
8586
${snackbar}= Get Element State mwc-snackbar#issue > mwc-icon-button[slot="dismiss"] > button

0 commit comments

Comments
 (0)