diff --git a/cypress/e2e/spec.cy.ts b/cypress/e2e/spec.cy.ts index 4e7d624..317f960 100644 --- a/cypress/e2e/spec.cy.ts +++ b/cypress/e2e/spec.cy.ts @@ -1,5 +1,7 @@ it('test', () => { + cy.visit('https://cypress.io') + expect(true).to.be.true }); \ No newline at end of file