Skip to content

Commit 20dbdf5

Browse files
author
Dennis Labordus
committed
Update to latest OpenSCD Image and updated Robot Tests.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent b03734a commit 20dbdf5

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

compas/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ services:
8181
open-scd:
8282
labels:
8383
compas: true
84-
image: "lfenergy/compas-open-scd:v0.7.1-compas-2"
84+
image: "lfenergy/compas-open-scd:v0.7.1-compas-3"
8585
healthcheck:
8686
test: ["CMD", "curl", "-f", "http://localhost/"]
8787
interval: 30s

integration-testing/TestSuite002-versions-compas.robot

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ TestCase002-30
159159
# Next select the first version from the list and compare this to the current open edited version.
160160
Click ${compas-versions-editor-selector} mwc-list > mwc-check-list-item:nth-child(1) mwc-checkbox
161161
Click ${compas-versions-editor-selector} mwc-fab[label="Compare version (current)"] > button
162-
Get Text ${dialog-selector} \#wizard-content > mwc-list > mwc-list-item:nth-child(5) >> text=Substation
163-
Click ${dialog-selector} mwc-button[slot="primaryAction"] > button
162+
Get Text ${dialog-selector} \#wizard-content > mwc-list > mwc-list-item:nth-child(3) >> text=Substation
163+
Click ${dialog-selector} mwc-button[slot="secondaryAction"] > button
164164
Wait for dialog is closed
165165

166166
TestCase002-31
@@ -195,11 +195,10 @@ TestCase002-32
195195
Click ${compas-versions-editor-selector} mwc-list > mwc-check-list-item:nth-child(1) mwc-checkbox
196196
Click ${compas-versions-editor-selector} mwc-list > mwc-check-list-item:nth-child(2) mwc-checkbox
197197
Click ${compas-versions-editor-selector} mwc-fab[label="Compare versions"] > button
198-
Get Text ${dialog-selector} \#wizard-content > mwc-list > mwc-list-item:nth-child(4) >> text=Substation
199-
Click ${dialog-selector} mwc-button[slot="primaryAction"] > button
198+
Get Text ${dialog-selector} \#wizard-content > mwc-list:nth-child(1) > mwc-list-item:nth-child(3) >> text=Substation
199+
Click ${dialog-selector} mwc-button[slot="secondaryAction"] > button
200200
Wait for dialog is closed
201201

202-
203202
TestCase002-33
204203
[Documentation] Compare versions from CoMPAS not selecting correct number of versions
205204
Initialize Versions True

0 commit comments

Comments
 (0)