configs_page add delay for scheduler rerun

This commit is contained in:
Jordan Blasenhauer 2024-05-10 12:36:20 +02:00
parent 4d45d38807
commit 6721f24b30

View file

@ -67,7 +67,7 @@ location /hello {
assert_alert_message(DRIVER, "Created")
sleep(10)
sleep(30)
DRIVER.execute_script("window.open('http://www.example.com/hello','_blank');")
DRIVER.switch_to.window(DRIVER.window_handles[1])
@ -166,7 +166,7 @@ location /hello {
assert_alert_message(DRIVER, "Deleted")
sleep(10)
sleep(30)
resp = get("http://www.example.com/hello")
@ -203,7 +203,7 @@ location /hello {
assert_alert_message(DRIVER, "Created")
sleep(10)
sleep(30)
DRIVER.execute_script("window.open('http://app1.example.com/hello','_blank');")
DRIVER.switch_to.window(DRIVER.window_handles[1])