[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:
cristinaj
2019-03-19 17:12:35 +02:00
committed by Eugenio Romano
parent 355971e0ad
commit 34b5c5a1b3
5 changed files with 114 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ describe('User Info - SSO', () => {
loginSSOPage.loginSSOIdentityService(identityUser.username, identityUser.password);
});
afterAll (async () => {
afterAll(async () => {
await identityService.deleteIdentityUser(identityUser.id);
});