Skip to content

Commit

Permalink
revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrim Jain authored and Agrim Jain committed Jun 7, 2024
1 parent 5e100cc commit 207cfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/Home/GetStarted/__tests__/GetStarted.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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/',
Expand Down

0 comments on commit 207cfd1

Please sign in to comment.