"fixed" logout

This commit is contained in:
Ulf Gebhardt 2021-04-10 17:56:27 +02:00
parent 7f2ac7bb3e
commit cb4abbdd33
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

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