From 927e389b3ab7974e66d330e3947b1737fd424d89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 25 Jun 2020 13:23:22 +0200 Subject: [PATCH] Fix Cypress test - Change `profile-header` to `profile-header-card`. --- 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 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"); });