From 74a7db53884f66742f4614bf365cedc60f2897a0 Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Thu, 16 Jan 2020 19:18:50 +0100 Subject: [PATCH] Convert missed ds-avatar, fix cypress test --- cypress/integration/common/profile.js | 2 +- webapp/pages/profile/_id/_slug.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/integration/common/profile.js b/cypress/integration/common/profile.js index b1bf9e4e0..c22c20392 100644 --- a/cypress/integration/common/profile.js +++ b/cypress/integration/common/profile.js @@ -32,5 +32,5 @@ Then("I cannot upload a picture", () => { cy.get(".ds-card-content") .children() .should("not.have.id", "customdropzone") - .should("have.class", "ds-avatar"); + .should("have.class", "user-avatar"); }); diff --git a/webapp/pages/profile/_id/_slug.vue b/webapp/pages/profile/_id/_slug.vue index b9e2effb4..7a11ebe17 100644 --- a/webapp/pages/profile/_id/_slug.vue +++ b/webapp/pages/profile/_id/_slug.vue @@ -157,7 +157,7 @@