Skip to content

Commit 7b143e8

Browse files
authored
Fixing acceptance tests for RF 3.1 (#1255)
1 parent 77e463e commit 7b143e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

atest/acceptance/keywords/elements.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,5 @@ Cover Element can cover just one element
121121
Should Be equal As Integers ${count} 1
122122

123123
Cover Elements should throw exception when locator is invalid
124-
Run Keyword And Expect Error No element with locator '//img[@src="inexistent"]' found.
124+
Run Keyword And Expect Error No element with locator '//img?@src="inexistent"?' found.
125125
... Cover Element //img[@src="inexistent"]

0 commit comments

Comments
 (0)