Browse Source

feat(testing): Disabled view tests

pull/3848/head
Muhammed Mustafa 2 years ago
parent
commit
fbb7dec531
  1. 3
      scripts/playwright/tests/views.spec.ts

3
scripts/playwright/tests/views.spec.ts

@ -3,7 +3,8 @@ import { DashboardPage } from '../pages/Dashboard';
import setup from '../setup';
test.describe('Views', () => {
// todo: Enable when view bug is fixed
test.describe.skip('Views', () => {
let dashboard: DashboardPage;
let context: any;

Loading…
Cancel
Save