Execute test when change exclude file (#5989)

* Execute test when change exclude file

* Update protractor.excludes.json

* Update nx.json

* fix first call use all params document list
This commit is contained in:
Eugenio Romano
2020-08-17 10:45:55 +01:00
committed by GitHub
parent bba8ab1839
commit 7cfb95da9d
5 changed files with 59 additions and 60 deletions

View File

@@ -123,6 +123,7 @@ describe('Version component permissions', () => {
});
afterAll(async () => {
await apiService.getInstance().login(browser.params.testConfig.admin.email, browser.params.testConfig.admin.password);
await apiService.getInstance().core.sitesApi.deleteSite(site.entry.id, { permanent: true });
});