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;