Skip to content

Commit f038d1a

Browse files
committed
Use ControlOrMeta instead of just Ctrl for cross platform testing
1 parent bf2c4b0 commit f038d1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/table-clear-filter.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test('ctrl+e clears input filter without getting stuck in Filtering state', asyn
4040
// Click on the grid to ensure it has focus for the keyboard shortcut
4141
await page.locator('.iris-grid .grid-wrapper').click();
4242

43-
await page.keyboard.press('Control+e');
43+
await page.keyboard.press('ControlOrMeta+e');
4444

4545
// Wait for any debounced updates to process (input filter debounce is ~400ms total)
4646
await page.waitForTimeout(1000);

0 commit comments

Comments
 (0)