feat(testing): typo

This commit is contained in:
Muhammed Mustafa
2022-10-27 16:19:01 +05:30
parent 18d1162cf3
commit 93dc4078a7

View File

@@ -7,7 +7,7 @@ import { isMysql, isPg, isSqlite } from "../setup/db";
import { GridPage } from "../pages/Dashboard/Grid";
import { SettingsErdPage } from "../pages/Dashboard/Settings/Erd";
test.describe.only("Erd", () => {
test.describe("Erd", () => {
let dashboard: DashboardPage;
let context: any;
let project: any;