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" > - + - +