mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 14:56:53 +00:00
feat(testing): Added quick test, added isEmptyProject option to test setup to have project created with no sakila tables
This commit is contained in:
@@ -39,7 +39,7 @@ test.describe("User roles", () => {
|
||||
let settings: SettingsPage;
|
||||
let context: any;
|
||||
|
||||
test.beforeAll(async ({ page }) => {
|
||||
test.beforeEach(async ({ page }) => {
|
||||
context = await setup({ page });
|
||||
dashboard = new DashboardPage(page, context.project);
|
||||
toolbar = dashboard.grid.toolbar;
|
||||
|
||||
Reference in New Issue
Block a user