mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 06:05:33 +00:00
fix: keep system col in show states by default
This commit is contained in:
@@ -98,6 +98,7 @@ test.describe('Expanded form URL', () => {
|
||||
column: 'Cities',
|
||||
title: 'Kabul',
|
||||
});
|
||||
|
||||
await dashboard.rootPage.waitForTimeout(1000);
|
||||
|
||||
await dashboard.expandedForm.verifyCount({ count: 2 });
|
||||
|
||||
Reference in New Issue
Block a user