Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
schiwaa committed Jul 18, 2024
1 parent 90c72d6 commit 98e12dc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions frontend-e2e/cypress/e2e/experimental.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,7 @@ describe('login and logout with authentication modal, captcha v3 and fetch(POST)
cy.contains('header a', 'Sign in').click();
cy.get('#loginEmail').wait(500).type(admin.username, { delay: 50 });
cy.get('#loginPassword').wait(500).type(admin.password, { delay: 50 });
// cy.intercept('POST', `${Cypress.env('CY_STEMMAWEB_FRONTEND_URL')}/requests/login`).as('loginrequest');
cy.get('button').contains('Sign in').wait(500).click();
// cy
// .wait('@loginrequest')
// .then(intercept => {
// cy.log('intercept: ' + JSON.stringify(intercept))
// });
cy.get('#authModal').should('not.be.visible');
cy.contains('Logged in as ' + admin.username);
cy.contains('header a', 'Sign out');
Expand Down

0 comments on commit 98e12dc

Please sign in to comment.