Remove useless protractor tests (#8998)

* [ci:force] remove useless viewer tests

* [ci:force] fix types

* [ci:force] remove demo-shell specific tests

* fix typo
This commit is contained in:
Denys Vuika
2023-10-16 10:44:52 +01:00
committed by GitHub
parent 2f36da5765
commit 462166293a
11 changed files with 11 additions and 794 deletions

View File

@@ -25,10 +25,12 @@ import { createApiService,
SettingsPage,
StringUtil,
UploadActions,
UserModel,
UsersActions,
ViewerPage
} from '@alfresco/adf-testing';
import { FileModel } from '../../models/ACS/file.model';
import { NodeEntry } from '@alfresco/js-api';
describe('SSO in ADF using ACS and AIS, Download Directive, Viewer, DocumentList, implicitFlow true', () => {
@@ -54,7 +56,10 @@ describe('SSO in ADF using ACS and AIS, Download Directive, Viewer, DocumentList
location: browser.params.resources.Files.ADF_DOCUMENTS.PNG.file_path
});
let pdfUploadedFile; let pngUploadedFile; let folder; let acsUser;
let pdfUploadedFile: NodeEntry;
let pngUploadedFile: NodeEntry;
let folder: NodeEntry;
let acsUser: UserModel;
const folderName = StringUtil.generateRandomString(5);
beforeAll(async () => {