@@ -20,7 +20,6 @@ Location Should Be
2020 ... Location should have been 'non existing' but was 'http://localhost:7000/html/'.
2121 ... Location Should Be non existing message=None
2222
23-
2423Location Should Contain
2524 [Documentation] LOG 2:4 Current location contains 'html'.
2625 Location Should Contain html
@@ -36,7 +35,6 @@ Location Should Contain
3635 ... Location should have contained 'not a location' but it was 'http://localhost:7000/html/'.
3736 ... Location Should Contain not a location message=None
3837
39-
4038Title Should Be
4139 [Documentation] LOG 2:4 Page title is '(root)/index.html'.
4240 Title Should Be (root)/index.html
@@ -47,26 +45,36 @@ Title Should Be
4745 ... Page title was not expected
4846 ... Title Should Be not a title message=Page title was not expected
4947
50-
5148Page Should Contain
52- [Documentation] LOG 2:7 Current page contains text 'needle'.
53- ... LOG 4.1:14 REGEXP: (?i)<html.*</html>
49+ [Documentation] The last step fails and doesn't contain the html content.
50+ ... FAIL Page should have contained text 'non existing text' but did not.
51+ ... LOG 2:7 Current page contains text 'needle'.
52+ ... LOG 3:7 INFO Current page contains text 'This is the haystack'.
53+ ... LOG 4:14 FAIL Page should have contained text 'non existing text' but did not.
5454 Page Should Contain needle
5555 Page Should Contain This is the haystack
56- Run Keyword And Expect Error
57- ... Page should have contained text 'non existing text' but did not.
58- ... Page Should Contain non existing text
56+ Page Should Contain non existing text
5957
60- Page Should Contain with text having internal elements
58+ Page Should Contain With Text Having Internal Elements
6159 Page Should Contain This is the haystack and somewhere on this page is a needle.
6260 Go to page "links.html"
6361 Page Should Contain Relative with text after
6462
65- Page Should Contain With Custom Log Level
66- [Documentation] LOG 2.1:14 DEBUG REGEXP: (?i)<html.*</html>
67- Run Keyword And Expect Error
68- ... Page should have contained text 'non existing text' but did not.
69- ... Page Should Contain non existing text DEBUG
63+ Page Should Contain With Custom Log Level DEBUG
64+ [Documentation] Html content is shown at DEBUG level.
65+ ... FAIL Page should have contained text 'non existing text' but did not.
66+ ... LOG 2:14 DEBUG REGEXP: (?i)<html.*</html>
67+ ... LOG 2:15 FAIL Page should have contained text 'non existing text' but did not.
68+ Page Should Contain non existing text DEBUG
69+
70+ Page Should Contain With Custom Log Level TRACE
71+ [Documentation] Html content is shown at DEBUG level.
72+ ... FAIL Page should have contained text 'non existing text' but did not.
73+ ... LOG 3:15 TRACE REGEXP: (?i)<html.*</html>
74+ ... LOG 3:16 FAIL Page should have contained text 'non existing text' but did not.
75+ Set Log Level TRACE
76+ Page Should Contain non existing text TRACE
77+ [Teardown] Set Log Level DEBUG
7078
7179Page Should Contain With Disabling Source Logging
7280 [Documentation] LOG 3:2 NONE
@@ -81,12 +89,12 @@ Page Should Contain With Frames
8189 Page Should Contain You're looking at right.
8290
8391Page Should Not Contain
84- [Documentation] LOG 2:11 Current page does not contain text 'non existing text'.
85- ... LOG 3.1:10 REGEXP: (?i)<html.*</html>
92+ [Documentation] Default log level does not have html output.
93+ ... FAIL Page should not have contained text 'needle'.
94+ ... LOG 2:11 Current page does not contain text 'non existing text'.
95+ ... LOG 3:10 FAIL Page should not have contained text 'needle'.
8696 Page Should Not Contain non existing text
87- Run Keyword And Expect Error
88- ... Page should not have contained text 'needle'.
89- ... Page Should Not Contain needle
97+ Page Should Not Contain needle
9098
9199Page Should Not Contain With Custom Log Level
92100 [Documentation] LOG 2.1:10 DEBUG REGEXP: (?i)<html.*</html>
0 commit comments