Browse Source

mobile optimisations - activate all existing tests

pull/5114/head
Daniel Spaude 1 year ago
parent
commit
04609f7c8e
No known key found for this signature in database
GPG Key ID: 654A3D1FA4F35FFE
  1. 2
      tests/playwright/tests/mobileMode.spec.ts

2
tests/playwright/tests/mobileMode.spec.ts

@ -3,7 +3,7 @@ import { DashboardPage } from '../pages/Dashboard';
import { ToolbarPage } from '../pages/Dashboard/common/Toolbar';
import setup from '../setup';
test.describe.only('Mobile Mode', () => {
test.describe('Mobile Mode', () => {
let dashboard: DashboardPage;
let context: any;
let toolbar: ToolbarPage;

Loading…
Cancel
Save