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