Skip to content

Реализация задачи - Основы: Часть 1 createApp #3

Реализация задачи - Основы: Часть 1 createApp

Реализация задачи - Основы: Часть 1 createApp #3

Triggered via pull request September 29, 2024 08:21
Status Failure
Total duration 26s
Artifacts

tests.yaml

on: pull_request
Run tests
16s
Run tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
01-basics/20-weather/__tests__/weather.test.ts > WeatherApp > должно рендерить карточки с погодой из getWeatherData для каждого географического объекта: 01-basics/20-weather/__tests__/weather.test.ts#L18
AssertionError: expected [ DOMWrapper{ …(2) } ] to have a length of 5 but got 1 - Expected + Received - 5 + 1 ❯ 01-basics/20-weather/__tests__/weather.test.ts:18:19
01-basics/20-weather/__tests__/weather.test.ts > WeatherApp > должно рендерить карточки с подробностями погоды в .weather-details: 01-basics/20-weather/__tests__/weather.test.ts#L60
AssertionError: expected [ DOMWrapper{ …(2) } ] to have a length of 5 but got 1 - Expected + Received - 5 + 1 ❯ 01-basics/20-weather/__tests__/weather.test.ts:60:19
01-basics/20-weather/__tests__/weather.test.ts > WeatherApp > должно рендерить карточки с погодой без предупреждением при отсутствии alert в данных: 01-basics/20-weather/__tests__/weather.test.ts#L100
AssertionError: expected [ DOMWrapper{ …(2) } ] to have a length of 5 but got 1 - Expected + Received - 5 + 1 ❯ 01-basics/20-weather/__tests__/weather.test.ts:100:19
Run tests
Process completed with exit code 1.
Run tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/