mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 09:32:41 +00:00
feat: improved e2e tests
This commit is contained in:
31
frontend/app/cypress/fixtures/news/message.get.res.json
Normal file
31
frontend/app/cypress/fixtures/news/message.get.res.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"datePublished": "2022-06-07T09:42:00.000Z",
|
||||
"uid": "message",
|
||||
"messageBody": "DE for Students and Employees",
|
||||
"origin": {
|
||||
"indexed": "2022-06-08T19:30:08.640Z",
|
||||
"name": "Goethe-Uni Online",
|
||||
"type": "remote",
|
||||
"url": "https://aktuelles.uni-frankfurt.de/feed"
|
||||
},
|
||||
"name": "DE for Students and Employees",
|
||||
"image": "https://robohash.org/de_for_students_and_employees?size=264x183&set=set4&bgset=bg1",
|
||||
"audiences": ["students", "employees"],
|
||||
"inLanguage": "de",
|
||||
"categories": ["news"],
|
||||
"type": "message",
|
||||
"sameAs": "https://aktuelles.uni-frankfurt.de/?p=59273"
|
||||
}
|
||||
],
|
||||
"facets": [],
|
||||
"pagination": {
|
||||
"count": 1,
|
||||
"offset": 0,
|
||||
"total": 1
|
||||
},
|
||||
"stats": {
|
||||
"time": 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user