removed duplicate code

This commit is contained in:
Ulf Gebhardt 2021-04-10 02:19:41 +02:00
parent 4271ee16a2
commit 169b220aa1
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -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);