diff --git a/cypress/integration/common/profile.js b/cypress/integration/common/profile.js index 61b9d6c46..d11d4bab2 100644 --- a/cypress/integration/common/profile.js +++ b/cypress/integration/common/profile.js @@ -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-card"); + .should("have.class", "profile-header"); });