Skip to content

Commit ac6eedc

Browse files
committed
test: Another attempt
1 parent 36f662a commit ac6eedc

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
@@ -29,9 +29,9 @@ Open from CoMPAS
2929
Add to CoMPAS
3030
[Arguments] ${initialValue} ${name} ${type} ${expectedVersion}
3131
# Make sure the initial value is entered. so we can continue.
32-
Wait for compas save dialog
32+
# Wait for compas save dialog
33+
Sleep 1s Wait for dialog to be open
3334
Get Text ${compas-save-dialog-selector} > compas-save mwc-textfield#name label > input == ${initialValue}
34-
# Sleep 1s test
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
3737
Click ${compas-save-dialog-selector} > compas-save compas-scltype-select mwc-select > mwc-list-item[value="${type.upper()}"]

0 commit comments

Comments
 (0)