Skip to content

Commit

Permalink
Merge pull request #187 from com-pas/chore/bump-compas-open-scd
Browse files Browse the repository at this point in the history
chore: Bump compas open scd version to 0.35.0.2
  • Loading branch information
clepski authored Oct 16, 2024
2 parents 2528fac + aa6e0f4 commit 07f4a6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compas/docker-compose-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ services:
open-scd:
labels:
compas: true
image: "lfenergy/compas-open-scd:v0.35.0.1"
image: "lfenergy/compas-open-scd:v0.35.0.2"
depends_on:
- scl-data-service
- cim-mapping
Expand Down
4 changes: 2 additions & 2 deletions integration-testing/include/general-openscd.robot
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Open OpenSCD and Login
Set Viewport Size 1920 1080
Fill Text input[id="username"] ${username}
Fill Secret input[id="password"] $password
Click input[type="submit"][id="kc-login"]
Click button[type="submit"][id="kc-login"]
Wait For Response
Check Browser Title

Expand All @@ -58,7 +58,7 @@ Close Menu

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

0 comments on commit 07f4a6d

Please sign in to comment.