Skip to content

Commit

Permalink
LPD-31557 update Overview.js test to check if Search Terms link is in…
Browse files Browse the repository at this point in the history
… the document
  • Loading branch information
fmarcio authored and brianchandotcom committed Jul 26, 2024
1 parent afdfe75 commit c16e651
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ describe('Sites Dashboard Overview', () => {
expect(getAllByText('All Visitors')[1]).toBeTruthy();
expect(getByText('Anonymous Visitors')).toBeTruthy();
expect(getByText('Known Visitors')).toBeTruthy();
expect(getByText('All Search Terms')).toBeInTheDocument();

expect(container).toMatchSnapshot();
});
Expand Down

0 comments on commit c16e651

Please sign in to comment.