unignore import 1 child e2e test #12582
Annotations
4 errors and 1 warning
Run pnpm frontend:test:
frontend/tests/setupVitest.js#L22
Error: Failing due to console.warn while running test!
❯ Console.console.<computed> [as warn] tests/setupVitest.js:22:13
❯ warn$1 ../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:53:13
❯ renderComponentRoot ../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6516:11
❯ ReactiveEffect.componentUpdateFn [as fn] ../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5262:46
❯ ReactiveEffect.run ../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/reactivity/dist/reactivity.cjs.js:229:19
❯ setupRenderEffect ../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5397:5
❯ mountComponent ../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5172:7
❯ processComponent ../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5125:9
❯ patch ../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:4654:11
❯ mountChildren ../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:4886:7
This error originated in "tests/pages/CircleShowPage.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "shows the move notebook button". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Run pnpm frontend:test:
frontend/tests/setupVitest.js#L22
Error: Failing due to console.warn while running test!
❯ Console.console.<computed> [as warn] tests/setupVitest.js:22:13
❯ warn$1 ../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:53:13
❯ renderComponentRoot ../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6516:11
❯ ReactiveEffect.componentUpdateFn [as fn] ../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5262:46
❯ ReactiveEffect.run ../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/reactivity/dist/reactivity.cjs.js:229:19
❯ setupRenderEffect ../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5397:5
❯ mountComponent ../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5172:7
❯ processComponent ../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5125:9
❯ patch ../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:4654:11
❯ mountChildren ../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:4886:7
This error originated in "tests/pages/NotebooksPage.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "tests/pages/NotebooksPage.spec.ts". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Run pnpm frontend:test:
frontend/tests/pages/CircleShowPage.spec.ts#L54
AssertionError: expected <button …(3)>…(1)</button> to be null
- Expected:
null
+ Received:
<button
class="daisy-btn daisy-btn-ghost daisy-btn-sm"
role="button"
title="Move to ..."
>
<svg
fill="none"
height="20px"
viewBox="0 0 24 24"
width="20px"
x="0px"
xmlns="http://www.w3.org/2000/svg"
y="0px"
>
<g
id="SVGRepo_bgCarrier"
stroke-width="0"
/>
<g
id="SVGRepo_tracerCarrier"
stroke-linecap="round"
stroke-linejoin="round"
/>
<g
id="SVGRepo_iconCarrier"
>
<circle
cx="17"
cy="7"
r="3"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
/>
<circle
cx="17"
cy="17"
r="3"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
/>
<path
d="M10 5C8.4087 5 6.88258 5.63214 5.75736 6.75736C4.63214 7.88258 4 9.4087 4 11C4 12.5913 4.63214 14.1174 5.75736 15.2426C6.88258 16.3679 8.4087 17 10 17"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
/>
<path
d="M8.396 18.8285L10.9256 17.3884L9.48551 14.8587"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
/>
</g>
</svg>
<!--v-if-->
</button>
❯ tests/pages/CircleShowPage.spec.ts:54:69
|
Run pnpm frontend:test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading