Skip to content

Commit 07f4a6d

Browse files
authored
Merge pull request #187 from com-pas/chore/bump-compas-open-scd
chore: Bump compas open scd version to 0.35.0.2
2 parents 2528fac + aa6e0f4 commit 07f4a6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

compas/docker-compose-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ services:
151151
open-scd:
152152
labels:
153153
compas: true
154-
image: "lfenergy/compas-open-scd:v0.35.0.1"
154+
image: "lfenergy/compas-open-scd:v0.35.0.2"
155155
depends_on:
156156
- scl-data-service
157157
- cim-mapping

integration-testing/include/general-openscd.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Open OpenSCD and Login
3131
Set Viewport Size 1920 1080
3232
Fill Text input[id="username"] ${username}
3333
Fill Secret input[id="password"] $password
34-
Click input[type="submit"][id="kc-login"]
34+
Click button[type="submit"][id="kc-login"]
3535
Wait For Response
3636
Check Browser Title
3737

@@ -58,7 +58,7 @@ Close Menu
5858

5959
Enable Extension
6060
[Arguments] ${extensionName}
61-
Open Menu Extensions
61+
Open Menu Plug-ins
6262
${checkboxChecked}= Get Element States mwc-list#pluginList > mwc-check-list-item:has-text("${extensionName}") input[type="checkbox"] *= checked
6363
IF ${checkboxChecked} == False
6464
Check Checkbox mwc-list#pluginList > mwc-check-list-item:has-text("${extensionName}") input[type="checkbox"]

0 commit comments

Comments
 (0)