Skip to content

Commit

Permalink
Update ButtonContainer.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mccoll authored Jun 20, 2023
1 parent bb8393a commit 6c2c07d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/__tests__/ButtonContainer.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ describe('Unit testing for ButtonContainer', () => {
render(<ButtonsContainer />);
expect(screen.getAllByRole('button')).toHaveLength(4);
expect(screen.getAllByRole('button')[0]).toHaveTextContent('Unlocked');
console.log('button:', screen.getAllByRole('button')[0])
expect(screen.getAllByRole('button')[1]).toHaveTextContent('Download');
expect(screen.getAllByRole('button')[2]).toHaveTextContent('Upload');
expect(screen.getAllByRole('button')[3]).toHaveTextContent('Tutorial');
Expand Down

0 comments on commit 6c2c07d

Please sign in to comment.