From 2fc84f9c366d002f86e11c0e6e067b8e59b3c6e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 29 Aug 2022 13:45:30 +0200 Subject: [PATCH] Rename class 'profile-avatar' to 'profile-page-avatar' --- .../I_should_be_able_to_change_my_profile_picture.js | 2 +- webapp/pages/group/_id/_slug.vue | 6 +++--- webapp/pages/profile/_id/_slug.vue | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cypress/integration/UserProfile.Avatar/I_should_be_able_to_change_my_profile_picture.js b/cypress/integration/UserProfile.Avatar/I_should_be_able_to_change_my_profile_picture.js index f92789ef8..366fd8292 100644 --- a/cypress/integration/UserProfile.Avatar/I_should_be_able_to_change_my_profile_picture.js +++ b/cypress/integration/UserProfile.Avatar/I_should_be_able_to_change_my_profile_picture.js @@ -9,7 +9,7 @@ Then("I should be able to change my profile picture", () => { { subjectType: "drag-n-drop", force: true } ); }); - cy.get(".profile-avatar img") + cy.get(".profile-page-avatar img") .should("have.attr", "src") .and("contains", "onourjourney"); cy.contains(".iziToast-message", "Upload successful") diff --git a/webapp/pages/group/_id/_slug.vue b/webapp/pages/group/_id/_slug.vue index 80c4ef6ca..53da683ce 100644 --- a/webapp/pages/group/_id/_slug.vue +++ b/webapp/pages/group/_id/_slug.vue @@ -8,9 +8,9 @@ style="position: relative; height: auto; overflow: visible" > - + - +