Fix Cypress test

- Change `profile-header` to `profile-header-card`.
This commit is contained in:
Wolfgang Huß 2020-06-25 13:23:22 +02:00
parent dcaa2cf07b
commit 927e389b3a

View File

@ -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");
});