File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
atest/acceptance/keywords Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,12 +75,12 @@ Page Should Contain Element When Limit Is None
7575 Page Should Contain Element name: div_name limit=${None }
7676
7777Page Should Contain Element When Limit Is Number
78- [Documentation] LOG 2:3 INFO Current page contains 2 element(s).
78+ [Documentation] LOG 2:4 INFO Current page contains 2 element(s).
7979 [Setup] Go To Page "links.html"
8080 Page Should Contain Element name: div_name limit=2
8181
8282Page Should Contain Element Log Level Does Not Affect When Keyword Passes
83- [Documentation] LOG 2:3 INFO Current page contains 2 element(s).
83+ [Documentation] LOG 2:4 INFO Current page contains 2 element(s).
8484 [Setup] Go To Page "links.html"
8585 Page Should Contain Element name: div_name loglevel=debug limit=2
8686
@@ -101,8 +101,8 @@ Page Should Contain Element When Limit Is Not Number
101101
102102Page Should Contain Element When Error With Limit And Different Loglevels
103103 [Documentation]
104- ... LOG 2.1:5 INFO REGEXP: .*links\\.html.*
105- ... LOG 3.1:5 DEBUG REGEXP: .*links\\.html.*
104+ ... LOG 2.1:7 INFO REGEXP: .*links\\.html.*
105+ ... LOG 3.1:7 DEBUG REGEXP: .*links\\.html.*
106106 [Setup] Go To Page "links.html"
107107 Run Keyword And Ignore Error
108108 ... Page Should Contain Element name: div_name limit=99
You can’t perform that action at this time.
0 commit comments