Skip to content

[17팀 조하은][Chapter1-2] 프레임워크 없이 SPA 만들기 #363

[17팀 조하은][Chapter1-2] 프레임워크 없이 SPA 만들기

[17팀 조하은][Chapter1-2] 프레임워크 없이 SPA 만들기 #363

Triggered via pull request October 3, 2024 13:20
@HaEunCho248HaEunCho248
opened #122
Status Failure
Total duration 25s
Artifacts

ci.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
src/__tests__/chapter1-1/advanced.test.js > 심화과제 테스트 > 3. 에러 바운더리 구현 > 로그인을 하다가 오류가 발생하면, 에러 바운더리에서 에러를 표시한다.: src/__tests__/chapter1-1/advanced.test.js#L82
AssertionError: expected '<div id="root"><div><div class="bg-gr…' to contain '오류 발생!' Expected: "오류 발생!" Received: "<div id="root"><div><div class="bg-gray-100 flex items-center justify-center min-h-screen"><div class="bg-white p-8 rounded-lg shadow-md w-full max-w-md"><h1 class="text-2xl font-bold text-center text-blue-600 mb-8">항해플러스</h1><form id="login-form"><input type="text" id="username" placeholder="사용자 이름" class="w-full p-2 mb-4 border rounded" required="true"><input type="password" placeholder="비밀번호" class="w-full p-2 mb-6 border rounded" required="true"><button type="submit" class="w-full bg-blue-600 text-white p-2 rounded">로그인</button></form><hr class="my-6"><div class="text-center"><button class="bg-green-500 text-white px-4 py-2 rounded">새 계정 만들기</button></div></div></div></div></div>" ❯ src/__tests__/chapter1-1/advanced.test.js:82:39
src/__tests__/chapter1-2/advanced.test.jsx > Chapter1-2 > 심화과제 > Virtual DOM과 이벤트 관리 > 이벤트 관리 > > 이벤트 핸들러가 제거되면 더 이상 호출되지 않아야 한다: src/__tests__/chapter1-2/advanced.test.jsx#L161
AssertionError: expected "spy" to not be called at all, but actually been called 1 times Received: 1st spy call: Array [ MouseEvent { "isTrusted": false, }, ] Number of calls: 1 ❯ src/__tests__/chapter1-2/advanced.test.jsx:161:32
advacned
Process completed with exit code 1.
advacned
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
advacned
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
basic
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
basic
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/