File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
integration-testing/include Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ services:
151
151
open-scd :
152
152
labels :
153
153
compas : true
154
- image : " lfenergy/compas-open-scd:v0.35.0.1 "
154
+ image : " lfenergy/compas-open-scd:v0.35.0.2 "
155
155
depends_on :
156
156
- scl-data-service
157
157
- cim-mapping
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Open OpenSCD and Login
31
31
Set Viewport Size 1920 1080
32
32
Fill Text input[id="username"] ${username }
33
33
Fill Secret input[id="password"] $password
34
- Click input [type="submit"][id="kc-login"]
34
+ Click button [type="submit"][id="kc-login"]
35
35
Wait For Response
36
36
Check Browser Title
37
37
@@ -58,7 +58,7 @@ Close Menu
58
58
59
59
Enable Extension
60
60
[Arguments] ${extensionName }
61
- Open Menu Extensions
61
+ Open Menu Plug-ins
62
62
${checkboxChecked } = Get Element States mwc-list#pluginList > mwc-check-list-item:has-text("${extensionName } ") input[type="checkbox"] *= checked
63
63
IF ${checkboxChecked } == False
64
64
Check Checkbox mwc-list#pluginList > mwc-check-list-item:has-text("${extensionName } ") input[type="checkbox"]
You can’t perform that action at this time.
0 commit comments