Skip to content

MMT-3943: Updated to support times in UTC #1107

MMT-3943: Updated to support times in UTC

MMT-3943: Updated to support times in UTC #1107

Triggered via pull request November 25, 2024 12:06
@cgokeycgokey
synchronize #1322
MMT-3943
Status Failure
Total duration 4m 23s
Artifacts

ci.yml

on: pull_request
Matrix: eslint
Matrix: stylelint
Matrix: vitest
tests-passed
0s
tests-passed
Fit to window
Zoom out
Zoom in

Annotations

3 errors
static/src/js/components/CustomDateTimeWidget/__tests__/CustomDateTimeWidget.test.jsx > CustomDateTimeWidget > When a date is already save in the form > shows the date: static/src/js/components/CustomDateTimeWidget/__tests__/CustomDateTimeWidget.test.jsx#L170
Error: expect(element).toHaveValue(2023-12-05T00:00:00.000Z) Expected the element to have value: 2023-12-05T00:00:00.000Z Received: 2023-12-05T00:00:00Z ❯ static/src/js/components/CustomDateTimeWidget/__tests__/CustomDateTimeWidget.test.jsx:170:21
static/src/js/components/CustomDateTimeWidget/__tests__/CustomDateTimeWidget.test.jsx > CustomDateTimeWidget > When a date has a specific time in the form > shows the date and time: static/src/js/components/CustomDateTimeWidget/__tests__/CustomDateTimeWidget.test.jsx#L182
Error: expect(element).toHaveValue(2023-12-05T16:05:59.000Z) Expected the element to have value: 2023-12-05T16:05:59.000Z Received: 2023-12-05T16:05:59Z ❯ static/src/js/components/CustomDateTimeWidget/__tests__/CustomDateTimeWidget.test.jsx:182:21
vitest (lts/hydrogen)
Process completed with exit code 1.