mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 01:46:43 +00:00
feat(testing): Minor cleanup, added treeview page object and added basic test for tree view
This commit is contained in:
@@ -13,7 +13,7 @@ test.describe('Table Column Operations', () => {
|
||||
dashboard = new DashboardPage(page, context.project);
|
||||
grid = new GridPage(page);
|
||||
|
||||
await dashboard.createTable({title: "sheet1"});
|
||||
await dashboard.treeView.createTable({title: "sheet1"});
|
||||
})
|
||||
|
||||
test('Create column', async () => {
|
||||
|
||||
Reference in New Issue
Block a user