Skip to content

Commit a51fff4

Browse files
authored
Merge branch 'main' into changeset-release/main
2 parents a6b166c + 3d9e329 commit a51fff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/pin-input.e2e.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ test.describe("pin input", () => {
126126
// Focus on the second input
127127
await page.locator(third).focus()
128128

129-
// Press cmd+backspace (delete to start of line)
130-
await page.keyboard.press("Meta+Backspace")
129+
// Press ctrl/cmd+backspace (delete to start of line - cross-platform)
130+
await page.keyboard.press("ControlOrMeta+Backspace")
131131

132132
// The input should be cleared
133133
await expect(page.locator(third)).toHaveValue("")

0 commit comments

Comments
 (0)