feat(testing): Refactored Page object model

This commit is contained in:
Muhammed Mustafa
2022-10-11 17:20:06 +05:30
parent 1a908b0449
commit 677ddde403
15 changed files with 42 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
import { test } from '@playwright/test';
import { DashboardPage } from '../pages/Dashboard';
import { GridPage } from '../pages/Grid';
import { GridPage } from '../pages/Dashboard/Grid';
import setup from '../setup';