diff --git a/e2e/core/user-info-component.e2e.ts b/e2e/core/user-info-component.e2e.ts index 5c4cf18302..a72f88198f 100644 --- a/e2e/core/user-info-component.e2e.ts +++ b/e2e/core/user-info-component.e2e.ts @@ -74,7 +74,6 @@ describe('User Info component', () => { await userInfoPage.clickUserProfile(); await userInfoPage.dialogIsDisplayed(); - await userInfoPage.clickOnContentServicesTab(); await userInfoPage.checkContentServicesTabIsSelected(); await expect(await userInfoPage.getContentHeaderTitle()).toEqual(contentUserModel.firstName + ' ' + contentUserModel.lastName); diff --git a/lib/core/userinfo/components/user-info.component.html b/lib/core/userinfo/components/user-info.component.html index 91cf4ae4e2..29f7a109ac 100644 --- a/lib/core/userinfo/components/user-info.component.html +++ b/lib/core/userinfo/components/user-info.component.html @@ -1,20 +1,22 @@