mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
tests - add delay after creating service when testing configs
This commit is contained in:
parent
6d1e243fd3
commit
002c79028f
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ try:
|
|||
if TEST_TYPE == "linux":
|
||||
wait_for_service("app1.example.com")
|
||||
|
||||
sleep(30)
|
||||
|
||||
log_info("Navigating to the configs page ...")
|
||||
access_page(DRIVER, "/html/body/aside[1]/div[2]/ul[1]/li[5]/a", "configs")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue