fix: keep system col in show states by default

This commit is contained in:
Pranav C
2025-03-19 10:20:05 +00:00
parent 0c06a8e411
commit 7fd0830df0
2 changed files with 8 additions and 4 deletions

View File

@@ -98,6 +98,7 @@ test.describe('Expanded form URL', () => {
column: 'Cities',
title: 'Kabul',
});
await dashboard.rootPage.waitForTimeout(1000);
await dashboard.expandedForm.verifyCount({ count: 2 });