Skip to content

Commit e2ebd9e

Browse files
committed
chore: remove debug comment, document createWaitForHelper visibility
1 parent 942eb5f commit e2ebd9e

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/McpPage.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export class McpPage implements ContextPage {
9595
return this.emulationSettings.colorScheme ?? null;
9696
}
9797

98+
// Public for testability: tests spy on this method to verify throttle multipliers.
9899
createWaitForHelper(
99100
cpuMultiplier: number,
100101
networkMultiplier: number,

src/tools/input.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ async function fillFormElement(
217217
}
218218
}
219219

220-
// here
221220
export const fill = definePageTool({
222221
name: 'fill',
223222
description: `Type text into a input, text area or select an option from a <select> element.`,

0 commit comments

Comments
 (0)