Skip to content
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.36.0.3"
image: "lfenergy/compas-open-scd:v0.38.0.1"
depends_on:
- scl-data-service
- cim-mapping
Expand Down
2 changes: 1 addition & 1 deletion integration-testing/include/general-openscd.robot
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Save to local file

Check Title Filename
[Arguments] ${filename} ${scltype}
Get Text compas-layout > mwc-drawer span[slot="subtitle"] == ${filename}.${scltype.lower()}
Get Text compas-layout > div > mwc-drawer span[slot="subtitle"] == ${filename}.${scltype.lower()}

Wait for dialog is closed
Wait until executed
Expand Down