forked from baron/baron-sso
dev 추가 반영 후 검증 수정
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user