test: mock appstore response in Cypress tests
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>pull/55435/head
parent
51a9df8e83
commit
bdb7389e63
@ -0,0 +1,46 @@
|
||||
{
|
||||
"apps": [
|
||||
{
|
||||
"id": "calendar",
|
||||
"name": "Calendar",
|
||||
"isCompatible": true,
|
||||
"canInstall": true
|
||||
},
|
||||
{
|
||||
"id": "contacts",
|
||||
"name": "Contacts",
|
||||
"isCompatible": true,
|
||||
"canInstall": true
|
||||
},
|
||||
{
|
||||
"id": "mail",
|
||||
"name": "Mail",
|
||||
"isCompatible": true,
|
||||
"canInstall": true
|
||||
},
|
||||
{
|
||||
"id": "spreed",
|
||||
"name": "Talk",
|
||||
"isCompatible": true,
|
||||
"canInstall": true
|
||||
},
|
||||
{
|
||||
"id": "richdocuments",
|
||||
"name": "Richdocuments",
|
||||
"isCompatible": true,
|
||||
"canInstall": true
|
||||
},
|
||||
{
|
||||
"id": "notes",
|
||||
"name": "Notes",
|
||||
"isCompatible": true,
|
||||
"canInstall": true
|
||||
},
|
||||
{
|
||||
"id": "richdocumentscode",
|
||||
"name": "Richdocuments Code",
|
||||
"isCompatible": true,
|
||||
"canInstall": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue