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 7711326 commit 45cb393Copy full SHA for 45cb393
integration-testing/include/general-compas.robot
@@ -44,6 +44,8 @@ Add to CoMPAS
44
45
Save as to CoMPAS
46
[Arguments] ${initialValue} ${name} ${type} ${expectedVersion}
47
+ # Wait for compas save dialog to open
48
+ Sleep 0.5s Wait for dialog to be open
49
# Make sure the initial value is entered. so we can continue.
50
Get Text mwc-dialog#compas-save-as-dlg > compas-save mwc-textfield#name label > input == ${initialValue}
51
Fill Text mwc-dialog#compas-save-as-dlg > compas-save mwc-textfield#name label > input ${name}-${current-date}
0 commit comments