Skip to content

Commit 4bca88c

Browse files
committed
test: Comment out sleep
1 parent 735859d commit 4bca88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-testing/include/general-compas.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Add to CoMPAS
2727
[Arguments] ${initialValue} ${name} ${type} ${expectedVersion}
2828
# Make sure the initial value is entered. so we can continue.
2929
Get Text div#menuContent mwc-dialog#compas-save-dlg > compas-save mwc-textfield#name label > input == ${initialValue}
30-
Sleep 1s test
30+
# Sleep 1s test
3131
Fill Text div#menuContent mwc-dialog#compas-save-dlg > compas-save mwc-textfield#name label > input ${name}-${current-date}
3232
Click div#menuContent mwc-dialog#compas-save-dlg > compas-save compas-scltype-select mwc-select
3333
Click div#menuContent mwc-dialog#compas-save-dlg > compas-save compas-scltype-select mwc-select > mwc-list-item[value="${type.upper()}"]

0 commit comments

Comments
 (0)