케이스 이어하기 UI와 공통 탭·이미지 복구를 반영
This commit is contained in:
parent
72353ecd82
commit
f1b80676c1
38 changed files with 3581 additions and 455 deletions
|
|
@ -605,10 +605,10 @@ test.describe("layout visual gate @single-run", () => {
|
|||
timeout: 15_000,
|
||||
});
|
||||
const plan = page.locator(".sx-prestart__plan");
|
||||
await expect(plan).toContainText("시작 과업");
|
||||
await expect(plan).toContainText("선택 접근");
|
||||
await expect(plan).toContainText("이번 목표");
|
||||
await expect(plan).toContainText("운영 기준");
|
||||
await expect(plan).toContainText("준비");
|
||||
await expect(plan).toContainText("대화");
|
||||
await expect(plan).toContainText("리뷰·재연습");
|
||||
await expect(plan).toContainText("위험 신호는 대화보다 안전 확인을 우선합니다.");
|
||||
|
||||
const widths = await page.evaluate(() => {
|
||||
const head = document.querySelector<HTMLElement>(".sx-page--prestart .sx-head");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue