mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 15:26:59 +00:00
test: typo fix
This commit is contained in:
@@ -76,7 +76,7 @@ test.describe('User single select', () => {
|
||||
grid = dashboard.grid;
|
||||
topbar = dashboard.grid.topbar;
|
||||
|
||||
await dashboard.treeView.createTable({ title: 'Sheet1', baseTitle: context.base.title });
|
||||
await dashboard.treeView.createTable({ title: 'sheet1', baseTitle: context.base.title });
|
||||
|
||||
await grid.column.create({ title: 'User', type: 'User' });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user