rest of the refactorings and text changes #1120
ci.yml
on: push
Check code style
9s
Deploy backend to staging
0s
Deploy backend to prod
0s
Deploy frontend to staging
0s
Deploy frontend to prod
0s
Annotations
2 errors
src/components/StartingTimePickerDrawer/StartingTimePickerDrawer.test.tsx > Starting time selection from drawer > test with now + 30min is setted as starting time when confirm is clicked:
frontend/src/components/StartingTimePickerDrawer/StartingTimePickerDrawer.test.tsx#L108
AssertionError: expected "spy" to be called with arguments: [ '9:00' ]
Received:
1st spy call:
Array [
- "9:00",
+ "09:00",
]
Number of calls: 1
❯ src/components/StartingTimePickerDrawer/StartingTimePickerDrawer.test.tsx:108:41
|
Test frontend
Process completed with exit code 1.
|