From 0c983782438aca46904a573f521e8112bdb2215e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 11:44:07 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- e2e/playwright-helper.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/playwright-helper.ts b/e2e/playwright-helper.ts index 87342ca7..2aee1e45 100644 --- a/e2e/playwright-helper.ts +++ b/e2e/playwright-helper.ts @@ -183,7 +183,7 @@ async function centerOf(locator: Locator): Promise<{ x: number; y: number }> { } /** - * This is where all plywright-specific test helpers live. + * This is where all plywright-specific test helpers live. * It is used by the MaputnikDriver to implement the Maputnik-specific test helpers. */ export class PlaywrightHelper { @@ -293,7 +293,7 @@ export class PlaywrightHelper { type: async (testId: string, text: string) => { await this.testId(testId).focus(); - // Place the caret at the start of the field, so a leading "{backspace}" + // Place the caret at the start of the field, so a leading "{backspace}" // is a no-op rather than clearing an already-committed value. await this.page.keyboard.press("Home"); await typeSequence(this.page, text);