mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
Update wait test
This commit is contained in:
@@ -335,9 +335,6 @@ class TestControllerIntegration:
|
||||
# Create wait action for 1 second - fix to use a dictionary
|
||||
wait_action = {'wait': {'seconds': 5}} # Corrected format
|
||||
|
||||
class WaitActionModel(ActionModel):
|
||||
wait: dict | None = None
|
||||
|
||||
# Record start time
|
||||
start_time = time.time()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user