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 0f78c7d commit fcd92f3Copy full SHA for fcd92f3
Examples/form-handler/element-properties.robot
@@ -18,6 +18,8 @@ Element property is disable
18
Run Keyword And Expect Error REGEXP:Element 'id:prop-enable' is enabled Element Should Be Disabled id:prop-enable
19
20
Element is visible and not visible
21
+ [Tags] Ignore_firefox
22
+ #TODO Need to recheck why firefox unstable
23
Element Should Be Visible id:prop-visible
24
Element Should Not Be Visible id:prop-hide
25
Run Keyword And Expect Error REGEXP:Element 'id:prop-hide' is not be visible Element Should Be Visible id:prop-hide
0 commit comments