We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2c4b0 commit f038d1aCopy full SHA for f038d1a
1 file changed
tests/table-clear-filter.spec.ts
@@ -40,7 +40,7 @@ test('ctrl+e clears input filter without getting stuck in Filtering state', asyn
40
// Click on the grid to ensure it has focus for the keyboard shortcut
41
await page.locator('.iris-grid .grid-wrapper').click();
42
43
- await page.keyboard.press('Control+e');
+ await page.keyboard.press('ControlOrMeta+e');
44
45
// Wait for any debounced updates to process (input filter debounce is ~400ms total)
46
await page.waitForTimeout(1000);
0 commit comments