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.33.0.7"
image: "lfenergy/compas-open-scd:v0.35.0.1"
depends_on:
- scl-data-service
- cim-mapping
Expand Down
2 changes: 1 addition & 1 deletion integration-testing/TestSuite004-auto-alignment.robot
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Test Setup Initialize and Start OpenSCD
Test Teardown Make screenshot and Stop OpenSCD

*** Variables ***
${single-line-diagram-selector} oscd-plugin5f1cbbcb9fada7d8
${single-line-diagram-selector} oscd-plugin54a33cdb5f615be0

${substation1} _af9a4ae3-ba2e-4c34-8e47-5af894ee20f4
${substation1VoltageLevel} ${substation1}>S1 110kV
Expand Down
9 changes: 5 additions & 4 deletions integration-testing/include/general-openscd.robot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Resource ./general-config.robot

*** Variables ***
# Variables of Selectors commonly used.
${menu-selector} mwc-drawer[id="menu"]
${menu-selector} mwc-drawer[id='menu']
${menu-button} mwc-icon-button[label="Menu"]
${nav-selector} mwc-top-app-bar-fixed
${dialog-selector} wizard-dialog
${substation-editor-selector} substation-editor:first-child > action-pane
Expand Down Expand Up @@ -42,7 +43,7 @@ Check Browser Title

Open Menu
[Arguments] ${menuItemTitle}
Click ${menu-selector} mwc-icon-button[label="Menu"] > button
Click ${menu-button} > button
Click ${menu-selector} mwc-list > mwc-list-item >> span:text-is("${menuItemTitle}")

Open Navigation Menu
Expand Down Expand Up @@ -93,14 +94,14 @@ Save to local file

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

Wait for dialog is closed
Wait until executed
Wait For Elements State ${dialog-selector} hidden

Wait until executed
Wait For Function element => element.className.indexOf('mdc-linear-progress--closed') >= 0 open-scd > mwc-linear-progress > div[role="progressbar"] timeout=30s
Wait For Function element => element.className.indexOf('mdc-linear-progress--closed') >= 0 oscd-waiter > mwc-linear-progress > div[role="progressbar"] timeout=30s

Close Issues Snackbar
${snackbarVisible}= Get Element States mwc-snackbar#issue > mwc-icon-button[slot="dismiss"] > button *= visible
Expand Down