Skip to content

Commit

Permalink
chore: Refresh page after navigating to configs page so that we don't…
Browse files Browse the repository at this point in the history
… get blocked because of a flash message in web UI tests
  • Loading branch information
TheophileDiot committed Jun 14, 2024
1 parent 727244e commit 89abb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/configs_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
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 ...")

Expand Down

0 comments on commit 89abb65

Please sign in to comment.