mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 11:16:40 +00:00
feat(testing): Refactored Page object model
This commit is contained in:
@@ -11,7 +11,7 @@ test.describe('Table Operations', () => {
|
||||
test.beforeEach(async ({page}) => {
|
||||
context = await setup({ page });
|
||||
dashboard = new DashboardPage(page, context.project);
|
||||
settings = new SettingsPage(page);
|
||||
settings = dashboard.settings;
|
||||
})
|
||||
|
||||
test('Create, and delete table, verify in audit tab, rename City table and reorder tables', async () => {
|
||||
|
||||
Reference in New Issue
Block a user