Remove excluded test (#6096)

* remove excluded test part1

* remove fit

* fix

* fix lint

* fix

* fix

* fix

* fix

* fix lint

* fix lint

* fixes

* update protractor due incompatibility with new node versions

* increase timeout pdf when system is busy
This commit is contained in:
Eugenio Romano
2020-09-08 14:39:22 +01:00
committed by GitHub
parent 8d6baf2536
commit c57253ff54
22 changed files with 238 additions and 143 deletions

View File

@@ -93,7 +93,6 @@ describe('Viewer', () => {
});
it('[C362242] Should the Viewer be able to view a previous version of a file', async () => {
await viewerPage.clickCloseButton();
await contentServicesPage.versionManagerContent(txtFileInfo.name);
await BrowserActions.click(versionManagePage.showNewVersionButton);
await versionManagePage.uploadNewVersionFile(fileModelVersionTwo.location);