Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -333,8 +333,8 @@ submit form and check result |
333 | 333 | #cat проба |
334 | 334 | run keyword and ignore error Load Sign |
335 | 335 | run keyword and ignore error close current visible alert |
336 | - run keyword if condition is not none ${wait_element_locator} wait until element is visible ${wait_element_locator} 60 | |
337 | - run keyword if condition is not none ${wait_element_locator} wait until page contains element ${wait_element_locator} 60s Element was not shown after form submitting | |
336 | + run keyword and ignore error run keyword if condition is not none ${wait_element_locator} wait until element is visible ${wait_element_locator} 60 | |
337 | + run keyword and ignore error run keyword if condition is not none ${wait_element_locator} wait until page contains element ${wait_element_locator} 60s Element was not shown after form submitting | |
338 | 338 | |
339 | 339 | close sync alert |
340 | 340 | [Arguments] ${wait_msg}=${None} | ... | ... |
Please
register
or
login
to post a comment