forked from baron/baron-sso
devfront biome 오류 수정
This commit is contained in:
@@ -59,9 +59,7 @@ test.describe("DevFront security and isolation", () => {
|
||||
await expect(page.getByText("Server side App")).not.toBeVisible();
|
||||
});
|
||||
|
||||
test("user can enter DevFront and sees empty RP list", async ({
|
||||
page,
|
||||
}) => {
|
||||
test("user can enter DevFront and sees empty RP list", async ({ page }) => {
|
||||
await seedAuth(page, "user");
|
||||
const state = {
|
||||
clients: [] as ReturnType<typeof makeClient>[],
|
||||
|
||||
Reference in New Issue
Block a user