mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-3497] - Fix accessibility issues in ACA personal files (#7833)
This commit is contained in:
@@ -34,7 +34,7 @@ export class UserInfoPage {
|
||||
processTenant = $('.detail-profile');
|
||||
apsImage = $('img[id="bpm-user-detail-image"]');
|
||||
acsImage = $('img[id="ecm-user-detail-image"]');
|
||||
initialImage = $$('div[id="user-initials-image"]').first();
|
||||
initialImage = $$('div[data-automation-id="user-initials-image"]').first();
|
||||
userInfoSsoHeaderTitle = this.dialog.$('div[id="identity-username"]');
|
||||
userInfoSsoTitle = $('.adf-userinfo__detail-title');
|
||||
ssoEmail = $('#identity-email');
|
||||
|
Reference in New Issue
Block a user