1
0
forked from baron/baron-sso

dev 추가 반영 후 검증 수정

This commit is contained in:
2026-03-19 17:38:54 +09:00
parent 4aa2c441c6
commit 89ac5738e5
4 changed files with 7 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ import {
test.describe("DevFront audit logs", () => {
test.beforeEach(async ({ page }) => {
page.on("dialog", async (dialog) => {
await dialog.accept();
await dialog.accept().catch(() => {});
});
await seedAuth(page);
});