mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 07:25:49 +00:00
fix(pw): erd test fail issue
This commit is contained in:
@@ -188,6 +188,9 @@ test.describe('Erd', () => {
|
|||||||
await openErdOfATable('Country');
|
await openErdOfATable('Country');
|
||||||
const erd = dashboard.details.relations;
|
const erd = dashboard.details.relations;
|
||||||
|
|
||||||
|
// By default all columns are hidden, enable back for the test
|
||||||
|
await erd.clickShowColumnNames();
|
||||||
|
|
||||||
// Verify tables with default config
|
// Verify tables with default config
|
||||||
await erd.verifyColumns({
|
await erd.verifyColumns({
|
||||||
tableName: `country`,
|
tableName: `country`,
|
||||||
|
|||||||
Reference in New Issue
Block a user