Browse Source

work on map view tests - WIP

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

2
tests/playwright/tests/viewMap.spec.ts

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

Loading…
Cancel
Save