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