Skip to content

Commit d4c141d

Browse files
committed
Fixed expected output on test after recent spelling correction change
1 parent 87c1963 commit d4c141d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utest/test/api/approved_files/PluginDocumentation.test_many_plugins.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ space. It is also possible mix different locator strategies, example css or xpat
142142
used to specify multiple locators. This is useful, is some part of locator would match as the locator separator
143143
but it should not. Or if there is need to existing WebElement as locator.
144144

145-
Although all locators support chaining, some locator strategies do not abey the chaining. This is because
145+
Although all locators support chaining, some locator strategies do not obey the chaining. This is because
146146
some locator strategies use JavaScript to find elements and JavaScript is executed for the whole browser context
147147
and not for the element found be the previous locator. Chaining is supported by locator strategies which
148148
are based on Selenium API, like `xpath` or `css`, but example chaining is not supported by `sizzle` or `jquery

0 commit comments

Comments
 (0)