We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6b166c + 3d9e329 commit a51fff4Copy full SHA for a51fff4
e2e/pin-input.e2e.ts
@@ -126,8 +126,8 @@ test.describe("pin input", () => {
126
// Focus on the second input
127
await page.locator(third).focus()
128
129
- // Press cmd+backspace (delete to start of line)
130
- await page.keyboard.press("Meta+Backspace")
+ // Press ctrl/cmd+backspace (delete to start of line - cross-platform)
+ await page.keyboard.press("ControlOrMeta+Backspace")
131
132
// The input should be cleared
133
await expect(page.locator(third)).toHaveValue("")
0 commit comments