File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
integration-testing/include Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ Open from CoMPAS
26
26
Add to CoMPAS
27
27
[Arguments] ${initialValue } ${name } ${type } ${expectedVersion }
28
28
# Make sure the initial value is entered. so we can continue.
29
- Get Text mwc-dialog#compas-save-dlg > compas-save mwc-textfield#name label > input == ${initialValue }
30
- Fill Text mwc-dialog#compas-save-dlg > compas-save mwc-textfield#name label > input ${name } -${current-date }
31
- Click mwc-dialog#compas-save-dlg > compas-save compas-scltype-select mwc-select
32
- Click mwc-dialog#compas-save-dlg > compas-save compas-scltype-select mwc-select > mwc-list-item[value="${type.upper() } "]
33
- Add label mwc-dialog#compas-save-dlg > compas-save ${type } _${current-date }
34
- Click mwc-dialog#compas-save-dlg > mwc-button[slot="primaryAction"] > button
29
+ Get Text div#menuContent mwc-dialog#compas-save-dlg > compas-save mwc-textfield#name label > input == ${initialValue }
30
+ Fill Text div#menuContent mwc-dialog#compas-save-dlg > compas-save mwc-textfield#name label > input ${name } -${current-date }
31
+ Click div#menuContent mwc-dialog#compas-save-dlg > compas-save compas-scltype-select mwc-select
32
+ Click div#menuContent mwc-dialog#compas-save-dlg > compas-save compas-scltype-select mwc-select > mwc-list-item[value="${type.upper() } "]
33
+ Add label div#menuContent mwc-dialog#compas-save-dlg > compas-save ${type } _${current-date }
34
+ Click div#menuContent mwc-dialog#compas-save-dlg > mwc-button[slot="primaryAction"] > button
35
35
Wait for dialog is closed
36
36
Close Menu
37
37
# check if the title (filename) changed to the new expected one.
You can’t perform that action at this time.
0 commit comments