mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
chore: Refresh page after navigating to configs page so that we don't get blocked because of a flash message in web UI tests
This commit is contained in:
parent
727244e6fb
commit
89abb65e6b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ try:
|
|||
log_info("Navigating to the configs page ...")
|
||||
access_page(DRIVER, "/html/body/aside[1]/div[2]/ul[1]/li[5]/a", "configs")
|
||||
|
||||
sleep(2)
|
||||
DRIVER.refresh()
|
||||
|
||||
log_info("Trying to create a new config ...")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue