Browse Source

feat(test): Dummy

pull/4521/head
Muhammed Mustafa 2 years ago
parent
commit
d8c235dbbe
  1. 1
      tests/playwright/tests/views.spec.ts

1
tests/playwright/tests/views.spec.ts

@ -1,5 +1,6 @@
import { test } from '@playwright/test';
import { DashboardPage } from '../pages/Dashboard';
import setup from '../setup';
test.describe('Views CRUD Operations', () => {

Loading…
Cancel
Save