Skip to content

Commit 1440a36

Browse files
author
Dennis Labordus
committed
Fixed Robot tests.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 0ffebc4 commit 1440a36

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

integration-testing/TestSuite004-auto-alignment.robot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ TestCase004-01
5454

5555
Select Tab Single Line Diagram
5656
Select SLD Substation ${substation1}
57-
Check X/Y Coordinates ${substation1VoltageLevel} 36 10
57+
Check X/Y Coordinates ${substation1VoltageLevel} 36 14
5858
Select SLD Substation ${substation3}
5959
Check X/Y Coordinates ${substation3VoltageLevel} 0 0
6060

@@ -73,7 +73,7 @@ TestCase004-02
7373

7474
Select Tab Single Line Diagram
7575
Select SLD Substation ${substation1}
76-
Check X/Y Coordinates ${substation1VoltageLevel} 36 10
76+
Check X/Y Coordinates ${substation1VoltageLevel} 36 14
7777
Select SLD Substation ${substation3}
78-
Check X/Y Coordinates ${substation3VoltageLevel} 12 8
78+
Check X/Y Coordinates ${substation3VoltageLevel} 12 10
7979

integration-testing/include/general-openscd.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Check Browser Title
4646
Open Menu
4747
[Arguments] ${menuItemTitle}
4848
Click ${menu-selector} mwc-icon-button[label="Menu"] > button
49-
Click ${menu-selector} mwc-list > mwc-list-item >> span:has-text("${menuItemTitle}")
49+
Click ${menu-selector} mwc-list > mwc-list-item >> span:text-is("${menuItemTitle}")
5050

5151
Close Menu
5252
# To make the editors visible again we need to close the menu.

0 commit comments

Comments
 (0)