automated ADF-4198 - Escape key doesn't work to close the user profile dialog. (#4671)

This commit is contained in:
gmandakini
2019-04-30 14:51:29 +01:00
committed by Eugenio Romano
parent a3487cd3b3
commit 2edee23bdd
2 changed files with 2 additions and 1 deletions

View File

@@ -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();
});
});