File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
integration-testing/include Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ Open from CoMPAS
29
29
Add to CoMPAS
30
30
[Arguments] ${initialValue } ${name } ${type } ${expectedVersion }
31
31
# 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
33
34
Get Text ${compas-save-dialog-selector } > compas-save mwc-textfield#name label > input == ${initialValue }
34
- # Sleep 1s test
35
35
Fill Text ${compas-save-dialog-selector } > compas-save mwc-textfield#name label > input ${name } -${current-date }
36
36
Click ${compas-save-dialog-selector } > compas-save compas-scltype-select mwc-select
37
37
Click ${compas-save-dialog-selector } > compas-save compas-scltype-select mwc-select > mwc-list-item[value="${type.upper() } "]
You can’t perform that action at this time.
0 commit comments