Browse Source

go through failing tests and mark green ones temporary - WIP

pull/4749/head
Daniel Spaude 2 years ago
parent
commit
c1caef73e3
No known key found for this signature in database
GPG Key ID: 654A3D1FA4F35FFE
  1. 2
      tests/playwright/tests/keyboardShortcuts.spec.ts

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

@ -3,6 +3,8 @@ import { DashboardPage } from '../pages/Dashboard';
import { GridPage } from '../pages/Dashboard/Grid';
import setup from '../setup';
// was green when run individually via .only
// on c066219aa958677b8eb02c5394889410b5d11298
test.describe('Verify shortcuts', () => {
let dashboard: DashboardPage, grid: GridPage;
let context: any;

Loading…
Cancel
Save