Merge branch 'main' into frontend #119
codecov.yml
on: push
Run backend tests and collect coverage
56s
Run frontend customer tests and collect coverage
35s
Annotations
3 errors
src/components/__tests__/WaitingTimeDisplay.spec.ts > WaitingTimeDisplay > renders waiting time and queue information correctly:
frontend/customer/src/components/__tests__/WaitingTimeDisplay.spec.ts#L68
AssertionError: expected 'Estimert ventetid1h 30min3 venterOppd…' to contain '13:00:00'
Expected: "13:00:00"
Received: "Estimert ventetid1h 30min3 venterOppdatert 12:00:00"
❯ src/components/__tests__/WaitingTimeDisplay.spec.ts:68:28
|
src/components/__tests__/WaitingTimeDisplay.spec.ts > WaitingTimeDisplay > formats time correctly for different locales:
frontend/customer/src/components/__tests__/WaitingTimeDisplay.spec.ts#L130
AssertionError: expected 'Estimert ventetid1h 30min3 venterOppd…' to contain '13:34:56'
Expected: "13:34:56"
Received: "Estimert ventetid1h 30min3 venterOppdatert 12:34:56"
❯ src/components/__tests__/WaitingTimeDisplay.spec.ts:130:28
|
Run frontend customer tests and collect coverage
Process completed with exit code 1.
|