@@ -6,6 +6,7 @@ Resource ../resource.robot
66
77*** Test Cases ***
88Title Should Be
9+ [Tags] NoGrid
910 [Documentation] LOG 2:4 Page title is '(root)/index.html'.
1011 Title Should Be (root)/index.html
1112 Run Keyword And Expect Error
@@ -16,6 +17,7 @@ Title Should Be
1617 ... Title Should Be not a title message=Page title was not expected
1718
1819Page Should Contain
20+ [Tags] NoGrid
1921 [Documentation] The last step fails and doesn't contain the html content.
2022 ... FAIL Page should have contained text 'non existing text' but did not.
2123 ... LOG 2:7 Current page contains text 'needle'.
@@ -31,13 +33,15 @@ Page Should Contain With Text Having Internal Elements
3133 Page Should Contain Relative with text after
3234
3335Page Should Contain With Custom Log Level DEBUG
36+ [Tags] NoGrid
3437 [Documentation] Html content is shown at DEBUG level.
3538 ... FAIL Page should have contained text 'non existing text' but did not.
3639 ... LOG 2:14 DEBUG REGEXP: (?i)<html.*</html>
3740 ... LOG 2:15 FAIL Page should have contained text 'non existing text' but did not.
3841 Page Should Contain non existing text DEBUG
3942
4043Page Should Contain With Custom Log Level TRACE
44+ [Tags] NoGrid
4145 [Documentation] Html content is shown at DEBUG level.
4246 ... FAIL Page should have contained text 'non existing text' but did not.
4347 ... LOG 3:15 TRACE REGEXP: (?i)<html.*</html>
@@ -59,6 +63,7 @@ Page Should Contain With Frames
5963 Page Should Contain You're looking at right.
6064
6165Page Should Not Contain
66+ [Tags] NoGrid
6267 [Documentation] Default log level does not have html output.
6368 ... FAIL Page should not have contained text 'needle'.
6469 ... LOG 2:11 Current page does not contain text 'non existing text'.
@@ -67,6 +72,7 @@ Page Should Not Contain
6772 Page Should Not Contain needle
6873
6974Page Should Not Contain With Custom Log Level
75+ [Tags] NoGrid
7076 [Documentation] LOG 2.1:10 DEBUG REGEXP: (?i)<html.*</html>
7177 Run Keyword And Expect Error
7278 ... Page should not have contained text 'needle'.
@@ -177,6 +183,7 @@ Get Text
177183 ... Get Text missing_id
178184
179185Page Should Contain Checkbox
186+ [Tags] NoGrid
180187 [Documentation] LOG 2:7 Current page contains checkbox 'can_send_email'.
181188 [Setup] Go To Page "forms/prefilled_email_form.html"
182189 Page Should Contain Checkbox can_send_email
@@ -186,6 +193,7 @@ Page Should Contain Checkbox
186193 ... Page Should Contain Checkbox non-existing
187194
188195Page Should Not Contain Checkbox
196+ [Tags] NoGrid
189197 [Documentation] LOG 2:7 Current page does not contain checkbox 'non-existing'.
190198 [Setup] Go To Page "forms/prefilled_email_form.html"
191199 Page Should Not Contain Checkbox non-existing
@@ -276,6 +284,7 @@ Page Should Not Contain Text Field
276284 ... Page Should Not Contain Text Field website
277285
278286TextField Should Contain
287+ [Tags] NoGrid
279288 [Documentation] LOG 2:10 Text field 'name' contains text ''.
280289 [Setup] Go To Page "forms/email_form.html"
281290 TextField Should contain name ${EMPTY }
@@ -292,6 +301,7 @@ TextField Should Contain
292301 ... TextField Should contain website https://w3.org
293302
294303TextField Value Should Be
304+ [Tags] NoGrid
295305 [Documentation] LOG 2:10 Content of text field 'name' is ''.
296306 [Setup] Go To Page "forms/email_form.html"
297307 textfield Value Should Be name ${EMPTY }
0 commit comments