Skip to content

Commit fb6a601

Browse files
committed
Fixed Element Text Should Not Be keyword version to 3.1.1
1 parent f8e325e commit fb6a601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SeleniumLibrary/keywords/element.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def element_text_should_not_be(self, locator, not_expected, message=None, ignore
348348
The ``ignore_case`` argument can be set to True to compare case
349349
insensitive, default is False.
350350
351-
New in SeleniumLibrary 3.2.
351+
New in SeleniumLibrary 3.1.1
352352
"""
353353
self.info("Verifying element '%s' does not contains exact text '%s'."
354354
% (locator, not_expected))

0 commit comments

Comments
 (0)