Skip to content

Update styling to match OpenHands theme and add logo #4

Update styling to match OpenHands theme and add logo

Update styling to match OpenHands theme and add logo #4

Triggered via push November 28, 2024 17:10
Status Failure
Total duration 31s
Billable time 1m
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
src/components/DateRangeFilter.test.tsx > DateRangeFilter > handles clearing dates: src/components/DateRangeFilter.test.tsx#L85
AssertionError: expected "spy" to be called with arguments: [ undefined ] Received: 1st spy call: Array [ - undefined, + Object { + "end": "2023-11-30", + "start": "", + }, ] 2nd spy call: Array [ - undefined, + Object { + "end": "", + "start": "2023-11-01", + }, ] Number of calls: 2 ❯ src/components/DateRangeFilter.test.tsx:85:35
test
Process completed with exit code 1.