mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Send more flagged requests in ui tests
This commit is contained in:
parent
d0aeedebff
commit
427b7efc91
1 changed files with 3 additions and 1 deletions
|
|
@ -222,7 +222,9 @@ with driver_func() as driver:
|
|||
while current_time + timedelta(minutes=5) > datetime.now() and not driver.current_url.endswith("/login"):
|
||||
sleep(1)
|
||||
|
||||
get(f"http://www.example.com{ui_url}/home?id=/etc/passwd")
|
||||
for _ in range(5):
|
||||
get(f"http://www.example.com{ui_url}/home?id=/etc/passwd")
|
||||
sleep(0.5)
|
||||
|
||||
### LOGIN PAGE
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue