mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 17:42:57 +00:00
feat: improved e2e tests
This commit is contained in:
59
frontend/app/cypress/fixtures/canteen/canteen.get.res.json
Normal file
59
frontend/app/cypress/fixtures/canteen/canteen.get.res.json
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"geo": {
|
||||
"point": {
|
||||
"coordinates": [8.666987121105194, 50.12725203226799],
|
||||
"type": "Point"
|
||||
}
|
||||
},
|
||||
"uid": "86464b64-da1e-5578-a5c4-eec23457f596",
|
||||
"alternateNames": ["Alfredo Anbau Casino"],
|
||||
"address": {
|
||||
"addressCountry": "Deutschland",
|
||||
"addressLocality": "Frankfurt am Main",
|
||||
"addressRegion": "Hessen",
|
||||
"postalCode": "60323",
|
||||
"streetAddress": "Kaffeebar Alfredo/Cocktailbar Theodor-W.-Adorno-Platz 2"
|
||||
},
|
||||
"origin": {
|
||||
"indexed": "2022-06-08T18:45:04.280Z",
|
||||
"name": "Studentenwerk Frankfurt am Main",
|
||||
"type": "remote"
|
||||
},
|
||||
"name": "Alfredo Anbau Casino",
|
||||
"openingHours": "Mo-Fr 08:30-22:00; Sa-Su off; 2022 Feb 21 - 2022 Apr 08 Mo-Fr 10:00-21:00; 2022 Feb 21 - 2022 Apr 08 Sa-Su off",
|
||||
"categories": ["cafe"],
|
||||
"type": "room"
|
||||
}
|
||||
],
|
||||
"facets": [
|
||||
{
|
||||
"buckets": [
|
||||
{
|
||||
"count": 1,
|
||||
"key": "room"
|
||||
}
|
||||
],
|
||||
"field": "type"
|
||||
},
|
||||
{
|
||||
"buckets": [
|
||||
{
|
||||
"count": 1,
|
||||
"key": "cafe"
|
||||
}
|
||||
],
|
||||
"field": "categories",
|
||||
"onlyOnType": "room"
|
||||
}
|
||||
],
|
||||
"pagination": {
|
||||
"count": 1,
|
||||
"offset": 0,
|
||||
"total": 1
|
||||
},
|
||||
"stats": {
|
||||
"time": 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user