Skip to content

Commit

Permalink
TOP-235 fix test content strucure
Browse files Browse the repository at this point in the history
  • Loading branch information
apricot13 committed Jun 24, 2024
1 parent f774662 commit cacfc29
Show file tree
Hide file tree
Showing 4 changed files with 2,151 additions and 297 deletions.
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

0 comments on commit cacfc29

Please sign in to comment.