mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix failing cypress test
- the click trigger event lives on avatar-menu-trigger
This commit is contained in:
parent
da1eedbac2
commit
e31b9ff015
@ -459,7 +459,7 @@ When(
|
||||
);
|
||||
|
||||
When("I navigate to my {string} settings page", settingsPage => {
|
||||
cy.get(".avatar-menu").click();
|
||||
cy.get(".avatar-menu-trigger").click();
|
||||
cy.get(".avatar-menu-popover")
|
||||
.find("a[href]")
|
||||
.contains("Settings")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user