Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production deploy #138

Merged
merged 11 commits into from
Jul 9, 2024
2 changes: 1 addition & 1 deletion cypress/e2e/results_list.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe("Results list page", () => {
cy.wait("@searchForServices")

cy.get("p").contains(
"Showing 1-20 out of ~2805 results for Example near Example2"
"Showing 1-20 out of ~2805 results for Example within 20 miles of Example2"
)
})

Expand Down
33 changes: 32 additions & 1 deletion cypress/fixtures/service.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,36 @@
"needs_referral": null,
"free": null,
"created_at": "2020-11-26T10:49:42.460Z",
"service_at_locations": [
{
"id": 1,
"service_id": 1,
"location_id": 1,
"location": {
"id": 1,
"name": "St Joseph's Catholic Infant School",
"address_1": " Hazell Avenue",
"city": "Aylesbury",
"state_province": "Buckinghamshire",
"postal_code": "HP21 7JF",
"country": "GB",
"geometry": {
"type": "Point",
"coordinates": [-0.790659, 51.811001]
},
"mask_exact_address": false,
"accessibilities": []
},
"regular_schedule": [
{
"id": 1,
"weekday": "Monday",
"opens_at": "10:00",
"closes_at": "17:00"
}
]
}
],
"locations": [
{
"id": 1,
Expand Down Expand Up @@ -62,7 +92,8 @@
"id": 1,
"weekday": "Monday",
"opens_at": "10:00",
"closes_at": "17:00"
"closes_at": "17:00",
"service_at_location": null
}
],
"cost_options": [],
Expand Down
Loading
Loading