Skip to content

Commit 7d4965f

Browse files
committed
Resolve merge for keyword name change
2 parents 01d2d31 + e5ca153 commit 7d4965f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Selenium2Library/keywords/_waiting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,4 @@ def _wait_until_no_error(self, timeout, wait_func, *args):
175175

176176
def _format_timeout(self, timeout):
177177
timeout = robot.utils.timestr_to_secs(timeout) if timeout is not None else self._timeout_in_secs
178-
return robot.utils.secs_to_timestr(timeout)
178+
return robot.utils.secs_to_timestr(timeout)

test/acceptance/keywords/waiting.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ Wait Until Element Is Enabled
3232
Run Keyword And Expect Error Element 'id=disabled' was not enabled in 100 milliseconds Wait Until Element Is Enabled id=disabled 0.1
3333
Wait Until Element Is Enabled id=disabled 2 s
3434
Run Keyword And Expect Error Element locator 'id=invalid' did not match any elements after 100 milliseconds Wait Until Element Is Enabled id=invalid 0.1
35-
Run Keyword And Expect Error User error message Wait Until Element Is Enabled id=invalid 0.1 User error message
35+
Run Keyword And Expect Error User error message Wait Until Element Is Enabled id=invalid 0.1 User error message
36+

0 commit comments

Comments
 (0)