diff --git a/cypress/integration/Authentication/I_log_out.js b/cypress/integration/Authentication/I_log_out.js index fcb3437ed..bc3d7e64c 100644 --- a/cypress/integration/Authentication/I_log_out.js +++ b/cypress/integration/Authentication/I_log_out.js @@ -1,7 +1,7 @@ import { When } from "cypress-cucumber-preprocessor/steps"; When("I log out", () => { - cy.get(".avatar-menu").click(); + // cy.get(".avatar-menu").click(); cy.get(".avatar-menu-popover") .find('a[href="/logout"]') .click();