[ACS-6066] viewer special permissions playwright #1405
pull-request.yml
on: pull_request
Annotations
12 errors, 16 warnings, and 6 notices
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition:
e2e/playwright/folder-rules/src/tests/conditions.spec.ts#L1
1) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
Test timeout of 45000ms exceeded.
|
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition:
e2e/playwright/folder-rules/src/tests/conditions.spec.ts#L1
1) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
Pending operations:
- expect.soft.toBeVisible at e2e/playwright/folder-rules/src/tests/conditions.spec.ts:64:76
|
[Navigation] › src/tests/single-click.spec.ts:73:9 › Single click on item name › on Personal Files › [C280034] Navigate inside the folder when clicking the hyperlink on Personal Files:
e2e/playwright/navigation/src/tests/single-click.spec.ts#L1
1) [Navigation] › src/tests/single-click.spec.ts:73:9 › Single click on item name › on Personal Files › [C280034] Navigate inside the folder when clicking the hyperlink on Personal Files
Test timeout of 45000ms exceeded.
|
[Navigation] › src/tests/single-click.spec.ts:73:9 › Single click on item name › on Personal Files › [C280034] Navigate inside the folder when clicking the hyperlink on Personal Files:
e2e/playwright/navigation/src/tests/single-click.spec.ts#L75
1) [Navigation] › src/tests/single-click.spec.ts:73:9 › Single click on item name › on Personal Files › [C280034] Navigate inside the folder when clicking the hyperlink on Personal Files
Error: locator.click: Target closed
=========================== logs ===========================
waiting for locator('adf-datatable .adf-datatable-cell-value[role="link"]').filter({ hasText: 'folder1-80nlr' })
============================================================
73 | test('[C280034] Navigate inside the folder when clicking the hyperlink on Personal Files', async ({ personalFiles }) => {
74 | await personalFiles.navigate();
> 75 | await personalFiles.dataTable.getCellLinkByName(folder1).click();
| ^
76 | await personalFiles.dataTable.spinnerWaitForReload();
77 | expect(await personalFiles.breadcrumb.currentItem.innerText()).toBe(folder1);
78 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/single-click.spec.ts:75:64
|
[Navigation] › src/tests/single-click.spec.ts:73:9 › Single click on item name › on Personal Files › [C280034] Navigate inside the folder when clicking the hyperlink on Personal Files:
e2e/playwright/navigation/src/tests/single-click.spec.ts#L1
1) [Navigation] › src/tests/single-click.spec.ts:73:9 › Single click on item name › on Personal Files › [C280034] Navigate inside the folder when clicking the hyperlink on Personal Files
Pending operations:
- locator.click at e2e/playwright/navigation/src/tests/single-click.spec.ts:75:64
|
[Actions] › src/tests/create-folder.spec.ts:54:7 › Create folders › [C216341] Create a folder with name only:
e2e/playwright/actions/src/tests/create-folder.spec.ts#L1
1) [Actions] › src/tests/create-folder.spec.ts:54:7 › Create folders › [C216341] Create a folder with name only
Test timeout of 45000ms exceeded.
|
[Actions] › src/tests/create-folder.spec.ts:54:7 › Create folders › [C216341] Create a folder with name only:
e2e/playwright/actions/src/tests/create-folder.spec.ts#L1
1) [Actions] › src/tests/create-folder.spec.ts:54:7 › Create folders › [C216341] Create a folder with name only
Pending operations:
- locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:181:35
|
[special-permissions] › src/tests/viewer.ts:341:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File Office - [C326664]:
projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts#L47
1) [special-permissions] › src/tests/viewer.ts:341:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File Office - [C326664]
TimeoutError: locator.waitFor: Timeout 2000ms exceeded.
=========================== logs ===========================
waiting for locator('aca-page-layout .adf-datatable-row[role="row"]').filter({ hasText: 'file-i27zr-docx.docx' }) to be visible
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts:47
45 |
46 | async performDoubleClickFolderOrFileToOpen(name: string): Promise<void> {
> 47 | await this.getCellLinkByName(name).waitFor({ state: 'visible', timeout: timeouts.normal });
| ^
48 | await this.getCellLinkByName(name).dblclick();
49 | await this.spinnerWaitForReload();
50 | }
at SearchInputComponent.performDoubleClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts:47:40)
at checkViewerActions (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:334:38)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:342:9
|
[special-permissions] › src/tests/viewer.ts:341:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File Office - [C326664]:
projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts#L47
1) [special-permissions] › src/tests/viewer.ts:341:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File Office - [C326664]
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 2000ms exceeded.
=========================== logs ===========================
waiting for locator('aca-page-layout .adf-datatable-row[role="row"]').filter({ hasText: 'file-1ymml-docx.docx' }) to be visible
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts:47
45 |
46 | async performDoubleClickFolderOrFileToOpen(name: string): Promise<void> {
> 47 | await this.getCellLinkByName(name).waitFor({ state: 'visible', timeout: timeouts.normal });
| ^
48 | await this.getCellLinkByName(name).dblclick();
49 | await this.spinnerWaitForReload();
50 | }
at SearchInputComponent.performDoubleClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts:47:40)
at checkViewerActions (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:334:38)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:342:9
|
[special-permissions] › src/tests/viewer.ts:341:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File Office - [C326664]:
projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts#L47
1) [special-permissions] › src/tests/viewer.ts:341:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File Office - [C326664]
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 2000ms exceeded.
=========================== logs ===========================
waiting for locator('aca-page-layout .adf-datatable-row[role="row"]').filter({ hasText: 'file-s0qbj-docx.docx' }) to be visible
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts:47
45 |
46 | async performDoubleClickFolderOrFileToOpen(name: string): Promise<void> {
> 47 | await this.getCellLinkByName(name).waitFor({ state: 'visible', timeout: timeouts.normal });
| ^
48 | await this.getCellLinkByName(name).dblclick();
49 | await this.spinnerWaitForReload();
50 | }
at SearchInputComponent.performDoubleClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts:47:40)
at checkViewerActions (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:334:38)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:342:9
|
E2e test suites: Playwright (special-permissions, 6)
Process completed with exit code 1.
|
Finalize
Process completed with exit code 1.
|
E2e test suites: Playwright (authentication, 4)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: editActions,favoriteActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: deleteActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: actionsAvailableLibraries,actionsAvailableNewMenu
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (viewer, 3)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: libraryActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: createActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: copyMoveActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: listViews,navigation
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: uploadDownloadActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: pagination
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: shareActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: search
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: viewer,infoDrawer,extensions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: actionsAvailableSpecialPermissions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: actionsAvailableFilesFolders
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
1 flaky
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
2 passed (1.3m)
|
🎭 Playwright Run Summary
6 passed (43.7s)
|
🎭 Playwright Run Summary
1 flaky
[Navigation] › src/tests/single-click.spec.ts:73:9 › Single click on item name › on Personal Files › [C280034] Navigate inside the folder when clicking the hyperlink on Personal Files
15 passed (3.0m)
|
🎭 Playwright Run Summary
1 flaky
[Actions] › src/tests/create-folder.spec.ts:54:7 › Create folders › [C216341] Create a folder with name only
19 passed (3.9m)
|
🎭 Playwright Run Summary
22 passed (4.6m)
|
🎭 Playwright Run Summary
1 failed
[special-permissions] › src/tests/viewer.ts:341:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File Office - [C326664]
35 passed (9.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
actions
Expired
|
4.05 MB |
|
folder-rules
Expired
|
7.17 MB |
|
navigation
Expired
|
1.84 MB |
|
special-permissions
Expired
|
6.73 MB |
|