Skip to content

Commit 516b0f1

Browse files
committed
Fixing counting elements for selenium 3.14.0
1 parent 71fc90c commit 516b0f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

atest/acceptance/keywords/counting_elements.robot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

7777
Page 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

8282
Page 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

102102
Page 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

0 commit comments

Comments
 (0)