Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-sheldon committed May 17, 2022
1 parent e86ed0e commit eae79a0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ it('loads and displays case', async () => {
'href',
'https://news.org/an-article',
);
expect(getByText('entryId')).toBeInTheDocument();
expect(getByText('abc123')).toBeInTheDocument();
expect(getByText('2020-01-20')).toBeInTheDocument();
expect(getByText('xyz789')).toBeInTheDocument();
Expand Down

0 comments on commit eae79a0

Please sign in to comment.