We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c5c62 commit 7711326Copy full SHA for 7711326
integration-testing/include/general-compas.robot
@@ -28,9 +28,9 @@ Open from CoMPAS
28
29
Add to CoMPAS
30
[Arguments] ${initialValue} ${name} ${type} ${expectedVersion}
31
+ # Wait for compas save dialog to open
32
+ Sleep 0.5s Wait for dialog to be open
33
# Make sure the initial value is entered. so we can continue.
- # Wait for compas save dialog
- Sleep 1s Wait for dialog to be open
34
Get Text ${compas-save-dialog-selector} > compas-save mwc-textfield#name label > input == ${initialValue}
35
Fill Text ${compas-save-dialog-selector} > compas-save mwc-textfield#name label > input ${name}-${current-date}
36
Click ${compas-save-dialog-selector} > compas-save compas-scltype-select mwc-select
0 commit comments