mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 05:45:15 +00:00
fix(pw): erd verify columns test fail issue
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user