Skip to content

Commit a4b023a

Browse files
author
Dennis Labordus
committed
Updated OpenSCD + update of robot scripts.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 713c48a commit a4b023a

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

compas/docker-compose-basex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ services:
111111
open-scd:
112112
labels:
113113
compas: true
114-
image: "lfenergy/compas-open-scd:v0.7.1-compas-4"
114+
image: "lfenergy/compas-open-scd:v0.8.0-compas-1"
115115
healthcheck:
116116
test: ["CMD", "curl", "-f", "http://localhost/"]
117117
interval: 30s

compas/docker-compose-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ services:
118118
open-scd:
119119
labels:
120120
compas: true
121-
image: "lfenergy/compas-open-scd:v0.7.1-compas-4"
121+
image: "lfenergy/compas-open-scd:v0.8.0-compas-1"
122122
healthcheck:
123123
test: ["CMD", "curl", "-f", "http://localhost/"]
124124
interval: 30s

integration-testing/TestSuite001-basic-compas.robot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ TestCase001-01
1919
Open local file ${sclname} ${scltype}
2020

2121
Select Tab Substation
22-
Get Text ${substation-editor-selector} div#header > h1:has-text("Sub1")
22+
Get Text ${substation-editor-selector} section > h1:has-text("Sub1")
2323

2424
TestCase001-02
2525
[Documentation] Open project from Local File and Add to CoMPAS
@@ -36,7 +36,7 @@ TestCase001-02
3636
Add to CoMPAS ${sclname} ${scltype} 1.0.0
3737

3838
Select Tab Substation
39-
Get Text ${substation-editor-selector} div#header > h1:has-text("Sub1")
39+
Get Text ${substation-editor-selector} section > h1:has-text("Sub1")
4040

4141
TestCase001-03
4242
[Documentation] Open project from CoMPAS
@@ -60,7 +60,7 @@ TestCase001-03
6060
Open from CoMPAS ${sclname} ${scltype} 1.0.0
6161

6262
Select Tab Substation
63-
Get Text ${substation-editor-selector} div#header > h1:has-text("Sub1")
63+
Get Text ${substation-editor-selector} section > h1:has-text("Sub1")
6464

6565
TestCase001-04
6666
[Documentation] Open project from CoMPAS and Save to Local File

integration-testing/TestSuite002-versions-compas.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ Initialize Versions
4848
Delete first substation
4949
Select Tab Substation
5050
# Got to the Substation tab and remove the first substation (Sub1), next the first substation should be Sub2.
51-
Get Text ${substation-editor-selector} div#header > h1:has-text("Sub1")
51+
Get Text ${substation-editor-selector} section > h1:has-text("Sub1")
5252
Click ${substation-editor-selector} > abbr[title="Remove"] > mwc-icon-button[icon="delete"]
53-
Get Text ${substation-editor-selector} div#header > h1:has-text("Sub2")
53+
Get Text ${substation-editor-selector} section > h1:has-text("Sub2")
5454

5555

5656
*** Test Cases ***

integration-testing/TestSuite003-cim-mapping.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ TestCase003-01
2828
Open Project from CIM ${sclname} ${scltype}
2929

3030
Select Tab Substation
31-
Get Text ${substation-editor-selector} div#header > h1:has-text("Sub1")
31+
Get Text ${substation-editor-selector} section > h1:has-text("Sub1")

integration-testing/include/general-openscd.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Resource ./general-config.robot
1010
# Variables of Selectors commonly used.
1111
${menu-selector} mwc-drawer[id="menu"]
1212
${dialog-selector} wizard-dialog
13-
${substation-editor-selector} substation-editor:first-child > editor-container
13+
${substation-editor-selector} substation-editor:first-child > action-pane
1414

1515
*** Keywords ***
1616
Initialize and Start OpenSCD

0 commit comments

Comments
 (0)