테스트 오류 수정
CI / test (push) Successful in 5m26s
CI / e2e (push) Has been skipped
CI / pr_and_merge (push) Successful in 1m54s

This commit is contained in:
2025-12-09 20:46:11 +09:00
parent 23a08621db
commit 9c07756e42
3 changed files with 4 additions and 42 deletions
+2 -1
View File
@@ -95,7 +95,8 @@ test("회원가입 후에는 /dashboard, /editor, /preview 에 정상 접근할
await page.goto("/signup");
await page.getByLabel("이메일").fill(email);
await page.getByLabel("비밀번호").fill(password);
await page.getByLabel("비밀번호", { exact: true }).fill(password);
await page.getByLabel("비밀번호 확인").fill(password);
await page.getByRole("button", { name: "회원가입" }).click();
// /dashboard 로 이동했는지, 헤더가 보이는지 확인