mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
automated ADF-4198 - Escape key doesn't work to close the user profile dialog. (#4671)
This commit is contained in:
committed by
Eugenio Romano
parent
a3487cd3b3
commit
2edee23bdd
@@ -56,7 +56,7 @@ describe('User Info - SSO', () => {
|
||||
expect(userInfoPage.getSsoTitle()).toEqual(identityUser.firstName + ' ' + identityUser.lastName);
|
||||
expect(userInfoPage.getSsoEmail()).toEqual(identityUser.email);
|
||||
userInfoPage.closeUserProfile();
|
||||
|
||||
userInfoPage.dialogIsNotDisplayed();
|
||||
});
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user