Skip to content

UI プロトタイプ実装 #5

UI プロトタイプ実装

UI プロトタイプ実装 #5

Triggered via pull request February 12, 2025 07:11
@sushichan044sushichan044
synchronize #13
wip/ui
Status Failure
Total duration 1m 11s
Artifacts

ci.yml

on: pull_request
Code Problem Check
1m 2s
Code Problem Check
Fit to window
Zoom out
Zoom in

Annotations

3 errors
app/components/input/DateRangePicker.test.tsx > DateRangePicker > convert で指定した処理を用いて UI の値をフォームに反映できる: app/components/input/DateRangePicker.test.tsx#L75
Error: expect(element).toHaveTextContent() Expected element to have text content: 2025-01-09T15:00:00.000Z – 2025-01-14T15:00:00.000Z Received: 2025-01-10T00:00:00.000Z – 2025-01-15T00:00:00.000Z ❯ app/components/input/DateRangePicker.test.tsx:75:18
app/components/input/DateRangePicker.test.tsx > DateRangePicker > convert で指定した処理を用いてフォームの値を UI に反映できる: app/components/input/DateRangePicker.test.tsx#L91
Error: expect(element).toHaveTextContent() Expected element to have text content: 2025.01.10 (金) – 2025.01.15 (水) Received: 2025.01.09 (木) – 2025.01.14 (火) ❯ app/components/input/DateRangePicker.test.tsx:91:20
Code Problem Check
Process completed with exit code 1.