Fix code smells: Remove unused declaration

This commit is contained in:
Amedeo Lepore
2023-08-14 15:13:49 +02:00
committed by eromano
parent fc59fa459b
commit b0fca98026

View File

@@ -40,11 +40,6 @@ describe('Viewer', () => {
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 () => {
await apiService.loginWithProfile('admin');
await usersActions.createUser(acsUser);