feat(format): Potential fix for role preview, enabled ERD test and minor cleanup

This commit is contained in:
Muhammed Mustafa
2022-11-03 10:47:40 +05:30
parent 27345c6d2d
commit ef1d897a5a
6 changed files with 21 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
import { expect, test } from '@playwright/test';
import { test } from '@playwright/test';
import { DashboardPage } from '../pages/Dashboard';
import { GalleryPage } from '../pages/Dashboard/Gallery';
import { GridPage } from '../pages/Dashboard/Grid';