Commit 0be831dd10fcd0f3f2af818fcd306eb4cf125aee

Authored by Oleksandr Iskryzhytskyi
1 parent 2e8d75e1

- fixed: waiting animation while closing alert

Showing 1 changed file with 3 additions and 0 deletions
@@ -346,6 +346,9 @@ close current visible alert @@ -346,6 +346,9 @@ close current visible alert
346 346
347 click visible element ${alert_opened_close_btn_locator} 347 click visible element ${alert_opened_close_btn_locator}
348 348
  349 + # wait for ending animation
  350 + sleep 500ms
  351 +
349 wait until page contains search 352 wait until page contains search
350 [Arguments] ${locator} ${retry}=5m ${retry_interval}=2s 353 [Arguments] ${locator} ${retry}=5m ${retry_interval}=2s
351 [Documentation] чекає поки елемент не з'явиться на сторінці з перезапуском пошуку 354 [Documentation] чекає поки елемент не з'явиться на сторінці з перезапуском пошуку
Please register or login to post a comment