mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:57:23 +00:00
fix(pw): erd test fail issue
This commit is contained in:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user