From 6d14778fe38492213de4ef6424cd95904b67b77d Mon Sep 17 00:00:00 2001 From: Christopher Lepski Date: Wed, 16 Oct 2024 12:56:36 +0200 Subject: [PATCH 1/3] chore: Bump compas open scd version to 0.35.0.2 Signed-off-by: Christopher Lepski --- compas/docker-compose-postgresql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From e1bff7743bc13292acb809a7fc562424b684c7a8 Mon Sep 17 00:00:00 2001 From: Christopher Lepski Date: Wed, 16 Oct 2024 13:38:13 +0200 Subject: [PATCH 2/3] chore: Adjust login button selector Signed-off-by: Christopher Lepski --- integration-testing/include/general-openscd.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-testing/include/general-openscd.robot b/integration-testing/include/general-openscd.robot index 535ffdb..5cfea41 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 From aa6e0f4091883da91b010fcc33ff7d5eae6315f8 Mon Sep 17 00:00:00 2001 From: Christopher Lepski Date: Wed, 16 Oct 2024 14:01:04 +0200 Subject: [PATCH 3/3] test: Adjust extension selector Signed-off-by: Christopher Lepski --- integration-testing/include/general-openscd.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-testing/include/general-openscd.robot b/integration-testing/include/general-openscd.robot index 5cfea41..3e7be72 100644 --- a/integration-testing/include/general-openscd.robot +++ b/integration-testing/include/general-openscd.robot @@ -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"]