update exports #704
Annotations
3 errors
Run pnpm test:unit:
extension/test-utils/render.tsx#L45
TestingLibraryElementError: Unable to find an element by: [data-testid="test-element-id"]
Ignored nodes: comments, script, style
<body>
<div
id="root"
/>
<wcm-modal />
<div />
</body>
Ignored nodes: comments, script, style
<body>
<div
id="root"
/>
<wcm-modal />
<div />
</body>
❯ waitForWrapper node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/query-helpers.js:86:33
❯ Module.render test-utils/render.tsx:45:16
❯ src/panel/app-routes/edit-route/EditRoute.spec.tsx:11:5
❯ node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:146:14
❯ node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:533:11
❯ runWithTimeout node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:61:7
❯ runTest node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:988:17
❯ processTicksAndRejections node:internal/process/task_queues:105:5
❯ runSuite node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:1144:15
This error originated in "src/panel/app-routes/edit-route/EditRoute.spec.tsx" 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 "does not explode". 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 test:unit:
extension/src/panel/app-routes/edit-route/EditRoute.spec.tsx#L18
TestingLibraryElementError: Unable to find role="textbox" and name "Route label"
Ignored nodes: comments, script, style
<body>
<div
id="root"
/>
<wcm-modal />
<div />
</body>
Ignored nodes: comments, script, style
<body>
<div
id="root"
/>
<wcm-modal />
<div />
</body>
❯ waitForWrapper node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/query-helpers.js:86:33
❯ src/panel/app-routes/edit-route/EditRoute.spec.tsx:18:18
|
Run pnpm test:unit
Process completed with exit code 1.
|
Loading