[ACS-6543] switch from aws to gha cache #2027
pull-request.yml
on: pull_request
Annotations
33 errors, 7 warnings, and 10 notices
[Copy Move Actions] › src/tests/destination-picker-dialog.test.ts:94:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination:
e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.test.ts#L1
1) [Copy Move Actions] › src/tests/destination-picker-dialog.test.ts:94:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination
Test timeout of 150000ms exceeded.
|
[Copy Move Actions] › src/tests/destination-picker-dialog.test.ts:94:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L183
1) [Copy Move Actions] › src/tests/destination-picker-dialog.test.ts:94:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination
Error: locator.click: Page closed
=========================== logs ===========================
waiting for locator('adf-datatable .adf-cell-value span').filter({ hasText: 'site-23tke' })
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:183
181 | */
182 | async performClickFolderOrFileToOpen(name: string): Promise<void> {
> 183 | await this.getCellLinkByName(name).click();
| ^
184 | await this.spinnerWaitForReload();
185 | }
186 |
at DataTableComponent.performClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:183:40)
at copyContentInMyLibraries (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.test.ts:81:37)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.test.ts:97:11
|
[Copy Move Actions] › src/tests/destination-picker-dialog.test.ts:94:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination:
e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.test.ts#L1
1) [Copy Move Actions] › src/tests/destination-picker-dialog.test.ts:94:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination
Pending operations:
- locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:183:40
|
[Share Action] › src/tests/share/share-file.spec.ts:78:9 › Share a file › when logged out › [C286326] A non-logged user can download the shared file from the viewer:
e2e/playwright/share-action/src/tests/share/share-file.spec.ts#L63
1) [Share Action] › src/tests/share/share-file.spec.ts:78:9 › Share a file › when logged out › [C286326] A non-logged user can download the shared file from the viewer
"beforeAll" hook timeout of 45000ms exceeded.
61 | let file6Id: string;
62 |
> 63 | test.beforeAll(async () => {
| ^
64 | const nodesApi = await NodesApi.initialize(username, username);
65 | const shareApi = await SharedLinksApi.initialize(username, username);
66 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.spec.ts:63:10
|
[Share Action] › src/tests/share/share-file.spec.ts:78:9 › Share a file › when logged out › [C286326] A non-logged user can download the shared file from the viewer:
e2e/playwright/share-action/src/tests/share/share-file.spec.ts#L63
1) [Share Action] › src/tests/share/share-file.spec.ts:78:9 › Share a file › when logged out › [C286326] A non-logged user can download the shared file from the viewer
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
61 | let file6Id: string;
62 |
> 63 | test.beforeAll(async () => {
| ^
64 | const nodesApi = await NodesApi.initialize(username, username);
65 | const shareApi = await SharedLinksApi.initialize(username, username);
66 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.spec.ts:63:10
|
[Share Action] › src/tests/share/share-file.spec.ts:78:9 › Share a file › when logged out › [C286326] A non-logged user can download the shared file from the viewer:
e2e/playwright/share-action/src/tests/share/share-file.spec.ts#L63
1) [Share Action] › src/tests/share/share-file.spec.ts:78:9 › Share a file › when logged out › [C286326] A non-logged user can download the shared file from the viewer
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
61 | let file6Id: string;
62 |
> 63 | test.beforeAll(async () => {
| ^
64 | const nodesApi = await NodesApi.initialize(username, username);
65 | const shareApi = await SharedLinksApi.initialize(username, username);
66 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.spec.ts:63:10
|
[Share Action] › src/tests/share/unshare-file-search-results.spec.ts:179:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L87
2) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:179:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user
Error: ----- beforeAll failed : Error: {"error":{"errorKey":"Person 'user-paigj' already exists.","statusCode":409,"briefSummary":"00037119 Person 'user-paigj' already exists.","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com"}}
85 | await filesAction.waitForNodes(`search-file-${searchRandom}`, { expect: 6 });
86 | } catch (error) {
> 87 | throw new Error(`----- beforeAll failed : ${error}`);
| ^
88 | }
89 | });
90 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts:87:13
|
[Share Action] › src/tests/share/unshare-file-search-results.spec.ts:179:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L55
2) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:179:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
53 | const apiClientFactory = new ApiClientFactory();
54 |
> 55 | test.beforeAll(async () => {
| ^
56 | try {
57 | test.setTimeout(timeouts.extendedTest);
58 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts:55:8
|
E2e test suites: Playwright (share-action, 9)
Process completed with exit code 1.
|
[special-permissions] › src/tests/folders-actions.spec.ts:102:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]:
e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.spec.ts#L1
1) [special-permissions] › src/tests/folders-actions.spec.ts:102:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]
Test timeout of 45000ms exceeded.
|
[special-permissions] › src/tests/folders-actions.spec.ts:102:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]:
projects/aca-playwright-shared/src/page-objects/components/aca-header.component.ts#L54
1) [special-permissions] › src/tests/folders-actions.spec.ts:102:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]
Error: locator.click: Page closed
=========================== logs ===========================
waiting for locator('aca-toolbar button[id="app.toolbar.more"]')
locator resolved to <button mat-icon-button="" title="More Actions" aria-has…>…</button>
attempting click action
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
performing click action
<html lang="en">…</html> intercepts pointer events
retrying click action, attempt #1
waiting for element to be visible, enabled and stable
element was detached from the DOM, retrying
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/aca-header.component.ts:54
52 | async clickMoreActions(): Promise<void> {
53 | await this.toolbarMoreActions.waitFor({ state: 'attached' });
> 54 | await this.toolbarMoreActions.click();
| ^
55 | }
56 |
57 | async clickCreateFolderFromTemplate(): Promise<void> {
at AcaHeader.clickMoreActions (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/aca-header.component.ts:54:35)
at checkMultipleSelActionsAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.spec.ts:52:5)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.spec.ts:107:7
|
[special-permissions] › src/tests/folders-actions.spec.ts:102:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]:
e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.spec.ts#L1
1) [special-permissions] › src/tests/folders-actions.spec.ts:102:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]
Pending operations:
- locator.click at projects/aca-playwright-shared/src/page-objects/components/aca-header.component.ts:54:35
|
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]:
e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
2) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]
Test timeout of 45000ms exceeded.
|
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L183
2) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]
Error: locator.click: Page closed
=========================== logs ===========================
waiting for locator('adf-datatable .adf-cell-value span').filter({ hasText: 'file-1ouzp-shared.txt' })
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:183
181 | */
182 | async performClickFolderOrFileToOpen(name: string): Promise<void> {
> 183 | await this.getCellLinkByName(name).click();
| ^
184 | await this.spinnerWaitForReload();
185 | }
186 |
at DataTableComponent.performClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:183:40)
at checkViewerActions (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:255:36)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:283:9
|
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]:
e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
2) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]
Pending operations:
- locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:183:40
|
[special-permissions] › src/tests/other-permissions.ts:114:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from Shared Files - [C297655]:
e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts#L1
3) [special-permissions] › src/tests/other-permissions.ts:114:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from Shared Files - [C297655]
Test timeout of 45000ms exceeded.
|
[special-permissions] › src/tests/other-permissions.ts:114:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from Shared Files - [C297655]:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L183
3) [special-permissions] › src/tests/other-permissions.ts:114:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from Shared Files - [C297655]
Error: locator.click: Page closed
=========================== logs ===========================
waiting for locator('adf-datatable .adf-cell-value span').filter({ hasText: 'file-1m0je-docx-shared-fav.docx' })
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:183
181 | */
182 | async performClickFolderOrFileToOpen(name: string): Promise<void> {
> 183 | await this.getCellLinkByName(name).click();
| ^
184 | await this.spinnerWaitForReload();
185 | }
186 |
at DataTableComponent.performClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:183:40)
at checkActionsViewerAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:47:35)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:116:15
|
[special-permissions] › src/tests/other-permissions.ts:114:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from Shared Files - [C297655]:
e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts#L1
3) [special-permissions] › src/tests/other-permissions.ts:114:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from Shared Files - [C297655]
Pending operations:
- locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:183:40
|
[special-permissions] › src/tests/other-permissions.ts:114:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from Shared Files - [C297655]:
e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts#L1
3) [special-permissions] › src/tests/other-permissions.ts:114:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from Shared Files - [C297655]
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
E2e test suites: Playwright (list-views, 8)
Timed out waiting 600s for the test suite to run
|
E2e test suites: Playwright (list-views, 8)
Timed out waiting 600s for the teardown for test suite to run
|
[List Views] › src/tests/permissions.spec.ts:112:9 › Special permissions › file not displayed if user no longer has permissions on it › [C213116] on Shared Files:
e2e/playwright/list-views/src/tests/permissions.spec.ts#L114
1) [List Views] › src/tests/permissions.spec.ts:112:9 › Special permissions › file not displayed if user no longer has permissions on it › [C213116] on Shared Files
Error: Incorrect number of items
Expected: 2
Received: 4
112 | test('[C213116] on Shared Files', async ({ sharedPage }) => {
113 | await sharedPage.navigate();
> 114 | expect(await sharedPage.dataTable.getRowsCount(), 'Incorrect number of items').toBe(2);
| ^
115 | await siteApiAdmin.deleteSiteMember(sitePrivate, username);
116 | await sharedPage.reload();
117 | expect(await sharedPage.dataTable.getRowsCount(), 'Incorrect number of items').toBe(0);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/permissions.spec.ts:114:86
|
[List Views] › src/tests/permissions.spec.ts:112:9 › Special permissions › file not displayed if user no longer has permissions on it › [C213116] on Shared Files:
e2e/playwright/list-views/src/tests/permissions.spec.ts#L114
1) [List Views] › src/tests/permissions.spec.ts:112:9 › Special permissions › file not displayed if user no longer has permissions on it › [C213116] on Shared Files
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Incorrect number of items
Expected: 2
Received: 4
112 | test('[C213116] on Shared Files', async ({ sharedPage }) => {
113 | await sharedPage.navigate();
> 114 | expect(await sharedPage.dataTable.getRowsCount(), 'Incorrect number of items').toBe(2);
| ^
115 | await siteApiAdmin.deleteSiteMember(sitePrivate, username);
116 | await sharedPage.reload();
117 | expect(await sharedPage.dataTable.getRowsCount(), 'Incorrect number of items').toBe(0);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/permissions.spec.ts:114:86
|
[List Views] › src/tests/permissions.spec.ts:112:9 › Special permissions › file not displayed if user no longer has permissions on it › [C213116] on Shared Files:
e2e/playwright/list-views/src/tests/permissions.spec.ts#L114
1) [List Views] › src/tests/permissions.spec.ts:112:9 › Special permissions › file not displayed if user no longer has permissions on it › [C213116] on Shared Files
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Incorrect number of items
Expected: 2
Received: 4
112 | test('[C213116] on Shared Files', async ({ sharedPage }) => {
113 | await sharedPage.navigate();
> 114 | expect(await sharedPage.dataTable.getRowsCount(), 'Incorrect number of items').toBe(2);
| ^
115 | await siteApiAdmin.deleteSiteMember(sitePrivate, username);
116 | await sharedPage.reload();
117 | expect(await sharedPage.dataTable.getRowsCount(), 'Incorrect number of items').toBe(0);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/permissions.spec.ts:114:86
|
[List Views] › src/tests/permissions.spec.ts:188:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213668] on Shared Files:
e2e/playwright/list-views/src/tests/permissions.spec.ts#L190
2) [List Views] › src/tests/permissions.spec.ts:188:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213668] on Shared Files
Error: Incorrect number of items
Expected: 2
Received: 4
188 | test(`[C213668] on Shared Files`, async ({ sharedPage }) => {
189 | await sharedPage.navigate();
> 190 | expect(await sharedPage.dataTable.getRowsCount(), 'Incorrect number of items').toBe(2);
| ^
191 | expect(await sharedPage.dataTable.getItemLocationText(fileName)).toEqual('Unknown');
192 | });
193 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/permissions.spec.ts:190:86
|
[List Views] › src/tests/permissions.spec.ts:188:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213668] on Shared Files:
e2e/playwright/list-views/src/tests/permissions.spec.ts#L190
2) [List Views] › src/tests/permissions.spec.ts:188:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213668] on Shared Files
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Incorrect number of items
Expected: 2
Received: 3
188 | test(`[C213668] on Shared Files`, async ({ sharedPage }) => {
189 | await sharedPage.navigate();
> 190 | expect(await sharedPage.dataTable.getRowsCount(), 'Incorrect number of items').toBe(2);
| ^
191 | expect(await sharedPage.dataTable.getItemLocationText(fileName)).toEqual('Unknown');
192 | });
193 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/permissions.spec.ts:190:86
|
[List Views] › src/tests/permissions.spec.ts:188:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213668] on Shared Files:
e2e/playwright/list-views/src/tests/permissions.spec.ts#L190
2) [List Views] › src/tests/permissions.spec.ts:188:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213668] on Shared Files
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Incorrect number of items
Expected: 2
Received: 3
188 | test(`[C213668] on Shared Files`, async ({ sharedPage }) => {
189 | await sharedPage.navigate();
> 190 | expect(await sharedPage.dataTable.getRowsCount(), 'Incorrect number of items').toBe(2);
| ^
191 | expect(await sharedPage.dataTable.getItemLocationText(fileName)).toEqual('Unknown');
192 | });
193 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/permissions.spec.ts:190:86
|
[List Views] › src/tests/permissions.spec.ts:176:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213178] on Recent Files:
e2e/playwright/list-views/src/tests/permissions.spec.ts#L178
3) [List Views] › src/tests/permissions.spec.ts:176:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213178] on Recent Files
Error: Incorrect number of items
Expected: 2
Received: 0
176 | test('[C213178] on Recent Files', async ({ recentFilesPage }) => {
177 | await recentFilesPage.navigate();
> 178 | expect(await recentFilesPage.dataTable.getRowsCount(), 'Incorrect number of items').toBe(2);
| ^
179 | expect(await recentFilesPage.dataTable.getItemLocationText(fileName)).toEqual('Unknown');
180 | });
181 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/permissions.spec.ts:178:91
|
[List Views] › src/tests/permissions.spec.ts:176:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213178] on Recent Files:
e2e/playwright/list-views/src/tests/permissions.spec.ts#L178
3) [List Views] › src/tests/permissions.spec.ts:176:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213178] on Recent Files
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Incorrect number of items
Expected: 2
Received: 0
176 | test('[C213178] on Recent Files', async ({ recentFilesPage }) => {
177 | await recentFilesPage.navigate();
> 178 | expect(await recentFilesPage.dataTable.getRowsCount(), 'Incorrect number of items').toBe(2);
| ^
179 | expect(await recentFilesPage.dataTable.getItemLocationText(fileName)).toEqual('Unknown');
180 | });
181 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/permissions.spec.ts:178:91
|
E2e test suites: viewer,infoDrawer,extensions
The operation was canceled.
|
E2e test suites: search
The operation was canceled.
|
E2e test suites: uploadDownloadActions
The operation was canceled.
|
Finalize
Process completed with exit code 1.
|
E2e test suites: copyMoveActions
No files were found with the provided path: e2e-output/. No artifacts will be uploaded.
|
E2e test suites: Playwright (authentication, 4)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (folder-rules, 2)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (navigation, 5)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (pagination, 7)
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: Playwright (actions, 1)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
5 passed (22.2s)
|
🎭 Playwright Run Summary
3 passed (28.7s)
|
🎭 Playwright Run Summary
16 passed (1.4m)
|
🎭 Playwright Run Summary
11 passed (2.2m)
|
🎭 Playwright Run Summary
23 passed (4.3m)
|
🎭 Playwright Run Summary
1 flaky
[Copy Move Actions] › src/tests/destination-picker-dialog.test.ts:94:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination
22 passed (6.0m)
|
🎭 Playwright Run Summary
1 failed
[Share Action] › src/tests/share/share-file.spec.ts:78:9 › Share a file › when logged out › [C286326] A non-logged user can download the shared file from the viewer
1 flaky
[Share Action] › src/tests/share/unshare-file-search-results.spec.ts:179:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user
13 passed (7.7m)
|
🎭 Playwright Run Summary
83 passed (8.8m)
|
🎭 Playwright Run Summary
3 flaky
[special-permissions] › src/tests/folders-actions.spec.ts:102:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]
[special-permissions] › src/tests/other-permissions.ts:114:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from Shared Files - [C297655]
61 passed (9.5m)
|
🎭 Playwright Run Summary
2 failed
[List Views] › src/tests/permissions.spec.ts:112:9 › Special permissions › file not displayed if user no longer has permissions on it › [C213116] on Shared Files
[List Views] › src/tests/permissions.spec.ts:188:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213668] on Shared Files
3 flaky
[List Views] › src/tests/permissions.spec.ts:176:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213178] on Recent Files
[List Views] › src/tests/permissions.spec.ts:194:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C306868] on Search results
[List Views] › src/tests/personal-files.spec.ts:71:9 › Personal Files › Regular user's personal files › [C213245] redirects to Personal Files on clicking the link from sidebar
22 skipped
32 passed (9.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
copy-move-actions
Expired
|
2.1 MB |
|
deleteActions
Expired
|
2.14 MB |
|
editActions,favoriteActions
Expired
|
2.13 MB |
|
listViews
Expired
|
2.12 MB |
|
search
Expired
|
2.23 MB |
|
share-action
Expired
|
24.1 KB |
|
special-permissions
Expired
|
8.93 MB |
|
uploadDownloadActions
Expired
|
2.09 MB |
|
viewer,infoDrawer,extensions
Expired
|
2.09 MB |
|