Skip to content

Commit 6c2c07d

Browse files
authored
Update ButtonContainer.test.tsx
1 parent bb8393a commit 6c2c07d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/__tests__/ButtonContainer.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ describe('Unit testing for ButtonContainer', () => {
5858
render(<ButtonsContainer />);
5959
expect(screen.getAllByRole('button')).toHaveLength(4);
6060
expect(screen.getAllByRole('button')[0]).toHaveTextContent('Unlocked');
61-
console.log('button:', screen.getAllByRole('button')[0])
6261
expect(screen.getAllByRole('button')[1]).toHaveTextContent('Download');
6362
expect(screen.getAllByRole('button')[2]).toHaveTextContent('Upload');
6463
expect(screen.getAllByRole('button')[3]).toHaveTextContent('Tutorial');

0 commit comments

Comments
 (0)