We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcde88 commit 7cd6ea3Copy full SHA for 7cd6ea3
integration-testing/include/general-openscd.robot
@@ -59,7 +59,7 @@ Enable Extension
59
Open Menu Extensions
60
${checkboxState}= Get Element State mwc-list#pluginList > mwc-check-list-item:has-text("${extensionName}") input[type="checkbox"] Checked
61
IF ${checkboxState} == False
62
- Check Checkbox mwc-list#pluginList > mwc-check-list-item:has-text("${extensionName}") input[type="checkbox"]
+ Check Checkbox mwc-list#pluginList > mwc-check-list-item:has-text("${extensionName}") input[type="checkbox"]
63
END
64
# Press the escape key to close the dialog.
65
Keyboard Key press Escape
0 commit comments