mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 11:51:22 +00:00
Fix Cypress test
- Change `profile-header` to `profile-header-card`.
This commit is contained in:
parent
dcaa2cf07b
commit
927e389b3a
@ -58,5 +58,5 @@ Then("I cannot upload a profile header image", () => {
|
||||
cy.get(".base-card")
|
||||
.children()
|
||||
.should("not.have.id", "profileHeaderDropzone")
|
||||
.should("have.class", "profile-header");
|
||||
.should("have.class", "profile-header-card");
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user