Skip to content

feat(experiments): Properly translate event and action filters #113469

feat(experiments): Properly translate event and action filters

feat(experiments): Properly translate event and action filters #113469

Re-run triggered February 13, 2025 16:54
Status Failure
Total duration 2m 25s
Artifacts

ci-frontend.yml

on: pull_request
Determine need to run frontend checks
8s
Determine need to run frontend checks
Code quality checks
7m 24s
Code quality checks
Matrix: jest
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Code quality checks: frontend/src/scenes/experiments/ExperimentView/ExperimentView.tsx#L60
Type 'CachedExperimentTrendsQueryResponse | CachedExperimentFunnelsQueryResponse | CachedExperimentQueryResponse | null' is not assignable to type 'ExperimentFunnelsQueryResponse | ExperimentTrendsQueryResponse | null'.
Code quality checks: frontend/src/scenes/experiments/ExperimentView/Overview.tsx#L75
Type 'CachedExperimentTrendsQueryResponse | CachedExperimentFunnelsQueryResponse | CachedExperimentQueryResponse' is not assignable to type 'CachedExperimentTrendsQueryResponse | CachedExperimentFunnelsQueryResponse'.
Code quality checks: frontend/src/scenes/experiments/ExperimentView/components.tsx#L219
Type 'CachedExperimentTrendsQueryResponse | CachedExperimentFunnelsQueryResponse | CachedExperimentQueryResponse' is not assignable to type 'ExperimentFunnelsQueryResponse | ExperimentTrendsQueryResponse | null'.
Code quality checks: frontend/src/scenes/notebooks/Nodes/NotebookNodeExperiment.tsx#L85
Type 'CachedExperimentTrendsQueryResponse | CachedExperimentFunnelsQueryResponse | CachedExperimentQueryResponse | null' is not assignable to type 'ExperimentFunnelsQueryResponse | ExperimentTrendsQueryResponse | null'.
Code quality checks: frontend/src/scenes/saved-insights/SavedInsights.tsx#L85
Property '[NodeKind.ExperimentActionMetricConfig]' is missing in type '{ TrendsQuery: { name: string; description: string; icon: IconComponent<IconProps>; inMenu: true; }; FunnelsQuery: { name: string; description: string; icon: IconComponent<IconProps>; inMenu: true; }; ... 45 more ...; TracesQuery: { ...; }; }' but required in type 'Record<NodeKind, InsightTypeMetadata>'.
Code quality checks
Process completed with exit code 2.