From 93dc4078a767f57b677e48f12e2ea3f0aee8dff4 Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Thu, 27 Oct 2022 16:19:01 +0530 Subject: [PATCH] feat(testing): typo --- scripts/playwright/tests/erd.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/playwright/tests/erd.spec.ts b/scripts/playwright/tests/erd.spec.ts index f2aa4d7088..e5509246ee 100644 --- a/scripts/playwright/tests/erd.spec.ts +++ b/scripts/playwright/tests/erd.spec.ts @@ -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;