feat(testing): Minor cleanup, added treeview page object and added basic test for tree view

This commit is contained in:
Muhammed Mustafa
2022-10-11 15:29:27 +05:30
parent d76fbe2133
commit d0af4b75af
9 changed files with 108 additions and 70 deletions

View File

@@ -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 () => {