feat: complete review workflow UI

This commit is contained in:
2026-06-20 09:20:24 +08:00
parent 45ac0a98d1
commit 8ed1d45ae1
9 changed files with 629 additions and 95 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ test.describe('Auth guard', () => {
});
test('allows access to /welcome when authenticated', async ({ page }) => {
await page.route('**/api/review/feed', (route) =>
await page.route('**/api/review/feed**', (route) =>
route.fulfill({
status: 200,
contentType: 'application/json',