mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5235] Facet fix and improve search test (#6122)
* improve search test * fix * fix * fix * changes * modify * logout public URL * improve stability some e2e * fx lint * fix * fix * improve * fix * improve * fix * fix * fix * fix [skip ci] * fix * some fix [skip ci] * fix * fix lint * fix * fix * fix * fix * fix * fix * fix * fix * fix * convert C291893 in manual test case in testrail * fix * fix
This commit is contained in:
@@ -94,10 +94,11 @@ describe('Attachment list action menu for processes', () => {
|
||||
await (await (await navigationBarPage.navigateToProcessServicesPage()).goToApp(app.title)).clickProcessButton();
|
||||
|
||||
await processFiltersPage.selectFromProcessList(processName.active);
|
||||
|
||||
await processDetailsPage.checkProcessTitleIsDisplayed();
|
||||
|
||||
await attachmentListPage.clickAttachFileButton(pngFile.location);
|
||||
await attachmentListPage.checkFileIsAttached(pngFile.name);
|
||||
|
||||
await attachmentListPage.viewFile(pngFile.name);
|
||||
|
||||
await viewerPage.checkFileNameIsDisplayed(pngFile.name);
|
||||
@@ -105,6 +106,7 @@ describe('Attachment list action menu for processes', () => {
|
||||
|
||||
await processFiltersPage.clickRunningFilterButton();
|
||||
await processFiltersPage.selectFromProcessList(processName.active);
|
||||
await processDetailsPage.checkProcessTitleIsDisplayed();
|
||||
|
||||
await attachmentListPage.doubleClickFile(pngFile.name);
|
||||
|
||||
@@ -113,6 +115,7 @@ describe('Attachment list action menu for processes', () => {
|
||||
|
||||
await processFiltersPage.clickRunningFilterButton();
|
||||
await processFiltersPage.selectFromProcessList(processName.active);
|
||||
await processDetailsPage.checkProcessTitleIsDisplayed();
|
||||
|
||||
await attachmentListPage.downloadFile(pngFile.name);
|
||||
|
||||
@@ -127,12 +130,11 @@ describe('Attachment list action menu for processes', () => {
|
||||
it('[C279886] Should be able to access options of a file attached to a completed process', async () => {
|
||||
await (await (await navigationBarPage.navigateToProcessServicesPage()).goToApp(app.title)).clickProcessButton();
|
||||
|
||||
await processFiltersPage.clickRunningFilterButton();
|
||||
await processFiltersPage.selectFromProcessList(processName.completed);
|
||||
|
||||
await processDetailsPage.checkProcessTitleIsDisplayed();
|
||||
|
||||
await attachmentListPage.clickAttachFileButton(pngFile.location);
|
||||
await attachmentListPage.checkFileIsAttached(pngFile.name);
|
||||
|
||||
await processDetailsPage.clickCancelProcessButton();
|
||||
await processFiltersPage.clickCompletedFilterButton();
|
||||
@@ -140,6 +142,7 @@ describe('Attachment list action menu for processes', () => {
|
||||
await processDetailsPage.checkProcessTitleIsDisplayed();
|
||||
|
||||
await attachmentListPage.checkAttachFileButtonIsNotDisplayed();
|
||||
await attachmentListPage.checkFileIsAttached(pngFile.name);
|
||||
await attachmentListPage.viewFile(pngFile.name);
|
||||
|
||||
await viewerPage.checkFileNameIsDisplayed(pngFile.name);
|
||||
@@ -162,7 +165,6 @@ describe('Attachment list action menu for processes', () => {
|
||||
|
||||
await processFiltersPage.clickRunningFilterButton();
|
||||
await processFiltersPage.selectFromProcessList(processName.taskApp);
|
||||
|
||||
await processDetailsPage.checkProcessTitleIsDisplayed();
|
||||
|
||||
await attachmentListPage.clickAttachFileButton(pngFile.location);
|
||||
@@ -174,6 +176,7 @@ describe('Attachment list action menu for processes', () => {
|
||||
|
||||
await processFiltersPage.clickRunningFilterButton();
|
||||
await processFiltersPage.selectFromProcessList(processName.emptyList);
|
||||
await processDetailsPage.checkProcessTitleIsDisplayed();
|
||||
|
||||
await attachmentListPage.checkEmptyAttachmentList();
|
||||
await attachmentListPage.clickAttachFileButton(pngFile.location);
|
||||
|
Reference in New Issue
Block a user