Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump compas open scd version to 0.35.0.2 #187

Merged
merged 3 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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