Skip to content

Issue 229 - add pet wrapper #214

Issue 229 - add pet wrapper

Issue 229 - add pet wrapper #214

Triggered via pull request July 25, 2024 21:13
Status Failure
Total duration 50s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
src/layouts/app/pages/PetRegister/index.spec.js > PetRegisterPage > emits > form data when every field is validated: src/layouts/app/pages/PetRegister/index.spec.js#L109
AssertionError: expected "spy" to be called with arguments: [ 'Mixed Breed' ] Received: 1st spy call: Array [ - "Mixed Breed", + Object { + "breedSelected": "Mixed Breed", + }, ] Number of calls: 1 ❯ src/layouts/app/pages/PetRegister/index.spec.js:109:28
test
Process completed with exit code 1.
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/