chore: update dev dependencies #5483
test-multiple-versions.yml
on: pull_request
Matrix: test_multiple_versions
Annotations
3 errors
|
test_multiple_versions (17.0.0)
Process completed with exit code 1.
|
|
tests/react/error.test.tsx > throws an error while updating in effect cleanup > [DEV-ONLY] dobule setCount:
tests/react/error.test.tsx#L497
TestingLibraryElementError: Unable to find an element with the text: Errored: err_in_effect_cleanup. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div>
<button>
close
</button>
</div>
</body>
❯ Object.getElementError node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ getByText node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ tests/react/error.test.tsx:497:16
|
|
tests/react/error.test.tsx > throws an error while updating in effect cleanup > [DEV-ONLY] single setCount:
tests/react/error.test.tsx#L469
TestingLibraryElementError: Unable to find an element with the text: Errored: err_in_effect_cleanup. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div>
<button>
close
</button>
</div>
</body>
❯ Object.getElementError node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ getByText node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ tests/react/error.test.tsx:469:16
|