diff --git a/cypress/e2e/main.spec.cy.js b/cypress/e2e/main.spec.cy.js index 3c47c7d..1b85ae7 100644 --- a/cypress/e2e/main.spec.cy.js +++ b/cypress/e2e/main.spec.cy.js @@ -1,4 +1,4 @@ -describe('template spec', () => { +describe('React App', () => { it('passes', () => { cy.visit('localhost:5173/') cy.get('[data-qa="profile-box"]')