From 4a05b56f50c4b98ec86294047c5e1f6aa50238d2 Mon Sep 17 00:00:00 2001 From: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com> Date: Mon, 15 Sep 2025 09:52:06 +0000 Subject: [PATCH] fix(pw): erd test fail issue --- tests/playwright/tests/db/features/erd.spec.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/playwright/tests/db/features/erd.spec.ts b/tests/playwright/tests/db/features/erd.spec.ts index 1e8536d385..661b150ae8 100644 --- a/tests/playwright/tests/db/features/erd.spec.ts +++ b/tests/playwright/tests/db/features/erd.spec.ts @@ -188,6 +188,9 @@ test.describe('Erd', () => { await openErdOfATable('Country'); const erd = dashboard.details.relations; + // By default all columns are hidden, enable back for the test + await erd.clickShowColumnNames(); + // Verify tables with default config await erd.verifyColumns({ tableName: `country`,