PriceRange-PopUp #187
Annotations
2 errors and 1 warning
src/components/SearchPanel/SearchPanel.test.jsx > SearchPanel Component > should call navigate with correct parameters when region is set and search button is clicked:
src/components/SearchPanel/SearchPanel.test.jsx#L100
AssertionError: expected "spy" to be called with arguments: [ { …(2) } ]
Received:
1st spy call:
Array [
Object {
"pathname": "/s/Berlin/homes",
- "search": "region=Berlin&checkIn=2023-01-01&checkOut=2023-01-07&adults=4&children=3&infants=2&pets=1",
+ "search": "region=Berlin&checkIn=2023-01-01&checkOut=2023-01-07&guests=undefined",
},
]
Number of calls: 1
❯ src/components/SearchPanel/SearchPanel.test.jsx:100:26
|
build (20.x)
Process completed with exit code 1.
|
build (20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|