From b30ed6e2ba4945c530c66cc06dc5ad991ae75ae6 Mon Sep 17 00:00:00 2001 From: DriesCruyskens Date: Sat, 27 Jun 2020 16:56:09 +0200 Subject: [PATCH] Revert test class change. --- cypress/integration/common/profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); });