fix(pw): erd test fail issue

This commit is contained in:
Ramesh Mane
2025-09-15 09:52:06 +00:00
parent 455a6a3d6f
commit 4a05b56f50

View File

@@ -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`,