File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
integration-testing/include Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -60,9 +60,11 @@ Save as to CoMPAS
60
60
61
61
Update in CoMPAS
62
62
[Arguments] ${changeType } ${name } ${type } ${expectedVersion }
63
- Click mwc-dialog#compas-save-dlg > compas-save compas-changeset-radiogroup mwc-list > mwc-radio-list-item[value="${changeType.upper() } "]
64
- Add label mwc-dialog#compas-save-dlg > compas-save ${type } _${current-date } _${expectedVersion.replace('.', '') }
65
- Click mwc-dialog#compas-save-dlg > mwc-button[slot="primaryAction"] > button
63
+ # Wait for compas save dialog to open
64
+ Sleep 0.5s Wait for dialog to be open
65
+ Click ${compas-save-dialog-selector } > compas-save compas-changeset-radiogroup mwc-list > mwc-radio-list-item[value="${changeType.upper() } "]
66
+ Add label ${compas-save-dialog-selector } > compas-save ${type } _${current-date } _${expectedVersion.replace('.', '') }
67
+ Click ${compas-save-dialog-selector } > mwc-button[slot="primaryAction"] > button
66
68
Wait for dialog is closed
67
69
Close Menu
68
70
# check if the title (filename) changed to the new expected one.
You can’t perform that action at this time.
0 commit comments