diff --git a/cypress/e2e/init.spec.ts b/cypress/e2e/SignIn/index.spec.ts similarity index 73% rename from cypress/e2e/init.spec.ts rename to cypress/e2e/SignIn/index.spec.ts index da99ff9..f6a6e86 100644 --- a/cypress/e2e/init.spec.ts +++ b/cypress/e2e/SignIn/index.spec.ts @@ -5,7 +5,6 @@ describe('Cypress', () => { it('visits the app', () => { cy.visit('/'); - - cy.findByTestId('app-link').should('be.visible'); + // TODO Write UI test in integration task }); });