You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integration-testing/include/general-openscd.robot
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ Wait for dialog is closed
100
100
Wait For Elements State ${dialog-selector} hidden
101
101
102
102
Wait until executed
103
-
Wait For Function element => element.className.indexOf('mdc-circular-progress--closed') >= 0 open-scd > mwc-circular-progress-four-color > div[role="progressbar"] timeout=30s
103
+
Wait For Function element => element.className.indexOf('mdc-linear-progress--closed') >= 0 open-scd > mwc-linear-progress > div[role="progressbar"] timeout=30s
104
104
105
105
Close Issues Snackbar
106
106
${snackbarVisible}= Get Element States mwc-snackbar#issue > mwc-icon-button[slot="dismiss"] > button *= visible
@@ -110,9 +110,10 @@ Close Issues Snackbar
110
110
111
111
Check Log
112
112
[Arguments]${primaryMessage}${secondaryMessage}
113
-
Open Menu View log
113
+
Open Navigation Menu menu.viewLog
114
114
Get Text mwc-dialog#log abbr[title="${primaryMessage}"]
115
115
Get Text mwc-dialog#log abbr[title="${primaryMessage}"] span[slot="secondary"]:has-text("${secondaryMessage}")
0 commit comments