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('Course Management', () => {
|
||||
test('create course, enroll participant, check capacity, waitlist', async ({ page }) => {
|
||||
test('create course, enroll participant, check capacity, waitlist', async ({
|
||||
page,
|
||||
}) => {
|
||||
// Create course with capacity 2
|
||||
// Enroll participant 1 → status: enrolled
|
||||
// Enroll participant 2 → status: enrolled
|
||||
|
||||
Reference in New Issue
Block a user