Skip to content

[ Feature/dev 80 ] 워크북 하단 버튼 기능 구현 #126

[ Feature/dev 80 ] 워크북 하단 버튼 기능 구현

[ Feature/dev 80 ] 워크북 하단 버튼 기능 구현 #126

Triggered via pull request August 4, 2024 11:30
Status Failure
Total duration 1m 4s
Artifacts

pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
src/auth/components/LogoutLink/LogoutLink.test.tsx > LogoutLink 컴포넌트 테스트 > 로그아웃 시 쿠키를 모두 삭제하고 로그인 페이지로 이동한다.: src/auth/components/LogoutLink/LogoutLink.test.tsx#L65
AssertionError: expected "spy" to be called with arguments: [ '/' ] Received: 1st spy call: Array [ - "/", + "/auth", ] Number of calls: 1 Ignored nodes: comments, script, style <html> <head /> <body> <div> <a href="/" > 로그아웃 </a> </div> </body> </html> ❯ src/auth/components/LogoutLink/LogoutLink.test.tsx:65:24 ❯ runWithExpensiveErrorDiagnosticsDisabled node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/config.js:47:12 ❯ checkCallback node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/wait-for.js:124:77 ❯ Timeout.checkRealTimersCallback node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/wait-for.js:118:16
src/main/components/WorkbookCardsWrapper/workbookcardsWrapper.test.tsx > 메인페이지 내 카테고리별 워크북 카드 리스트 테스트 > 로그인 상태이고, cardtype LEARN 일때, 바텀 버튼 클릭 테스트: src/main/components/WorkbookCardsWrapper/workbookcardsWrapper.test.tsx#L98
AssertionError: expected false to be truthy Ignored nodes: comments, script, style <html> <head /> <body> <div> <section class="ml-[20px] mb-[73px] mt-[48px]" > <header> <h2 class="h2-bold" > Workboks </h2> </header> <div class="overflow-x-auto ml-0" data-orientation="horizontal" dir="ltr" > <div aria-orientation="horizontal" class="sub2-bold flex gap-3 py-[10px]" data-orientation="horizontal" role="tablist" style="outline: none;" tabindex="0" > <button aria-controls="radix-:r7:-content-전체" aria-selected="true" class="box-border flex flex-col gap-[10px] pt-[10px] min-w-[48px]" data-orientation="horizontal" data-radix-collection-item="" data-state="active" id="radix-:r7:-trigger-전체" name="전체" role="tab" tabindex="-1" type="button" > <span class="flex w-full items-center justify-center" > 전체 </span> <span class="w-full border-b-2 border-black" /> </button> <button aria-controls="radix-:r7:-content-경제" aria-selected="false" class="text-text-gray2 box-border flex flex-col gap-[10px] pt-[10px] min-w-[48px]" data-orientation="horizontal" data-radix-collection-item="" data-state="inactive" id="radix-:r7:-trigger-경제" name="경제" role="tab" tabindex="-1" type="button" > <span class="flex w-full items-center justify-center" > 경제 </span> </button> <button aria-controls="radix-:r7:-content-IT" aria-selected="false" class="text-text-gray2 box-border flex flex-col gap-[10px] pt-[10px] min-w-[48px]" data-orientation="horizontal" data-radix-collection-item="" data-state="inactive" id="radix-:r7:-trigger-IT" name="IT" role="tab" tabindex="-1" type="button" > <span class="flex w-full items-center justify-center" > IT </span> </button> <button aria-controls="radix-:r7:-content-마케팅" aria-selected="false" class="text-text-gray2 box-border flex flex-col gap-[10px] pt-[10px] min-w-[48px]" data-orientation="horizontal" data-radix-collection-item="" data-state="inactive" id="radix-:r7:-trigger-마케팅" name="마케팅" role="tab" tabindex="-1" type="button" > <span class="flex w-full items-center justify-center" > 마케팅 </span> </button> <button aria-controls="radix-:r7:-content-문화" aria-selected="false" class="text-text-gray2 box-border flex flex-col gap-[10px] pt-[10px] min-w-[48px]" data-orientation="horizontal" data-radix-collection-item="" data-state="inactive" id="radix-:r7:-trigger-문화" name="문화" role="tab" tabindex="-1" type="button" > <span class="flex w-full items-center justify-center" > 문화 </span> </button> <button aria-controls="radix-:r7:-content-과학"
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/