@@ -7,7 +7,7 @@ Resource ../resource.robot
77*** Test Cases ***
88Title Should Be
99 [Tags] NoGrid
10- [Documentation] LOG 2 :4 Page title is '(root)/index.html'.
10+ [Documentation] LOG 1 :4 Page title is '(root)/index.html'.
1111 Title Should Be (root)/index.html
1212 Run Keyword And Expect Error
1313 ... Title should have been 'not a title' but was '(root)/index.html'.
@@ -20,9 +20,9 @@ Page Should Contain
2020 [Tags] NoGrid
2121 [Documentation] The last step fails and doesn't contain the html content.
2222 ... FAIL Page should have contained text 'non existing text' but did not.
23- ... LOG 2 :7 Current page contains text 'needle'.
24- ... LOG 3 :7 INFO Current page contains text 'This is the haystack'.
25- ... LOG 4 :14 FAIL Page should have contained text 'non existing text' but did not.
23+ ... LOG 1 :7 Current page contains text 'needle'.
24+ ... LOG 2 :7 INFO Current page contains text 'This is the haystack'.
25+ ... LOG 3 :14 FAIL Page should have contained text 'non existing text' but did not.
2626 Page Should Contain needle
2727 Page Should Contain This is the haystack
2828 Page Should Contain non existing text
@@ -41,22 +41,22 @@ Page Should Contain With Custom Log Level DEBUG
4141 [Tags] NoGrid
4242 [Documentation] Html content is shown at DEBUG level.
4343 ... FAIL Page should have contained text 'non existing text' but did not.
44- ... LOG 2 :14 DEBUG REGEXP: (?i)<html.*</html>
45- ... LOG 2 :15 FAIL Page should have contained text 'non existing text' but did not.
44+ ... LOG 1 :14 DEBUG REGEXP: (?i)<html.*</html>
45+ ... LOG 1 :15 FAIL Page should have contained text 'non existing text' but did not.
4646 Page Should Contain non existing text DEBUG
4747
4848Page Should Contain With Custom Log Level TRACE
4949 [Tags] NoGrid
5050 [Documentation] Html content is shown at DEBUG level.
5151 ... FAIL Page should have contained text 'non existing text' but did not.
52- ... LOG 3 :15 TRACE REGEXP: (?i)<html.*</html>
53- ... LOG 3 :16 FAIL Page should have contained text 'non existing text' but did not.
52+ ... LOG 2 :15 TRACE REGEXP: (?i)<html.*</html>
53+ ... LOG 2 :16 FAIL Page should have contained text 'non existing text' but did not.
5454 Set Log Level TRACE
5555 Page Should Contain non existing text TRACE
5656 [Teardown] Set Log Level DEBUG
5757
5858Page Should Contain With Disabling Source Logging
59- [Documentation] LOG 3 :2 NONE
59+ [Documentation] LOG TEARDOWN :2 NONE
6060 Set Log Level INFO
6161 Run Keyword And Expect Error
6262 ... Page should have contained text 'non existing text' but did not.
@@ -71,20 +71,20 @@ Page Should Not Contain
7171 [Tags] NoGrid
7272 [Documentation] Default log level does not have html output.
7373 ... FAIL Page should not have contained text 'needle'.
74- ... LOG 2 :11 Current page does not contain text 'non existing text'.
75- ... LOG 3 :10 FAIL Page should not have contained text 'needle'.
74+ ... LOG 1 :11 Current page does not contain text 'non existing text'.
75+ ... LOG 2 :10 FAIL Page should not have contained text 'needle'.
7676 Page Should Not Contain non existing text
7777 Page Should Not Contain needle
7878
7979Page Should Not Contain With Custom Log Level
8080 [Tags] NoGrid
81- [Documentation] LOG 2 .1:10 DEBUG REGEXP: (?i)<html.*</html>
81+ [Documentation] LOG 1 .1:10 DEBUG REGEXP: (?i)<html.*</html>
8282 Run Keyword And Expect Error
8383 ... Page should not have contained text 'needle'.
8484 ... Page Should Not Contain needle DEBUG
8585
8686Page Should Not Contain With Disabling Source Logging
87- [Documentation] LOG 3 :2 NONE
87+ [Documentation] LOG TEARDOWN :2 NONE
8888 Set Log Level INFO
8989 Run Keyword And Expect Error
9090 ... Page should not have contained text 'needle'.
@@ -103,7 +103,7 @@ Page Should Contain Element With Custom Message
103103 ... Page Should Contain Element invalid Custom error message
104104
105105Page Should Contain Element With Disabling Source Logging
106- [Documentation] LOG 3 :2 NONE
106+ [Documentation] LOG TEARDOWN :2 NONE
107107 Set Log Level INFO
108108 Run Keyword And Expect Error
109109 ... Page should have contained element 'non-existent' but did not.
@@ -117,7 +117,7 @@ Page Should Not Contain Element
117117 ... Page Should Not Contain Element some_id
118118
119119Page Should Not Contain Element With Disabling Source Logging
120- [Documentation] LOG 3 :2 NONE
120+ [Documentation] LOG TEARDOWN :2 NONE
121121 Set Log Level INFO
122122 Run Keyword And Expect Error
123123 ... Page should not have contained element 'some_id'.
@@ -189,7 +189,7 @@ Get Text
189189
190190Page Should Contain Checkbox
191191 [Tags] NoGrid
192- [Documentation] LOG 2 :7 Current page contains checkbox 'can_send_email'.
192+ [Documentation] LOG 1 :7 Current page contains checkbox 'can_send_email'.
193193 [Setup] Go To Page "forms/prefilled_email_form.html"
194194 Page Should Contain Checkbox can_send_email
195195 Page Should Contain Checkbox xpath=//input[@type='checkbox' and @name='can_send_sms']
@@ -199,7 +199,7 @@ Page Should Contain Checkbox
199199
200200Page Should Not Contain Checkbox
201201 [Tags] NoGrid
202- [Documentation] LOG 2 :7 Current page does not contain checkbox 'non-existing'.
202+ [Documentation] LOG 1 :7 Current page does not contain checkbox 'non-existing'.
203203 [Setup] Go To Page "forms/prefilled_email_form.html"
204204 Page Should Not Contain Checkbox non-existing
205205 Run Keyword And Expect Error
@@ -290,7 +290,7 @@ Page Should Not Contain Text Field
290290
291291TextField Should Contain
292292 [Tags] NoGrid
293- [Documentation] LOG 2 :10 Text field 'name' contains text ''.
293+ [Documentation] LOG 1 :10 Text field 'name' contains text ''.
294294 [Setup] Go To Page "forms/email_form.html"
295295 TextField Should contain name ${EMPTY }
296296 TextField Should contain website ${EMPTY }
@@ -307,7 +307,7 @@ TextField Should Contain
307307
308308TextField Value Should Be
309309 [Tags] NoGrid
310- [Documentation] LOG 2 :10 Content of text field 'name' is ''.
310+ [Documentation] LOG 1 :10 Content of text field 'name' is ''.
311311 [Setup] Go To Page "forms/email_form.html"
312312 textfield Value Should Be name ${EMPTY }
313313 Input Text name my name
0 commit comments