@@ -19,7 +19,7 @@ Open from CoMPAS
19
19
Wait for dialog is closed
20
20
Close Menu
21
21
# check if the title (filename) changed to the new expected one.
22
- Check Title Filename ${sclname } -${current-date } -${expectedVersion } ${scltype }
22
+ Check Title Filename ${name } -${current-date } -${expectedVersion } ${type }
23
23
24
24
Add to CoMPAS
25
25
[Arguments] ${initialValue } ${name } ${type } ${expectedVersion }
@@ -31,7 +31,7 @@ Add to CoMPAS
31
31
Wait for dialog is closed
32
32
Close Menu
33
33
# check if the title (filename) changed to the new expected one.
34
- Check Title Filename ${sclname } -${current-date } -${expectedVersion } ${scltype }
34
+ Check Title Filename ${name } -${current-date } -${expectedVersion } ${type }
35
35
36
36
Update in CoMPAS
37
37
[Arguments] ${changeType } ${name } ${type } ${expectedVersion }
@@ -40,7 +40,7 @@ Update in CoMPAS
40
40
Wait for dialog is closed
41
41
Close Menu
42
42
# check if the title (filename) changed to the new expected one.
43
- Check Title Filename ${sclname } -${current-date } -${expectedVersion } ${scltype }
43
+ Check Title Filename ${name } -${current-date } -${expectedVersion } ${type }
44
44
45
45
Change Websockets setting
46
46
[Arguments] ${checked }
@@ -57,4 +57,4 @@ Change Websockets setting
57
57
Check CoMPAS Error
58
58
[Arguments] ${secondaryMessage }
59
59
Set Test Variable ${primaryMessage } Error communicating with CoMPAS Ecosystem
60
- Check Log ${primaryMessage } ApplicationError: ${secondaryMessage }
60
+ Check Log ${primaryMessage } ${secondaryMessage }
0 commit comments