Skip to content

Commit f5366ff

Browse files
update test
1 parent 896a7cd commit f5366ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/regression/test_act_timeout.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ async def test_expect_act_timeout_local(self, local_stagehand):
7676
await stagehand.page.goto("https://docs.stagehand.dev")
7777

7878
result = await stagehand.page.act(
79-
"Click the button with id 'nonexistent-button-that-will-never-exist-12345'",
79+
"search for 'Stagehand'",
8080
timeout_ms=1000 # 1 second timeout
8181
)
8282

@@ -102,7 +102,7 @@ async def test_expect_act_timeout_browserbase(self, browserbase_stagehand):
102102
await stagehand.page.goto("https://docs.stagehand.dev")
103103

104104
result = await stagehand.page.act(
105-
"Click the button with id 'nonexistent-button-that-will-never-exist-12345'",
105+
"search for 'Stagehand'",
106106
timeout_ms=1000 # 1 second timeout
107107
)
108108

0 commit comments

Comments
 (0)