diff --git a/static/app/views/dashboards/widgetBuilder/buildSteps/filterResultsStep/spansSearchBar.spec.tsx b/static/app/views/dashboards/widgetBuilder/buildSteps/filterResultsStep/spansSearchBar.spec.tsx index dda9e3a60a1024..0523c8e28182cf 100644 --- a/static/app/views/dashboards/widgetBuilder/buildSteps/filterResultsStep/spansSearchBar.spec.tsx +++ b/static/app/views/dashboards/widgetBuilder/buildSteps/filterResultsStep/spansSearchBar.spec.tsx @@ -18,7 +18,7 @@ function renderWithProvider({ onSearch, }: ComponentProps) { return render( - + ); diff --git a/static/app/views/explore/hooks/useGroupBys.spec.tsx b/static/app/views/explore/hooks/useGroupBys.spec.tsx index 93f21496f99efd..2bdbafaad4ea95 100644 --- a/static/app/views/explore/hooks/useGroupBys.spec.tsx +++ b/static/app/views/explore/hooks/useGroupBys.spec.tsx @@ -34,7 +34,7 @@ describe('useGroupBys', function () { } render( - + , {disableRouterMocks: true} diff --git a/static/app/views/explore/hooks/useResultsMode.spec.tsx b/static/app/views/explore/hooks/useResultsMode.spec.tsx index 92b8a7594c98ec..7b62332b3bd6b0 100644 --- a/static/app/views/explore/hooks/useResultsMode.spec.tsx +++ b/static/app/views/explore/hooks/useResultsMode.spec.tsx @@ -31,7 +31,7 @@ describe('useResultMode', function () { } render( - + , {disableRouterMocks: true}