mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-5645]clean up
This commit is contained in:
@@ -398,7 +398,7 @@ describe('Permissions Component', () => {
|
|||||||
await contentServicesPage.checkContentIsNotDisplayed('RoleCoordinator' + fileModel.name);
|
await contentServicesPage.checkContentIsNotDisplayed('RoleCoordinator' + fileModel.name);
|
||||||
});
|
});
|
||||||
|
|
||||||
fit('[C279881] No Permission User', async () => {
|
it('[C279881] No Permission User', async () => {
|
||||||
await loginPage.login(filePermissionUser.username, filePermissionUser.password);
|
await loginPage.login(filePermissionUser.username, filePermissionUser.password);
|
||||||
await navigationBarPage.openContentServicesFolder(roleConsumerFolder.entry.id);
|
await navigationBarPage.openContentServicesFolder(roleConsumerFolder.entry.id);
|
||||||
await contentServicesPage.checkContentIsDisplayed('RoleConsumer' + fileModel.name);
|
await contentServicesPage.checkContentIsDisplayed('RoleConsumer' + fileModel.name);
|
||||||
|
|||||||
Reference in New Issue
Block a user