Feature/#52 implement page transition(ページトランジションを実装する) #47
Annotations
6 errors and 8 warnings
src/app/about/page.test.tsx > should render About page with ContentLayout:
src/app/about/page.test.tsx#L6
TestingLibraryElementError: Unable to find an accessible element with the role "presentation"
There are no accessible roles. But there might be some inaccessible roles. If you wish to access them, then set the `hidden` option to `true`. Learn more about this here: https://testing-library.com/docs/dom-testing-library/api-queries#byrole
Ignored nodes: comments, script, style
<body>
<div>
<div
class="overflow-hidden"
style="opacity: 0; transform: translateX(0px) translateY(200px) translateZ(0);"
>
children
</div>
</div>
</body>
at Object.getElementError (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/@testing-library/dom/dist/config.js:37:19)
at /home/runner/work/bear29ers.com/bear29ers.com/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
at /home/runner/work/bear29ers.com/bear29ers.com/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
at /home/runner/work/bear29ers.com/bear29ers.com/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
at Object.getByRole (/home/runner/work/bear29ers.com/bear29ers.com/src/app/about/page.test.tsx:8:12)
at Promise.then.completed (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/utils.js:293:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/utils.js:226:10)
at _callCircusTest (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/run.js:297:40)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at _runTest (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/run.js:233:3)
at _runTestsForDescribeBlock (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/run.js:135:9)
at _runTestsForDescribeBlock (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/run.js:130:9)
at run (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/run.js:68:3)
at runAndTransformResultsToJestFormat (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
at jestAdapter (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
at runTestInternal (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-runner/build/runTest.js:367:16)
at runTest (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-runner/build/runTest.js:444:34)
at Object.worker (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-runner/build/testWorker.js:106:12)
|
src/app/about/page.test.tsx > should render Animated text heading:
src/app/about/page.test.tsx#L11
TestingLibraryElementError: Unable to find an accessible element with the role "heading"
There are no accessible roles. But there might be some inaccessible roles. If you wish to access them, then set the `hidden` option to `true`. Learn more about this here: https://testing-library.com/docs/dom-testing-library/api-queries#byrole
Ignored nodes: comments, script, style
<body>
<div>
<div
class="overflow-hidden"
style="opacity: 0; transform: translateX(0px) translateY(200px) translateZ(0);"
>
children
</div>
</div>
</body>
at Object.getElementError (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/@testing-library/dom/dist/config.js:37:19)
at /home/runner/work/bear29ers.com/bear29ers.com/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
at /home/runner/work/bear29ers.com/bear29ers.com/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
at /home/runner/work/bear29ers.com/bear29ers.com/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
at Object.getByRole (/home/runner/work/bear29ers.com/bear29ers.com/src/app/about/page.test.tsx:13:12)
at Promise.then.completed (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/utils.js:293:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/utils.js:226:10)
at _callCircusTest (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/run.js:297:40)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at _runTest (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/run.js:233:3)
at _runTestsForDescribeBlock (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/run.js:135:9)
at _runTestsForDescribeBlock (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/run.js:130:9)
at run (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/run.js:68:3)
at runAndTransformResultsToJestFormat (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
at jestAdapter (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
at runTestInternal (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-runner/build/runTest.js:367:16)
at runTest (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-runner/build/runTest.js:444:34)
at Object.worker (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-runner/build/testWorker.js:106:12)
|
src/app/about/page.test.tsx > should render Profile component:
src/app/about/page.test.tsx#L16
TestingLibraryElementError: Unable to find an accessible element with the role "grid"
There are no accessible roles. But there might be some inaccessible roles. If you wish to access them, then set the `hidden` option to `true`. Learn more about this here: https://testing-library.com/docs/dom-testing-library/api-queries#byrole
Ignored nodes: comments, script, style
<body>
<div>
<div
class="overflow-hidden"
style="opacity: 0; transform: translateX(0px) translateY(200px) translateZ(0);"
>
children
</div>
</div>
</body>
at Object.getElementError (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/@testing-library/dom/dist/config.js:37:19)
at /home/runner/work/bear29ers.com/bear29ers.com/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
at /home/runner/work/bear29ers.com/bear29ers.com/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
at /home/runner/work/bear29ers.com/bear29ers.com/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
at Object.getByRole (/home/runner/work/bear29ers.com/bear29ers.com/src/app/about/page.test.tsx:18:12)
at Promise.then.completed (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/utils.js:293:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/utils.js:226:10)
at _callCircusTest (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/run.js:297:40)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at _runTest (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/run.js:233:3)
at _runTestsForDescribeBlock (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/run.js:135:9)
at _runTestsForDescribeBlock (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/run.js:130:9)
at run (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/run.js:68:3)
at runAndTransformResultsToJestFormat (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
at jestAdapter (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
at runTestInternal (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-runner/build/runTest.js:367:16)
at runTest (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-runner/build/runTest.js:444:34)
at Object.worker (/home/runner/work/bear29ers.com/bear29ers.com/node_modules/jest-runner/build/testWorker.js:106:12)
|
coverage
Error: The process '/usr/local/bin/npx' failed with exit code 1
Error: The process '/usr/local/bin/npx' failed with exit code 1
at rh._setResult (/home/runner/work/_actions/ArtiomTr/jest-coverage-report-action/v2/dist/index.js:21:17898)
at rh.CheckComplete (/home/runner/work/_actions/ArtiomTr/jest-coverage-report-action/v2/dist/index.js:21:17485)
at ChildProcess.<anonymous> (/home/runner/work/_actions/ArtiomTr/jest-coverage-report-action/v2/dist/index.js:21:16477)
at ChildProcess.emit (node:events:517:28)
at maybeClose (node:internal/child_process:1098:16)
at ChildProcess._handle.onexit (node:internal/child_process:303:5)
|
coverage
Jest coverage report action failed
|
coverage
Process completed with exit code 1.
|
🧾 Statement is not covered:
src/components/MenuIcon/MenuIcon.tsx#L10
Warning! Not covered statement
|
🕹️ Function is not covered:
src/components/MenuIcon/MenuIcon.tsx#L10
Warning! Not covered function
|
🌿 Branch is not covered:
src/components/Menu/Menu.tsx#L33
Warning! Not covered branch
|
🧾 Statement is not covered:
src/components/PixelBackground/PixelBackground.tsx#L14
Warning! Not covered statement
|
🕹️ Function is not covered:
src/components/PixelBackground/PixelBackground.tsx#L14
Warning! Not covered function
|
🧾 Statement is not covered:
src/app/PageTransitionEffect.tsx#L38
Warning! Not covered statement
|
🌿 Branch is not covered:
src/app/PageTransitionEffect.tsx#L37
Warning! Not covered branch
|
coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|