Skip to content

Commit 5293555

Browse files
committed
test: Add wait time to save-as
1 parent c72f75b commit 5293555

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration-testing/include/general-compas.robot

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Add to CoMPAS
4444

4545
Save as to CoMPAS
4646
[Arguments] ${initialValue} ${name} ${type} ${expectedVersion}
47+
# Wait for compas save dialog to open
48+
Sleep 0.5s Wait for dialog to be open
4749
# Make sure the initial value is entered. so we can continue.
4850
Get Text mwc-dialog#compas-save-as-dlg > compas-save mwc-textfield#name label > input == ${initialValue}
4951
Fill Text mwc-dialog#compas-save-as-dlg > compas-save mwc-textfield#name label > input ${name}-${current-date}

0 commit comments

Comments
 (0)