mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
"fixed" logout
This commit is contained in:
parent
7f2ac7bb3e
commit
cb4abbdd33
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user