fix(pw): erd verify columns test fail issue

This commit is contained in:
Ramesh Mane
2025-09-15 09:52:07 +00:00
parent 4a05b56f50
commit ec4426c801

View File

@@ -233,6 +233,9 @@ test.describe('Erd', () => {
// Verify
await openErdOfATable('Country');
// By default all columns are hidden, enable back for the test
await erd.clickShowColumnNames();
await erd.verifyNode({
tableName: `country`,
columnName: 'test_column',
@@ -252,6 +255,9 @@ test.describe('Erd', () => {
// Verify
await openErdOfATable('Country');
// By default all columns are hidden, enable back for the test
await erd.clickShowColumnNames();
await erd.verifyNode({
tableName: `country`,
columnName: 'new_test_column',