diff --git a/static/app/components/events/highlights/highlightsIconSummary.spec.tsx b/static/app/components/events/highlights/highlightsIconSummary.spec.tsx index b4f943b3ce3015..5546783686c70f 100644 --- a/static/app/components/events/highlights/highlightsIconSummary.spec.tsx +++ b/static/app/components/events/highlights/highlightsIconSummary.spec.tsx @@ -97,7 +97,7 @@ describe('HighlightsIconSummary', function () { expect(screen.getByText('3.8.13')).toBeInTheDocument(); await userEvent.hover(screen.getByText('3.8.13')); expect(await screen.findByText('Runtime Version')).toBeInTheDocument(); - expect(screen.getAllByRole('img')).toHaveLength(2); + expect(screen.getAllByRole('img')).toHaveLength(4); }); it('hides device for non mobile/native', function () {