Skip to content

Commit 46b3cf9

Browse files
author
Dennis Labordus
committed
Fixed Robot tests.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 175fe68 commit 46b3cf9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

integration-testing/TestSuite002-versions-compas.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ TestCase002-10
102102

103103
Select Tab CoMPAS Versions
104104
Get Element Count ${compas-versions-editor-selector} mwc-list > mwc-check-list-item == 2
105-
Get Text ${compas-versions-editor-selector} mwc-list > mwc-check-list-item:last-child *= ${sclname}-${current-date} (2.0.0)
105+
Get Text ${compas-versions-editor-selector} mwc-list > mwc-check-list-item:last-child *= ${sclname}-${current-date} (Version: 2.0.0)
106106

107107
TestCase002-11
108108
[Documentation] Restore first version from the list of versions

integration-testing/TestSuite005-validator.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ TestCase005-01
2929

3030
Open Menu View diagnostics
3131
Get Text mwc-dialog#diagnostic > filtered-list > mwc-list-item:nth-child(4) == Validate using OCL
32-
Get Element Count mwc-dialog#diagnostic > filtered-list > abbr == 333
32+
Get Element Count mwc-dialog#diagnostic > filtered-list > abbr == 332
3333

3434
TestCase005-02
3535
[Documentation] Execute the SCL Validator (REST API) with OCL Validation Errros.
@@ -44,7 +44,7 @@ TestCase005-02
4444

4545
Open Menu View diagnostics
4646
Get Text mwc-dialog#diagnostic > filtered-list > mwc-list-item:nth-child(4) == Validate using OCL
47-
Get Element Count mwc-dialog#diagnostic > filtered-list > abbr == 333
47+
Get Element Count mwc-dialog#diagnostic > filtered-list > abbr == 332
4848

4949
TestCase005-03
5050
[Documentation] Execute the SCL Validator (Websockets) with XSD Validation Errors.

0 commit comments

Comments
 (0)