케이스 이어하기 UI와 공통 탭·이미지 복구를 반영
This commit is contained in:
parent
72353ecd82
commit
f1b80676c1
38 changed files with 3581 additions and 455 deletions
|
|
@ -689,6 +689,7 @@ test.describe("session persistence", () => {
|
|||
const persona = await fetchAvailablePersona(page, 1);
|
||||
|
||||
await page.goto(`/learn/session/${persona.code}`);
|
||||
await page.locator("details.sx-prestart__settings > summary").click();
|
||||
const cbtButton = page.locator(".sx-theory").getByRole("button", { name: /CBT/ });
|
||||
await expect(cbtButton).toBeVisible();
|
||||
await cbtButton.click();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue