Commit 5749229a389718017cc3009968d96a3a8ea5af4a

Authored by Playtenders
1 parent a3b1def4

fix reporting

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