diff --git a/frontend/src/mocks/fixtures/api/experiments/_metric_trend_action.json b/frontend/src/mocks/fixtures/api/experiments/_metric_trend_action.json new file mode 100644 index 0000000000000..f8f4a5ef0a1d5 --- /dev/null +++ b/frontend/src/mocks/fixtures/api/experiments/_metric_trend_action.json @@ -0,0 +1,24 @@ +{ + "kind": "ExperimentTrendsQuery", + "count_query": { + "kind": "TrendsQuery", + "series": [ + { + "kind": "ActionsNode", + "id": 8, + "name": "jan-16-running payment action", + "math": "total" + } + ], + "interval": "day", + "dateRange": { + "date_to": "2025-01-16T23:59", + "date_from": "2025-01-02T13:54", + "explicitDate": true + }, + "trendsFilter": { + "display": "ActionsLineGraph" + }, + "filterTestAccounts": true + } +}