diff --git a/compas/docker-compose-postgresql.yml b/compas/docker-compose-postgresql.yml index 54ccaa3..60232cc 100644 --- a/compas/docker-compose-postgresql.yml +++ b/compas/docker-compose-postgresql.yml @@ -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 diff --git a/integration-testing/include/general-openscd.robot b/integration-testing/include/general-openscd.robot index 535ffdb..3e7be72 100644 --- a/integration-testing/include/general-openscd.robot +++ b/integration-testing/include/general-openscd.robot @@ -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 @@ -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"]