mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Add sleep to wait for plugins to being completely deleted in plugins_page ui tests
This commit is contained in:
parent
2e2c7080be
commit
d652eac592
1 changed files with 2 additions and 0 deletions
|
|
@ -95,6 +95,8 @@ try:
|
|||
|
||||
access_page(DRIVER, "//form[@data-plugins-modal-form-delete='']//button[@type='submit']", "plugins", False)
|
||||
|
||||
sleep(30)
|
||||
|
||||
if TEST_TYPE == "linux":
|
||||
wait_for_service()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue