From 169b220aa1eacbb82224e64dcd31392acb4c0d9e Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 10 Apr 2021 02:19:41 +0200 Subject: [PATCH] removed duplicate code --- cypress/integration/common/.steps.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cypress/integration/common/.steps.js b/cypress/integration/common/.steps.js index 8a97a1be2..d557112d5 100644 --- a/cypress/integration/common/.steps.js +++ b/cypress/integration/common/.steps.js @@ -163,11 +163,6 @@ Then("I see the login screen again", () => { cy.location("pathname").should("contain", "/login"); }); -Then("I can click on my profile picture in the top right corner", () => { - cy.get(".avatar-menu").click(); - cy.get(".avatar-menu-popover"); -}); - Then("I am still logged in", () => { cy.get(".avatar-menu").click(); cy.get(".avatar-menu-popover").contains(narratorParams.name);