ci: pnpm dedup #352
Annotations
3 errors
src/components/CalculateButton/CalculateButton.test.tsx > CalculateButton > closes when clicking the button:
src/components/CalculateButton/CalculateButton.test.tsx#L55
Error: Timed out in waitFor.
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div>
<button
aria-haspopup="dialog"
aria-label="select operation type to item value"
class="btn btn-outline-secondary"
id="Expense-1-operate-button"
type="button"
>
<svg
aria-hidden="true"
fill="currentColor"
height="1em"
stroke="currentColor"
stroke-width="0"
viewBox="0 0 16 16"
width="1em"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="m1.854 14.854 13-13a.5.5 0 0 0-.708-.708l-13 13a.5.5 0 0 0 .708.708M4 1a.5.5 0 0 1 .5.5v2h2a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0v-2h-2a.5.5 0 0 1 0-1h2v-2A.5.5 0 0 1 4 1m5 11a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 9 12"
/>
</svg>
</button>
</div>
</body>
</html>
❯ Proxy.waitForWrapper node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ src/components/CalculateButton/CalculateButton.test.tsx:55:11
|
src/components/CalculateButton/CalculateButton.test.tsx > CalculateButton > closes when pressing Escape key:
src/components/CalculateButton/CalculateButton.test.tsx#L73
Error: Timed out in waitFor.
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div>
<button
aria-haspopup="dialog"
aria-label="select operation type to item value"
class="btn btn-outline-secondary"
id="Expense-1-operate-button"
type="button"
>
<svg
aria-hidden="true"
fill="currentColor"
height="1em"
stroke="currentColor"
stroke-width="0"
viewBox="0 0 16 16"
width="1em"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="m1.854 14.854 13-13a.5.5 0 0 0-.708-.708l-13 13a.5.5 0 0 0 .708.708M4 1a.5.5 0 0 1 .5.5v2h2a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0v-2h-2a.5.5 0 0 1 0-1h2v-2A.5.5 0 0 1 4 1m5 11a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 9 12"
/>
</svg>
</button>
</div>
</body>
</html>
❯ Proxy.waitForWrapper node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ src/components/CalculateButton/CalculateButton.test.tsx:73:11
|
test
Process completed with exit code 1.
|