Skip to content

Commit 7e2ec94

Browse files
fix
1 parent 92ed079 commit 7e2ec94

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/McpResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export class McpResponse implements Response {
118118
response.push(`## Network emulation`);
119119
response.push(`Emulating: ${networkConditions}`);
120120
response.push(
121-
`Navigation timeout set to ${context.getNavigationTimeout()}`,
121+
`Navigation timeout set to ${context.getNavigationTimeout()} ms`,
122122
);
123123
}
124124

tests/McpResponse.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ uid=1_0 RootWebArea "My test page"
105105
`# test response
106106
## Network emulation
107107
Emulating: Slow 3G
108-
Navigation timeout set to 100000`,
108+
Navigation timeout set to 100000 ms`,
109109
);
110110
});
111111
});

0 commit comments

Comments
 (0)