Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
huseyindeniz committed Sep 24, 2023
1 parent 45d3448 commit ace6b75
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ describe('Feature: UI', () => {
render(<Default {...Default.args} />)
);
// Assert
expect(getByRole('button', { name: 'Twitter' })).toBeInTheDocument();
expect(getByRole('button', { name: 'Discord' })).toBeInTheDocument();
expect(getByRole('button', { name: 'Instagram' })).toBeInTheDocument();
//expect(getByRole('button', { name: 'Linkedin' })).toBeInTheDocument();
expect(getByRole('button', { name: 'GitHub' })).toBeInTheDocument();
expect(getByRole('button', { name: 'FaReadme' })).toBeInTheDocument();
expect(asFragment).toMatchSnapshot();
});
});
Expand Down

0 comments on commit ace6b75

Please sign in to comment.