Browse Source

test: typo fix

pull/8380/head
Raju Udava 2 months ago
parent
commit
36ead4b22d
  1. 2
      tests/playwright/tests/db/columns/columnUserSelect.spec.ts

2
tests/playwright/tests/db/columns/columnUserSelect.spec.ts

@ -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' });

Loading…
Cancel
Save