Browse Source

feat(playwright): Disabled only for shortcut verify test

pull/4482/head
Muhammed Mustafa 2 years ago
parent
commit
cb19ec2df3
  1. 2
      tests/playwright/tests/keyboardShortcuts.spec.ts

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

@ -3,7 +3,7 @@ import { DashboardPage } from '../pages/Dashboard';
import { GridPage } from '../pages/Dashboard/Grid';
import setup from '../setup';
test.describe.only('Verify shortcuts', () => {
test.describe('Verify shortcuts', () => {
let dashboard: DashboardPage, grid: GridPage;
let context: any;

Loading…
Cancel
Save