Skip to content

Commit

Permalink
alertlink: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBa committed Feb 22, 2025
1 parent 0a515e4 commit a560a6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit a560a6c

Please sign in to comment.