Skip to content

Commit

Permalink
chore: Adjust progress bar selector
Browse files Browse the repository at this point in the history
  • Loading branch information
clepski committed Sep 26, 2024
1 parent 798d8fa commit fcf4e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-testing/include/general-openscd.robot
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Wait for dialog is closed
Wait For Elements State ${dialog-selector} hidden

Wait until executed
Wait For Function element => element.className.indexOf('mdc-linear-progress--closed') >= 0 open-scd > mwc-linear-progress > div[role="progressbar"] timeout=30s
Wait For Function element => element.className.indexOf('mdc-linear-progress--closed') >= 0 oscd-waiter > mwc-linear-progress > div[role="progressbar"] timeout=30s

Close Issues Snackbar
${snackbarVisible}= Get Element States mwc-snackbar#issue > mwc-icon-button[slot="dismiss"] > button *= visible
Expand Down

0 comments on commit fcf4e97

Please sign in to comment.