[ADF-4208] Make the pipeline green again (#4419)

* [ADF-4209] Fix Core tests

* [ADF-4209] Fix Core tests

* [ADF-4218] Fix Insight tests

* Fix process-services-cloud tests
This commit is contained in:
Marouan Bentaleb
2019-03-12 09:55:50 +00:00
committed by Eugenio Romano
parent 117170a433
commit 4feb8c3f95
6 changed files with 14 additions and 16 deletions

View File

@@ -140,7 +140,7 @@ describe('Pagination - returns to previous page when current is empty', () => {
it('[C297494] Should display content when navigating to a non-empty folder not in the first page', () => {
contentServicesPage.goToDocumentList();
contentServicesPage.navigateToFolder(parentFolderModel.name);
contentServicesPage.doubleClickRow(parentFolderModel.name);
contentServicesPage.checkAcsContainer();
contentServicesPage.waitForTableBody();
@@ -157,7 +157,7 @@ describe('Pagination - returns to previous page when current is empty', () => {
contentServicesPage.checkAcsContainer();
contentServicesPage.waitForTableBody();
contentServicesPage.navigateToFolder(lastFolderResponse.entry.name);
contentServicesPage.doubleClickRow(lastFolderResponse.entry.name);
contentServicesPage.checkContentIsDisplayed(pngFileInfo.name);
viewerPage.viewFile(pngFileUploaded.entry.name);