mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
Fix code smells: Remove unused declaration
This commit is contained in:
@@ -40,11 +40,6 @@ describe('Viewer', () => {
|
|||||||
location: browser.params.resources.Files.ADF_DOCUMENTS.TXT.file_path
|
location: browser.params.resources.Files.ADF_DOCUMENTS.TXT.file_path
|
||||||
});
|
});
|
||||||
|
|
||||||
const fileModelVersionTwo = new FileModel({
|
|
||||||
name: browser.params.resources.Files.ADF_DOCUMENTS.TXT.file_name,
|
|
||||||
location: browser.params.resources.Files.ADF_DOCUMENTS.TXT.file_location
|
|
||||||
});
|
|
||||||
|
|
||||||
beforeAll(async () => {
|
beforeAll(async () => {
|
||||||
await apiService.loginWithProfile('admin');
|
await apiService.loginWithProfile('admin');
|
||||||
await usersActions.createUser(acsUser);
|
await usersActions.createUser(acsUser);
|
||||||
|
Reference in New Issue
Block a user