forked from baron/baron-sso
scopes 안내 버튼의 offline_access 접근성 이름 충돌 수정
This commit is contained in:
@@ -463,9 +463,7 @@ describe("ClientGeneralPage RP claims", () => {
|
||||
const guideToggleButton = Array.from(
|
||||
container.querySelectorAll("button"),
|
||||
).find((button) =>
|
||||
(button.getAttribute("aria-label") ?? "").includes(
|
||||
"offline_access 상세 안내 보기",
|
||||
),
|
||||
(button.getAttribute("aria-label") ?? "").includes("상세 안내 보기"),
|
||||
);
|
||||
expect(guideToggleButton).toBeDefined();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user