Revert test class change.

This commit is contained in:
DriesCruyskens 2020-06-27 16:56:09 +02:00 committed by GitHub
parent 32340128ee
commit b30ed6e2ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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-card");
.should("have.class", "profile-header");
});