From cb4abbdd3339330456b616e92bc93db0004976eb Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 10 Apr 2021 17:56:27 +0200 Subject: [PATCH] "fixed" logout --- cypress/integration/Authentication/I_log_out.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();