Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrim Jain authored and Agrim Jain committed Jun 4, 2024
1 parent 14419a0 commit 0c3250c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/Home/GetStarted/__tests__/GetStarted.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ describe('GetStarted', () => {
'href',
'https://deriv.com/signup/',
);
expect(screen.getByTestId('register').closest('a')).toHaveAttribute('href', '/dashboard/');
expect(screen.getByTestId('register').closest('a')).toHaveAttribute('href', '/dashboard');
expect(screen.getByTestId('guide').closest('a')).toHaveAttribute(
'href',
'/docs/category/guides/',
'/docs/category/guides',
);
});
});

0 comments on commit 0c3250c

Please sign in to comment.