From 33acfbb5781a79129416109be378942cb851c48b Mon Sep 17 00:00:00 2001 From: annarhughes Date: Fri, 3 Jan 2025 17:36:10 +0000 Subject: [PATCH] remove waits --- cypress/integration/tests/notes.cy.tsx | 1 - cypress/integration/tests/therapy-usage.cy.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/cypress/integration/tests/notes.cy.tsx b/cypress/integration/tests/notes.cy.tsx index a9b9c70cb..95d9a1d84 100644 --- a/cypress/integration/tests/notes.cy.tsx +++ b/cypress/integration/tests/notes.cy.tsx @@ -5,7 +5,6 @@ describe('A logged in user should be able to subscribe to notes from bloom', () before(() => { cy.cleanUpTestState(); cy.createUser({ emailInput: email, passwordInput: password }); - cy.wait(3000); cy.logInWithEmailAndPassword(email, password); }); diff --git a/cypress/integration/tests/therapy-usage.cy.tsx b/cypress/integration/tests/therapy-usage.cy.tsx index 60c3b6477..2915be09d 100644 --- a/cypress/integration/tests/therapy-usage.cy.tsx +++ b/cypress/integration/tests/therapy-usage.cy.tsx @@ -28,7 +28,6 @@ describe('Therapy Usage', () => { emailInput: newUserEmail, passwordInput: password, }); - cy.wait(3000); cy.logInWithEmailAndPassword(newUserEmail, password); //log in to test user cy.visit('/welcome/bumble'); cy.get('button#user-menu-button').should('exist').click(); //check user menu exists and access it