Skip to content

Commit

Permalink
fixing failing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeOberti committed Oct 22, 2024
1 parent ee9bfec commit aeda8ac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ describe('query tab with unified timeline', () => {
await waitFor(() => {
expect(screen.getByTestId('timeline-notes-tool-tip')).toBeInTheDocument();
expect(screen.getByTestId('timeline-notes-tool-tip')).toHaveTextContent(
'1 Note available. Click to view it & add more.'
'1 note available. Click to view it & add more.'
);
});
},
Expand Down Expand Up @@ -975,7 +975,7 @@ describe('query tab with unified timeline', () => {
await waitFor(() => {
expect(screen.getByTestId('timeline-notes-tool-tip')).toBeVisible();
expect(screen.getByTestId('timeline-notes-tool-tip')).toHaveTextContent(
'1 Note available. Click to view it & add more.'
'1 note available. Click to view it & add more.'
);
});
},
Expand Down

0 comments on commit aeda8ac

Please sign in to comment.