forked from baron/baron-sso
Biome 및 Go 포맷 적용
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { expect, test } from "@playwright/test";
|
||||
import {
|
||||
type ClientStatus,
|
||||
type Consent,
|
||||
installDevApiMock,
|
||||
makeClient,
|
||||
seedAuth,
|
||||
type ClientStatus,
|
||||
type Consent,
|
||||
} from "./helpers/devfront-fixtures";
|
||||
|
||||
test.describe("DevFront clients lifecycle", () => {
|
||||
@@ -109,9 +109,9 @@ test.describe("DevFront clients lifecycle", () => {
|
||||
.getByRole("button", { name: /Redirect URIs 저장|Save/i })
|
||||
.click();
|
||||
|
||||
await expect.poll(() => state.clients[0]?.redirectUris[0]).toBe(
|
||||
"https://after.example.com/callback",
|
||||
);
|
||||
await expect
|
||||
.poll(() => state.clients[0]?.redirectUris[0])
|
||||
.toBe("https://after.example.com/callback");
|
||||
|
||||
await page.reload();
|
||||
await expect(
|
||||
|
||||
Reference in New Issue
Block a user