Fix/schedule flow #26
Annotations
2 errors and 1 warning
src/tests/integration/components/beginnerScheduling.test.js > BeginnerScheduling.vue > calls fetchApiCall when date range is updated:
src/tests/integration/components/beginnerScheduling.test.js#L49
AssertionError: expected "spy" to be called with arguments: [ { …(4) } ]
Received:
1st spy call:
Array [
Object {
- "failCallback": Any<Function>,
+ "failCallback": [Function failCallback],
"method": "GET",
- "successCallback": Any<Function>,
- "url": "https://whatsup.lco.global/range/?start=2024-11-10T22:00:00&end=2024-11-15T22:00:00&aperture=0m4&mode=full",
+ "successCallback": [Function populateTargets],
+ "url": "https://whatsup.lco.global/range/?start=2024-11-10T00:00:00&end=2024-11-15T00:00:00&aperture=0m4&mode=full",
},
]
Number of calls: 1
❯ src/tests/integration/components/beginnerScheduling.test.js:49:26
|
test
Process completed with exit code 1.
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|