@@ -17,9 +17,9 @@ Open from CoMPAS
17
17
Click ${dialog-selector } compas-open compas-scltype-list > mwc-list > mwc-list-item >> span:has-text("${type.upper() } ")
18
18
Click ${dialog-selector } compas-open compas-scl-list > mwc-list > mwc-list-item:has-text("${name } -${current-date } ")
19
19
Wait for dialog is closed
20
- # check if the title (filename) changed to the new expected one. This way we know we can close the menu.
21
- Check Title Filename ${sclname } -${current-date } -${expectedVersion } ${scltype }
22
20
Close Menu
21
+ # check if the title (filename) changed to the new expected one.
22
+ Check Title Filename ${name } -${current-date } -${expectedVersion } ${type }
23
23
24
24
Add to CoMPAS
25
25
[Arguments] ${initialValue } ${name } ${type } ${expectedVersion }
@@ -29,18 +29,18 @@ Add to CoMPAS
29
29
Click ${dialog-selector } compas-save compas-scltype-radiogroup mwc-list > mwc-radio-list-item[value="${type.upper() } "]
30
30
Click ${dialog-selector } mwc-button[slot="primaryAction"] > button
31
31
Wait for dialog is closed
32
- # check if the title (filename) changed to the new expected one. This way we know we can close the menu.
33
- Check Title Filename ${sclname } -${current-date } -${expectedVersion } ${scltype }
34
32
Close Menu
33
+ # check if the title (filename) changed to the new expected one.
34
+ Check Title Filename ${name } -${current-date } -${expectedVersion } ${type }
35
35
36
36
Update in CoMPAS
37
37
[Arguments] ${changeType } ${name } ${type } ${expectedVersion }
38
38
Click ${dialog-selector } compas-save compas-changeset-radiogroup mwc-list > mwc-radio-list-item[value="${changeType.upper() } "]
39
39
Click ${dialog-selector } mwc-button[slot="primaryAction"] > button
40
40
Wait for dialog is closed
41
- # check if the title (filename) changed to the new expected one. This way we know we can close the menu.
42
- Check Title Filename ${sclname } -${current-date } -${expectedVersion } ${scltype }
43
41
Close Menu
42
+ # check if the title (filename) changed to the new expected one.
43
+ Check Title Filename ${name } -${current-date } -${expectedVersion } ${type }
44
44
45
45
Change Websockets setting
46
46
[Arguments] ${checked }
@@ -53,3 +53,8 @@ Change Websockets setting
53
53
Click ${dialog-selector } mwc-button[slot="primaryAction"] > button
54
54
Wait for dialog is closed
55
55
Close Menu
56
+
57
+ Check CoMPAS Error
58
+ [Arguments] ${secondaryMessage }
59
+ Set Test Variable ${primaryMessage } Error communicating with CoMPAS Ecosystem
60
+ Check Log ${primaryMessage } ${secondaryMessage }
0 commit comments