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
Get Text open-scd > mwc-drawer div#title == ${filename}.${scltype.lower()}
97
+
Get Text compas-layout > mwc-drawer span[slot="subtitle"] == ${filename}.${scltype.lower()}
97
98
98
99
Wait for dialog is closed
99
100
Wait until executed
100
101
Wait For Elements State ${dialog-selector} hidden
101
102
102
103
Wait until executed
103
-
Wait For Function element => element.className.indexOf('mdc-linear-progress--closed') >= 0 open-scd > mwc-linear-progress > div[role="progressbar"] timeout=30s
104
+
Wait For Function element => element.className.indexOf('mdc-linear-progress--closed') >= 0 oscd-waiter > mwc-linear-progress > div[role="progressbar"] timeout=30s
104
105
105
106
Close Issues Snackbar
106
107
${snackbarVisible}= Get Element States mwc-snackbar#issue > mwc-icon-button[slot="dismiss"] > button *= visible
0 commit comments