Retours formulaire #191
continuous-integration.yml
on: pull_request
Annotations
7 errors
Unhandled error:
src/shared/checkValidity.js#L2
TypeError: Cannot read properties of undefined (reading 'current')
❯ Module.checkValidity src/shared/checkValidity.js:2:37
❯ src/views/candidature-structure/InformationsDeStructure.jsx:62:7
❯ commitHookEffectListMount node_modules/react-dom/cjs/react-dom.development.js:23189:26
❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom.development.js:24970:11
❯ commitPassiveMountEffects_complete node_modules/react-dom/cjs/react-dom.development.js:24930:9
❯ commitPassiveMountEffects_begin node_modules/react-dom/cjs/react-dom.development.js:24917:7
❯ commitPassiveMountEffects node_modules/react-dom/cjs/react-dom.development.js:24905:3
❯ flushPassiveEffectsImpl node_modules/react-dom/cjs/react-dom.development.js:27078:3
❯ flushPassiveEffects node_modules/react-dom/cjs/react-dom.development.js:27023:14
❯ commitRootImpl node_modules/react-dom/cjs/react-dom.development.js:26974:5
This error originated in "src/views/candidature-coordinateur/CandidatureCoordinateur.test.jsx" 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 "quand je remplis le formulaire, que je l’envoie et que le serveur me renvoie une erreur, alors elle s’affiche sur la page et le captcha est rénitialisé". 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.
|
Unhandled error:
src/shared/checkValidity.js#L2
TypeError: Cannot read properties of undefined (reading 'current')
❯ Module.checkValidity src/shared/checkValidity.js:2:37
❯ src/views/candidature-structure/InformationsDeStructure.jsx:62:7
❯ commitHookEffectListMount node_modules/react-dom/cjs/react-dom.development.js:23189:26
❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom.development.js:24970:11
❯ commitPassiveMountEffects_complete node_modules/react-dom/cjs/react-dom.development.js:24930:9
❯ commitPassiveMountEffects_begin node_modules/react-dom/cjs/react-dom.development.js:24917:7
❯ commitPassiveMountEffects node_modules/react-dom/cjs/react-dom.development.js:24905:3
❯ flushPassiveEffectsImpl node_modules/react-dom/cjs/react-dom.development.js:27078:3
❯ flushPassiveEffects node_modules/react-dom/cjs/react-dom.development.js:27023:14
❯ commitRootImpl node_modules/react-dom/cjs/react-dom.development.js:26974:5
This error originated in "src/views/candidature-coordinateur/CandidatureCoordinateur.test.jsx" 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 "quand je remplis le formulaire avec toutes les informations valides, alors je suis redirigé vers la page de candidature validée". 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.
|
Unhandled error:
src/shared/checkValidity.js#L2
TypeError: Cannot read properties of undefined (reading 'current')
❯ Module.checkValidity src/shared/checkValidity.js:2:37
❯ src/views/candidature-structure/InformationsDeStructure.jsx:62:7
❯ commitHookEffectListMount node_modules/react-dom/cjs/react-dom.development.js:23189:26
❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom.development.js:24970:11
❯ commitPassiveMountEffects_complete node_modules/react-dom/cjs/react-dom.development.js:24930:9
❯ commitPassiveMountEffects_begin node_modules/react-dom/cjs/react-dom.development.js:24917:7
❯ commitPassiveMountEffects node_modules/react-dom/cjs/react-dom.development.js:24905:3
❯ flushPassiveEffectsImpl node_modules/react-dom/cjs/react-dom.development.js:27078:3
❯ flushPassiveEffects node_modules/react-dom/cjs/react-dom.development.js:27023:14
❯ commitRootImpl node_modules/react-dom/cjs/react-dom.development.js:26974:5
This error originated in "src/views/candidature-coordinateur/CandidatureCoordinateur.test.jsx" 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 "quand je remplis le formulaire et qu’une erreur se produit alors un message d’erreur s’affiche et le captcha est rénitialisé". 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.
|
src/views/candidature-coordinateur/CandidatureCoordinateur.test.jsx > candidature coordinateur > quand je remplis le formulaire, que je l’envoie et que le serveur me renvoie une erreur, alors elle s’affiche sur la page et le captcha est rénitialisé:
src/views/candidature-coordinateur/CandidatureCoordinateur.test.jsx#L276
TestingLibraryElementError: Unable to find a label with the text of: Adresse *
Ignored nodes: comments, script, style
<body>
<div />
</body>
❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19
❯ getAllByLabelText node_modules/@testing-library/dom/dist/queries/label-text.js:111:38
❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/views/candidature-coordinateur/CandidatureCoordinateur.test.jsx:276:28
|
src/views/candidature-coordinateur/CandidatureCoordinateur.test.jsx > candidature coordinateur > quand je remplis le formulaire avec toutes les informations valides, alors je suis redirigé vers la page de candidature validée:
src/views/candidature-coordinateur/CandidatureCoordinateur.test.jsx#L335
TestingLibraryElementError: Unable to find a label with the text of: Adresse *
Ignored nodes: comments, script, style
<body>
<div />
</body>
❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19
❯ getAllByLabelText node_modules/@testing-library/dom/dist/queries/label-text.js:111:38
❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/views/candidature-coordinateur/CandidatureCoordinateur.test.jsx:335:28
|
src/views/candidature-coordinateur/CandidatureCoordinateur.test.jsx > candidature coordinateur > quand je remplis le formulaire et qu’une erreur se produit alors un message d’erreur s’affiche et le captcha est rénitialisé:
src/views/candidature-coordinateur/CandidatureCoordinateur.test.jsx#L502
TestingLibraryElementError: Unable to find a label with the text of: Adresse *
Ignored nodes: comments, script, style
<body>
<div />
</body>
❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19
❯ getAllByLabelText node_modules/@testing-library/dom/dist/queries/label-text.js:111:38
❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/views/candidature-coordinateur/CandidatureCoordinateur.test.jsx:502:28
|
tests
Process completed with exit code 1.
|