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 c72f75b commit 5293555Copy full SHA for 5293555
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