mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 16:48:21 +00:00
feat(testing): Refactored Page object model
This commit is contained in:
@@ -11,7 +11,7 @@ test.describe('Table Column Operations', () => {
|
||||
test.beforeEach(async ({page}) => {
|
||||
context = await setup({ page });
|
||||
dashboard = new DashboardPage(page, context.project);
|
||||
grid = new GridPage(dashboard);
|
||||
grid = dashboard.grid;
|
||||
|
||||
await dashboard.treeView.createTable({title: "sheet1"});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user