Browse Source

test: PW

pull/9968/head
Raju Udava 1 week ago
parent
commit
410e035d5f
  1. 2
      tests/playwright/tests/db/features/keyboardShortcuts.spec.ts

2
tests/playwright/tests/db/features/keyboardShortcuts.spec.ts

@ -50,7 +50,7 @@ test.describe('Verify shortcuts', () => {
await unsetup(context);
});
test('Verify shortcuts', async ({ page }) => {
test.skip('Verify shortcuts', async ({ page }) => {
await dashboard.treeView.openTable({ title: 'Country' });
// create new table
await page.keyboard.press('Alt+t');

Loading…
Cancel
Save