mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
configs_page add delay for scheduler rerun
This commit is contained in:
parent
4d45d38807
commit
6721f24b30
1 changed files with 3 additions and 3 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Reference in a new issue