feat: improved e2e tests

This commit is contained in:
2023-12-05 15:21:01 +01:00
committed by Thea Schöbl
parent bff2d985aa
commit d7a85b7fae
66 changed files with 6353 additions and 4471 deletions

View File

@@ -0,0 +1,46 @@
{
"filter": {
"arguments": {
"filters": [
{
"arguments": {
"filters": [
{
"arguments": {
"field": "categories",
"value": "canteen"
},
"type": "value"
},
{
"arguments": {
"field": "categories",
"value": "student canteen"
},
"type": "value"
},
{
"arguments": {
"field": "categories",
"value": "cafe"
},
"type": "value"
},
{
"arguments": {
"field": "categories",
"value": "restaurant"
},
"type": "value"
}
],
"operation": "or"
},
"type": "boolean"
}
],
"operation": "and"
},
"type": "boolean"
}
}