tests - add delay after creating service when testing configs

This commit is contained in:
fl0ppy-d1sk 2024-05-10 16:32:29 +02:00
parent 6d1e243fd3
commit 002c79028f
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500

View file

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