Skip to content

Commit

Permalink
Removed discojuice
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak committed Jan 3, 2024
1 parent b927d78 commit fb00968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ Cypress.on('uncaught:exception', (err, runnable) => {
*/
function loginViaForm(email: string, password: string): void {
// Cancel discojuice login - only if it is popped up
cy.wait(500);
cy.get('.discojuice_close').should('exist').click();
// cy.wait(500);
// cy.get('.discojuice_close').should('exist').click();
// Enter email
cy.get('ds-log-in [data-test="email"]').type(email);
// Enter password
Expand Down

0 comments on commit fb00968

Please sign in to comment.