File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
evals/deterministic/tests/browserbase Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ test.describe("Browserbase Sessions", () => {
23
23
} ) ;
24
24
await bigStagehand . init ( ) ;
25
25
await bigStagehand . page . goto (
26
- "https://docs.stagehand.dev/get_started /introduction" ,
26
+ "https://docs.stagehand.dev/first-steps /introduction" ,
27
27
) ;
28
28
sessionId = bigStagehand . browserbaseSessionID ;
29
29
if ( ! sessionId ) {
@@ -45,7 +45,7 @@ test.describe("Browserbase Sessions", () => {
45
45
const page = stagehand . page ;
46
46
47
47
expect ( page . url ( ) ) . toBe (
48
- "https://docs.stagehand.dev/get_started /introduction" ,
48
+ "https://docs.stagehand.dev/first-steps /introduction" ,
49
49
) ;
50
50
} ) ;
51
51
test ( "resumes a session via CDP URL" , async ( ) => {
@@ -63,7 +63,7 @@ test.describe("Browserbase Sessions", () => {
63
63
const page = stagehand . page ;
64
64
65
65
expect ( page . url ( ) ) . toBe (
66
- "https://docs.stagehand.dev/get_started /introduction" ,
66
+ "https://docs.stagehand.dev/first-steps /introduction" ,
67
67
) ;
68
68
} ) ;
69
69
} ) ;
You can’t perform that action at this time.
0 commit comments