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:
Théophile Diot 2024-06-14 16:24:42 +02:00
parent 727244e6fb
commit 89abb65e6b
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -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 ...")