Skip to content

Commit

Permalink
Update __tests__/App.test.tsx
Browse files Browse the repository at this point in the history
Fix test

Co-authored-by: flyci-prod[bot] <146104993+flyci-prod[bot]@users.noreply.github.com>
  • Loading branch information
radeva and flyci-prod[bot] authored Aug 9, 2024
1 parent 374c469 commit f3f836d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ it('should render Step One', async () => {

const stepOne = await screen.findByText('Step One');

expect(stepOne).toHaveTextContent('Step Two');
expect(stepOne).toHaveTextContent('Step One');
});

0 comments on commit f3f836d

Please sign in to comment.