forked from baron/baron-sso
i18n, adminfront, devfront: 'make code-check' 통과를 위한 번역 싱크 엔진 개선, 룰 오브 훅 정합성 교정 및 테스트 레이스 컨디션 해결
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 805 KiB After Width: | Height: | Size: 809 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 815 KiB After Width: | Height: | Size: 821 KiB |
@@ -2798,6 +2798,7 @@ function ClientGeneralPage() {
|
||||
) : (
|
||||
<div className="flex flex-col gap-2">
|
||||
<Input
|
||||
key={claim.valueType}
|
||||
type={claimDefaultInputType(claim.valueType)}
|
||||
inputMode={claimDefaultInputMode(
|
||||
claim.valueType,
|
||||
|
||||
@@ -328,7 +328,11 @@ test.describe("DevFront RP claim cache", () => {
|
||||
.getByPlaceholder(/기본값을 입력하세요|Enter the default value/i)
|
||||
.first()
|
||||
.fill("3.14");
|
||||
const responsePromise = page.waitForResponse(
|
||||
"**/api/v1/dev/clients/client-claims",
|
||||
);
|
||||
await page.getByRole("button", { name: /^저장$|^Save$/i }).click();
|
||||
await responsePromise;
|
||||
|
||||
await expect
|
||||
.poll(
|
||||
|
||||
Reference in New Issue
Block a user