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
2929Add to CoMPAS
3030 [Arguments] ${initialValue } ${name } ${type } ${expectedVersion }
3131 # 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
3334 Get Text ${compas-save-dialog-selector } > compas-save mwc-textfield#name label > input == ${initialValue }
34- # Sleep 1s test
3535 Fill Text ${compas-save-dialog-selector } > compas-save mwc-textfield#name label > input ${name } -${current-date }
3636 Click ${compas-save-dialog-selector } > compas-save compas-scltype-select mwc-select
3737 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