Skip to content

[ Bugfix/qa 107 ] 문제풀이 완료 팝업 노출 분기 수정 #70

[ Bugfix/qa 107 ] 문제풀이 완료 팝업 노출 분기 수정

[ Bugfix/qa 107 ] 문제풀이 완료 팝업 노출 분기 수정 #70

Triggered via pull request July 7, 2024 04:41
@HappheeHapphee
synchronize #108
bugfix/QA-107
Status Failure
Total duration 57s
Artifacts

pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
src/app/problem/[problemId]/problemLastIdPage.test.tsx > 마지막 문제 풀이 페이지 테스트 > 정답 선택 이후 정답 제출하기 버튼 클릭 시, 해설 컴포넌트 잘 노출되고, 로띠 재생이후 메인으로 넘어가기: src/app/problem/[problemId]/problemLastIdPage.test.tsx#L153
TestingLibraryElementError: Unable to find an accessible element with the role "button" and name "Close" Here are the accessible roles: banner: Name "": <header class="mt-[26px] flex flex-col gap-[7px]" /> Name "": <header /> -------------------------------------------------- heading: Name "정답이에요!": <h3 class="text-success sub1-semibold" /> Name "하이포코스트와 온돌의 차이점은 무엇인가요?": <h2 class="h2-bold" /> Name "해설": <h3 class="body2-bold px-[5px]" /> -------------------------------------------------- button: Name "하이포코스트는 벽난로를 사용한다.": <button class="items-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 py-2 flex h-fit min-h-[56px] justify-between rounded-s border-[1px] border-text-gray3 px-3 bg-transparent text-black hover:bg-transparent" /> Name "온돌은 바닥 아래에 연기 길이 있다.": <button class="items-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 py-2 flex h-fit min-h-[56px] justify-between rounded-s border-[1px] border-text-gray3 px-3 text-white bg-main hover:bg-main" /> Name "하이포코스트는 목욕탕에만 설치되었다.": <button class="items-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 py-2 flex h-fit min-h-[56px] justify-between rounded-s border-[1px] border-text-gray3 px-3 bg-transparent text-black hover:bg-transparent" /> Name "온돌은 바닥 전체가 뚫려있다.": <button class="items-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 py-2 flex h-fit min-h-[56px] justify-between rounded-s border-[1px] border-text-gray3 px-3 bg-transparent text-black hover:bg-transparent" /> Name "메인으로 가기": <button class="inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 text-primary-foreground px-4 py-2 bg-text-black hover:bg-text-black h-[56px]" /> -------------------------------------------------- article: Name "": <article class="flex flex-col gap-[8px] rounded bg-background1 p-[20px] my-[30px]" /> -------------------------------------------------- paragraph: Name "": <p class="body2-regular text-gray4 bg-background1" /> -------------------------------------------------- Ignored nodes: comments, script, style <body> <div> <div class="flex h-full w-full" > <section class="relative mx-[20px] mb-[10px] flex h-auto w-full max-w-[480px] flex-col justify-between" > <div class="mb-[20px] flex flex-col" > <div class="flex h-[66px] items-center" data-testid="back-icon" > <svg fill="none" height="25" viewBox="0 0 25 25" width="25" xmlns="http://www.w3.org/2000/svg" > <path d="M5.46875 11.7188H21.0938C21.301 11.7188 21.4997 11.8011 21.6462 11.9476C21.7927 12.0941 21.875 12.2928 21.875 12.5C21.875 12.7072 21.7927 12.9059 21.6462 13.0524C21.4997 13.1989 21.301 13.2812 21.0938 13.2812H5.46875C5.26155 13.2812 5.06284 13.1989 4.91632 13.0524C4.76981 12.9059 4.6875 12.7072 4.6875 12.5C4.6875 12.2928 4.76981 12.0941 4.91632 11.9476C5.06284 11.8011 5.26155 11.7188 5.46875 11.7188Z" fill="#1B1B1D" />
test
Process completed with exit code 1.
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/