Skip to content

Commit 51546a2

Browse files
committed
make test cross OS compatible
1 parent e3b187f commit 51546a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright/integration/examples/shadow-dom.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ test.describe('shadow-dom example', () => {
2525

2626
// Clear any existing text and type new text into the textbox
2727
await textbox.click()
28-
await page.keyboard.press('Meta+A')
28+
await page.keyboard.press('ControlOrMeta+A')
2929

3030
await page.keyboard.press('Backspace')
3131
await page.keyboard.type('Hello, Playwright!')

0 commit comments

Comments
 (0)