mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
node 10 travis
This commit is contained in:
@@ -102,6 +102,11 @@ describe('permissions', () => {
|
||||
done();
|
||||
});
|
||||
|
||||
afterAll(async(done) => {
|
||||
await this.alfrescoJsApi.core.sitesApi.deleteSite(site.entry.id);
|
||||
done();
|
||||
});
|
||||
|
||||
it('[C274692] Should not be possible edit metadata properties when the user is a consumer user', () => {
|
||||
loginPage.loginToContentServicesUsingUserModel(consumerUser);
|
||||
|
||||
|
Reference in New Issue
Block a user