X Tutup
Skip to content

Commit b932e94

Browse files
committed
Next relase will be 4.0 and not 3.4
1 parent ab73085 commit b932e94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SeleniumLibrary/keywords/waiting.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def wait_until_location_is(self, expected, timeout=None, message=None):
6666
The ``message`` argument can be used to override the default error
6767
message.
6868
69-
New in SeleniumLibrary 3.4.0
69+
New in SeleniumLibrary 4.0
7070
"""
7171

7272
expected = str(expected)
@@ -87,7 +87,7 @@ def wait_until_location_contains(self, expected, timeout=None, message=None):
8787
The ``message`` argument can be used to override the default error
8888
message.
8989
90-
New in SeleniumLibrary 3.4.0
90+
New in SeleniumLibrary 4.0
9191
"""
9292
expected = str(expected)
9393
self._wait_until(lambda: expected in self.driver.current_url,

0 commit comments

Comments
 (0)
X Tutup