Skip to content

feat: #13851, #13853, #13855 update food emissions #58

feat: #13851, #13853, #13855 update food emissions

feat: #13851, #13853, #13855 update food emissions #58

Triggered via pull request September 3, 2024 06:01
Status Failure
Total duration 32s
Artifacts

preview.yml

on: pull_request
deploy-preview
21s
deploy-preview
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
tests/unit/foodview.spec.ts > FoodView > shows 8 options for omnivore diet: tests/unit/foodview.spec.ts#L31
AssertionError: Omnivore diet did not have 8 sliders: expected 33 to equal 8 - Expected + Received - 8 + 33 ❯ tests/unit/foodview.spec.ts:31:12
tests/unit/foodview.spec.ts > FoodView > shows 5 options for vegetarian diet: tests/unit/foodview.spec.ts#L40
AssertionError: Vegetarian diet did not have 5 sliders: expected 33 to equal 5 - Expected + Received - 5 + 33 ❯ tests/unit/foodview.spec.ts:40:12
tests/unit/foodview.spec.ts > FoodView > shows 2 options for vegan diet: tests/unit/foodview.spec.ts#L49
AssertionError: Vegan diet did not have 2 sliders: expected 33 to equal 2 - Expected + Received - 2 + 33 ❯ tests/unit/foodview.spec.ts:49:12
tests/unit/foodview.spec.ts > FoodView > handles the submit correctly: tests/unit/foodview.spec.ts#L59
AssertionError: expected undefined to equal +0 - Expected: 0 + Received: undefined ❯ tests/unit/foodview.spec.ts:59:14
deploy-preview
Process completed with exit code 1.
deploy-preview
The following actions use a deprecated Node.js version 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/