Structure legacy-compatible frontend CSS

This commit is contained in:
2026-07-27 11:13:54 +00:00
parent 1509a39d26
commit ab6f4129a9
38 changed files with 466 additions and 366 deletions
+1 -1
View File
@@ -392,5 +392,5 @@ test('감찰부 keeps the selector interaction and shows the permission error pa
const member: FixtureState = { permission: 'member', myset: 3, settingMutations: [], accessPages: [] };
await install(page, member);
await page.reload();
await expect(page.locator('.error')).toContainText('권한이 부족합니다.');
await expect(page.getByRole('alert')).toContainText('권한이 부족합니다.');
});