Skip to content

Commit c72f75b

Browse files
committed
test: Lower wait time
1 parent ac6eedc commit c72f75b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration-testing/include/general-compas.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Open from CoMPAS
2828

2929
Add to CoMPAS
3030
[Arguments] ${initialValue} ${name} ${type} ${expectedVersion}
31+
# Wait for compas save dialog to open
32+
Sleep 0.5s Wait for dialog to be open
3133
# Make sure the initial value is entered. so we can continue.
32-
# Wait for compas save dialog
33-
Sleep 1s Wait for dialog to be open
3434
Get Text ${compas-save-dialog-selector} > compas-save mwc-textfield#name label > input == ${initialValue}
3535
Fill Text ${compas-save-dialog-selector} > compas-save mwc-textfield#name label > input ${name}-${current-date}
3636
Click ${compas-save-dialog-selector} > compas-save compas-scltype-select mwc-select

0 commit comments

Comments
 (0)