Skip to content

Commit

Permalink
test(hero): remove dummy check"
Browse files Browse the repository at this point in the history
  • Loading branch information
Slashgear committed Sep 8, 2024
1 parent 5f96b93 commit 0c21554
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions __test__/app/landing/hero.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ describe('<Hero />', () => {
const subTitle = screen.getByRole('heading', {
name: 'Choose among various templates to customise with your assets and contents. Then generate and download your video in one click',
});
const ctaButtons = screen.getByRole('link');

expect(title).toBeVisible();
expect(subTitle).toBeVisible();
expect(ctaButtons).toHaveClass('btnText');
});
});

0 comments on commit 0c21554

Please sign in to comment.