[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2026-07-09 11:44:07 +00:00
parent 95ba3c4428
commit 0c98378243
+2 -2
View File
@@ -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);