Skip to content

Commit

Permalink
fix: update expected text content of h2 entry name element
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle254 committed Oct 21, 2024
1 parent 20f6e29 commit efc93b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ describe('League Week Picks', () => {
// Wait for the main content to be displayed
await waitFor(() => {
expect(screen.getByTestId('weekly-picks')).toBeInTheDocument();
expect(screen.getByTestId('week__entry-name')).toHaveTextContent('Entry Entry 1');
expect(screen.getByTestId('week__entry-name')).toHaveTextContent('Entry 1');
});

expect(screen.queryByTestId('global-spinner')).not.toBeInTheDocument();
Expand Down

0 comments on commit efc93b0

Please sign in to comment.