Skip to content

Commit

Permalink
remove waits
Browse files Browse the repository at this point in the history
  • Loading branch information
annarhughes committed Jan 3, 2025
1 parent 027b547 commit 33acfbb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cypress/integration/tests/notes.cy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});

Expand Down
1 change: 0 additions & 1 deletion cypress/integration/tests/therapy-usage.cy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33acfbb

Please sign in to comment.