Add account hierarchy framework with migrations, RLS policies, and UI components
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
import { test, expect } from '@playwright/test';
|
||||
|
||||
test.describe('Module Builder', () => {
|
||||
test('create module, add fields, insert record, query, update, soft-delete', async ({ page }) => {
|
||||
test('create module, add fields, insert record, query, update, soft-delete', async ({
|
||||
page,
|
||||
}) => {
|
||||
// Login
|
||||
await page.goto('/auth/sign-in');
|
||||
await page.fill('input[name="email"]', 'test@example.com');
|
||||
|
||||
Reference in New Issue
Block a user