Skip to content

Commit 8640b2e

Browse files
committed
Update missing not word in keyword docs
1 parent 13d3e3d commit 8640b2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SeleniumLibrary/keywords/element.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def page_should_not_contain(self, text, loglevel='TRACE'):
196196

197197
@keyword
198198
def page_should_not_contain_element(self, locator, message=None, loglevel='TRACE'):
199-
"""Verifies that element ``locator`` is found on the current page.
199+
"""Verifies that element ``locator`` is not found on the current page.
200200
201201
See the `Locating elements` section for details about the locator
202202
syntax.
@@ -1002,7 +1002,7 @@ def page_should_contain_image(self, locator, message=None, loglevel='TRACE'):
10021002

10031003
@keyword
10041004
def page_should_not_contain_image(self, locator, message=None, loglevel='TRACE'):
1005-
"""Verifies image identified by ``locator`` is found from current page.
1005+
"""Verifies image identified by ``locator`` is not found from current page.
10061006
10071007
See the `Locating elements` section for details about the locator
10081008
syntax. When using the default locator strategy, images are searched

0 commit comments

Comments
 (0)