mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 01:22:54 +00:00
feat: improved e2e tests
This commit is contained in:
30
frontend/app/cypress/fixtures/catalog/all.search.req.json
Normal file
30
frontend/app/cypress/fixtures/catalog/all.search.req.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"filter": {
|
||||
"arguments": {
|
||||
"operation": "and",
|
||||
"filters": [
|
||||
{
|
||||
"type": "value",
|
||||
"arguments": {
|
||||
"field": "type",
|
||||
"value": "catalog"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "value",
|
||||
"arguments": {
|
||||
"field": "academicTerm.uid"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "value",
|
||||
"arguments": {
|
||||
"field": "level",
|
||||
"value": "0"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user