From 851d6d842038de54fadf2baeea857b2230c55b29 Mon Sep 17 00:00:00 2001 From: Arnau Zapata Delgado Date: Thu, 13 Jul 2023 12:06:24 +0200 Subject: [PATCH] fix obsolete tests --- __tests__/e2e/integration/dummy-test.test.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/__tests__/e2e/integration/dummy-test.test.ts b/__tests__/e2e/integration/dummy-test.test.ts index eb509c1..4aaf8f1 100644 --- a/__tests__/e2e/integration/dummy-test.test.ts +++ b/__tests__/e2e/integration/dummy-test.test.ts @@ -4,7 +4,4 @@ describe('When a user try to verify his contract and it succeed', () => { cy.visit('/') }) - it('Should see the title', () => { - cy.get('[data-cy=title]').should('be.visible') - }) })