Skip to content

Commit

Permalink
tests: remove boilerplate datatest
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtiti committed Jul 16, 2024
1 parent 0d1a4c1 commit 33b5e22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/e2e/spec.cy.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
describe('Renders every component', () => {
it('Renders App component', () => {
cy.visit('/');
cy.getByTestId('boilerplate-title').should('exist');
});
});

0 comments on commit 33b5e22

Please sign in to comment.