mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4099]Implement tests for The metadata group is always showed even though the properties are not there (#4421)
* Create a custom empty aspect. * Implement empty aspect * Add ' The aspect with empty properties is displayed' test. * Fix lint errors * Enabling screenshots * no message * Fix upload tests * no message * Trying to fix upload tests * no message * remove save * lint * Fix lint
This commit is contained in:
committed by
Eugenio Romano
parent
355971e0ad
commit
34b5c5a1b3
@@ -42,7 +42,7 @@ describe('User Info - SSO', () => {
|
||||
loginSSOPage.loginSSOIdentityService(identityUser.username, identityUser.password);
|
||||
});
|
||||
|
||||
afterAll (async () => {
|
||||
afterAll(async () => {
|
||||
await identityService.deleteIdentityUser(identityUser.id);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user