e2e 수정
CI / test (push) Successful in 4m48s
CI / e2e (push) Has been skipped
CI / pr_and_merge (push) Successful in 1m30s

This commit is contained in:
2025-12-07 13:59:32 +09:00
parent eb78359b10
commit 96fa34cd86
56 changed files with 115 additions and 22 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ test("텍스트/버튼/리스트/이미지/비디오/폼 입력 필드 스타일
await projectSlugModalInput.fill(slug);
await page.getByRole("button", { name: "저장 (로컬 + 서버)" }).click();
await page.waitForURL(/\/projects/);
await expect(page).toHaveURL(/\/_?projects/);
await page.goto(`/p/${slug}`);
// 4) 동일한 slug 의 퍼블릭 페이지(/p/[slug])로 이동해 같은 요소들의 스타일을 다시 측정한다.