[ACS-3497] - Fix accessibility issues in ACA personal files (#7833)

This commit is contained in:
MichalKinas
2022-09-21 16:08:57 +02:00
committed by GitHub
parent 3180ad3fe0
commit c5ee606cb4
15 changed files with 40 additions and 40 deletions

View File

@@ -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');