docs: add project docs and test updates

This commit is contained in:
taekyoungc
2026-04-08 00:23:55 +09:00
parent 06fedc866a
commit 06aa401048
238 changed files with 8373 additions and 148 deletions

View File

@@ -40,7 +40,7 @@ test.describe('관리자 패널 — 지자체관리자', () => {
});
test('지정판매소 목록 접근', async ({ page }) => {
await page.goto('/admin/designated-shops');
await page.goto('/bag/designated-shops');
await expect(page).toHaveURL(/\/admin\/designated-shops/);
});