mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
committed by
Eugenio Romano
parent
117170a433
commit
4feb8c3f95
@@ -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);
|
||||
|
Reference in New Issue
Block a user