Add account hierarchy framework with migrations, RLS policies, and UI components
This commit is contained in:
@@ -15,7 +15,9 @@ test.describe('Member Management', () => {
|
||||
await expect(page.locator('h1')).toContainText('Mitglieder');
|
||||
});
|
||||
|
||||
test('application workflow: submit → review → approve → member created', async ({ page }) => {
|
||||
test('application workflow: submit → review → approve → member created', async ({
|
||||
page,
|
||||
}) => {
|
||||
// Submit application
|
||||
// Review application
|
||||
// Approve → verify member auto-created
|
||||
|
||||
Reference in New Issue
Block a user