Skip to content

Commit

Permalink
Removed the href attribute check from the cookie policy link test in …
Browse files Browse the repository at this point in the history
…CookieMod component.
  • Loading branch information
OlesiaBarannik committed Jul 27, 2024
1 parent 5327088 commit cf997f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FrontEnd/src/tests/CookieModal.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ describe('CookieMod component unit tests', () => {

const linkElement = screen.getByText(/про кукі-файли/i);
expect(linkElement).toBeInTheDocument();
expect(linkElement).toHaveAttribute('href', '/privacy-policy#17');
});

test('renders hidden cookie modal window', () => {
Expand Down

0 comments on commit cf997f2

Please sign in to comment.