diff --git a/webapp/components/NotificationsTable/NotificationsTable.spec.js b/webapp/components/NotificationsTable/NotificationsTable.spec.js index d15ff3691..18fa0c930 100644 --- a/webapp/components/NotificationsTable/NotificationsTable.spec.js +++ b/webapp/components/NotificationsTable/NotificationsTable.spec.js @@ -152,7 +152,7 @@ describe('NotificationsTable.vue', () => { }) it('renders me as the triggerer', () => { - const triggererName = thirdRowNotification.find('.username') + const triggererName = thirdRowNotification.find('.userName-for-test') expect(triggererName.text()).toEqual('myName') }) diff --git a/webapp/components/UserTeaser/UserTeaser.vue b/webapp/components/UserTeaser/UserTeaser.vue index 9d1b22fd9..4db45ba52 100644 --- a/webapp/components/UserTeaser/UserTeaser.vue +++ b/webapp/components/UserTeaser/UserTeaser.vue @@ -20,14 +20,14 @@
{{ userSlug }} - {{ userName }} + {{ userName }} - {{ userName }} + {{ userName }}