Skip to content

Commit 505e6b3

Browse files
committed
Updated tests reflecting change in keyword name to 'Get WebElements'.
1 parent da4259a commit 505e6b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/acceptance/keywords/elements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Resource ../resource.txt
44

55
*** Test Cases ***
66
Get Elements
7-
@{links}= Get Elements //div[@id="div_id"]/a
7+
@{links}= Get WebElements //div[@id="div_id"]/a
88
Length Should Be ${links} 11
99

1010
More Get Elements
1111
[Setup] Go To Page "forms/prefilled_email_form.html"
12-
@{checkboxes}= Get Elements //input[@type="checkbox"]
12+
@{checkboxes}= Get WebElements //input[@type="checkbox"]
1313
Length Should Be ${checkboxes} 2
1414
:For ${checkbox} in @{checkboxes}
1515
\ Unselect Checkbox ${checkbox}

0 commit comments

Comments
 (0)