케이스 이어하기 UI와 공통 탭·이미지 복구를 반영
This commit is contained in:
parent
72353ecd82
commit
f1b80676c1
38 changed files with 3581 additions and 455 deletions
|
|
@ -1053,8 +1053,9 @@ test.describe("학습자 자기주도 전체 루프 — 실제 src UI / route fi
|
|||
);
|
||||
await expect(goals.getByRole("button", { name: /탐색/ })).toHaveAttribute(
|
||||
"aria-pressed",
|
||||
"true",
|
||||
"false",
|
||||
);
|
||||
await goals.getByRole("button", { name: /탐색/ }).click();
|
||||
await goals.getByRole("button", { name: /개입/ }).click();
|
||||
await expect(goals.getByRole("button", { name: /개입/ })).toHaveAttribute(
|
||||
"aria-pressed",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue