File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
integration-testing/include Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Add to CoMPAS
27
27
[Arguments] ${initialValue } ${name } ${type } ${expectedVersion }
28
28
# Make sure the initial value is entered. so we can continue.
29
29
Get Text div#menuContent mwc-dialog#compas-save-dlg > compas-save mwc-textfield#name label > input == ${initialValue }
30
- Sleep 1s test
30
+ # Sleep 1s test
31
31
Fill Text div#menuContent mwc-dialog#compas-save-dlg > compas-save mwc-textfield#name label > input ${name } -${current-date }
32
32
Click div#menuContent mwc-dialog#compas-save-dlg > compas-save compas-scltype-select mwc-select
33
33
Click div#menuContent mwc-dialog#compas-save-dlg > 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