GH Auto: Upstream dependencies ADF:6.4.0-6336818839 JS-API:7.1.0-1349 using Tag:6.4.0-6336818839 #1398
Triggered via pull request
September 28, 2023 09:38
Status
Success
Total duration
1h 28m 22s
Artifacts
5
pull-request.yml
on: pull_request
Annotations
16 errors, 24 warnings, and 5 notices
[Authentication] › src/tests/login.spec.ts:97:9 › viewer file › with valid credentials › [C213104] user is able to login after changing his password:
e2e/playwright/authentication/src/tests/login.spec.ts#L1
1) [Authentication] › src/tests/login.spec.ts:97:9 › viewer file › with valid credentials › [C213104] user is able to login after changing his ***
Error: {"error":{"errorKey":"framework.exception.ApiDefault","statusCode":401,"briefSummary":"08280351 Authentication failed for Web Script org/alfresco/api/ResourceWebScript.put","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"}}
at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:901:17)
at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1166:18)
at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
|
[Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions:
e2e/playwright/folder-rules/src/tests/actions.spec.ts#L1
1) [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions
Test timeout of 45000ms exceeded.
|
[Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions:
e2e/playwright/folder-rules/src/tests/actions.spec.ts#L71
1) [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.soft.toBeVisible with timeout 5000ms
- waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'playwright-rule-0p0fp6' })
69 | await nodesPage.manageRulesDialog.createRuleButton.click();
70 |
> 71 | await expect.soft(nodesPage.manageRules.getGroupsList(randomRuleName)).toBeVisible();
| ^
72 | });
73 | });
74 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/actions.spec.ts:71:76
|
[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
2) [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#L64
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
Error: expect(received).toBeVisible()
Call log:
- expect.soft.toBeVisible with timeout 5000ms
- waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'playwright-rule-cyv2do' })
62 | await nodesPage.manageRulesDialog.createRuleButton.click();
63 |
> 64 | await expect.soft(nodesPage.manageRules.getGroupsList(randomRuleName)).toBeVisible();
| ^
65 | });
66 | });
67 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/conditions.spec.ts:64:76
|
[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
2) [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/breadcrumb.spec.ts:117:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps:
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L67
1) [Navigation] › src/tests/breadcrumb.spec.ts:117:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps
TypeError: Cannot read properties of null (reading 'entry')
65 | const docLibId = await sitesApiAction.getDocLibId(siteName);
66 | parentFromSiteId = (await nodesApiAction.createFolder(parentFromSite, docLibId)).entry.id;
> 67 | subFolder1FromSiteId = (await nodesApiAction.createFolder(subFolder1FromSite, parentFromSiteId)).entry.id;
| ^
68 | subFolder2FromSiteId = (await nodesApiAction.createFolder(subFolder2FromSite, subFolder1FromSiteId)).entry.id;
69 | await nodesApiAction.createFile(fileName1FromSite, subFolder2FromSiteId);
70 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:67:102
|
[Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh:
e2e/playwright/navigation/src/tests/sidebar.spec.ts#L55
2) [Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
Error: Sidebar not expanded
Expected: true
Received: false
53 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true);
54 | await personalFiles.reload();
> 55 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true);
| ^
56 |
57 | await personalFiles.sidenav.collapseSideNav();
58 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/sidebar.spec.ts:55:85
|
[Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh:
e2e/playwright/navigation/src/tests/sidebar.spec.ts#L55
2) [Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Sidebar not expanded
Expected: true
Received: false
53 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true);
54 | await personalFiles.reload();
> 55 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true);
| ^
56 |
57 | await personalFiles.sidenav.collapseSideNav();
58 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/sidebar.spec.ts:55:85
|
[Navigation] › src/tests/single-click.spec.ts:81:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries:
e2e/playwright/navigation/src/tests/single-click.spec.ts#L1
3) [Navigation] › src/tests/single-click.spec.ts:81:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
Error: {"error":{"errorKey":"Duplicate child name not allowed: folder1-2u0hc","statusCode":409,"briefSummary":"08280413 Duplicate child name not allowed: folder1-2u0hc","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"}}
at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:901:17)
at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1166:18)
at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
|
[Viewer] › src/tests/viewer-action.spec.ts:138:7 › viewer action file › [C286379] Favorite action from Shared Files:
e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L1
1) [Viewer] › src/tests/viewer-action.spec.ts:138:7 › viewer action file › [C286379] Favorite action from Shared Files
Test timeout of 45000ms exceeded.
|
[Viewer] › src/tests/viewer-action.spec.ts:138:7 › viewer action file › [C286379] Favorite action from Shared Files:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L166
1) [Viewer] › src/tests/viewer-action.spec.ts:138:7 › viewer action file › [C286379] Favorite action from Shared Files
Error: locator.click: Page closed
=========================== logs ===========================
waiting for locator('adf-datatable .adf-datatable-cell-value[role="link"]').filter({ hasText: 'file-docx-dwab1' })
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:166
164 | */
165 | async performClickFolderOrFileToOpen(name: string): Promise<void> {
> 166 | await this.getCellLinkByName(name).click();
| ^
167 | await this.spinnerWaitForReload();
168 | }
169 |
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:166:40)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:140:32
|
[Viewer] › src/tests/viewer-action.spec.ts:138:7 › viewer action file › [C286379] Favorite action from Shared Files:
e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L1
1) [Viewer] › src/tests/viewer-action.spec.ts:138:7 › viewer action file › [C286379] Favorite action from Shared Files
Pending operations:
- locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:166:40
|
[Actions] › src/tests/create-folder.spec.ts:67:7 › Create folders › [C216340] Create a folder with name:
e2e/playwright/actions/src/tests/create-folder.spec.ts#L1
1) [Actions] › src/tests/create-folder.spec.ts:67:7 › Create folders › [C216340] Create a folder with name, title and description
Test timeout of 45000ms exceeded.
|
[Actions] › src/tests/create-folder.spec.ts:67:7 › Create folders › [C216340] Create a folder with name:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L191
1) [Actions] › src/tests/create-folder.spec.ts:67:7 › Create folders › [C216340] Create a folder with name, title and description
Error: locator.textContent: Page closed
=========================== logs ===========================
waiting for locator('adf-pagination .adf-pagination__current-page')
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:191
189 | }
190 |
> 191 | if ((await this.pagination.currentPageLocator.textContent()) !== ' Page 1 ') {
| ^
192 | await this.pagination.navigateToPage(1);
193 | }
194 |
at DataTableComponent.goThroughPagesLookingForRowWithName (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:191:51)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder.spec.ts:74:5
|
[Actions] › src/tests/create-folder.spec.ts:67:7 › Create folders › [C216340] Create a folder with name:
e2e/playwright/actions/src/tests/create-folder.spec.ts#L1
1) [Actions] › src/tests/create-folder.spec.ts:67:7 › Create folders › [C216340] Create a folder with name, title and description
Pending operations:
- locator.textContent at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:191:51
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L181
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L310
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L319
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L332
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L379
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L398
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L592
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L596
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L602
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L629
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
E2e test suites: deleteActions
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: actionsAvailableLibraries,actionsAvailableNewMenu
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: listViews,navigation
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: shareActions
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: 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: actionsAvailableFilesFolders
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.
|
🎭 Playwright Run Summary
1 flaky
[Authentication] › src/tests/login.spec.ts:97:9 › viewer file › with valid credentials › [C213104] user is able to login after changing his ***
5 passed (42.9s)
|
🎭 Playwright Run Summary
2 flaky
[Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
1 passed (1.5m)
|
🎭 Playwright Run Summary
3 flaky
[Navigation] › src/tests/breadcrumb.spec.ts:117:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps
[Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
[Navigation] › src/tests/single-click.spec.ts:81:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
13 passed (2.4m)
|
🎭 Playwright Run Summary
1 flaky
[Viewer] › src/tests/viewer-action.spec.ts:138:7 › viewer action file › [C286379] Favorite action from Shared Files
21 passed (3.7m)
|
🎭 Playwright Run Summary
1 flaky
[Actions] › src/tests/create-folder.spec.ts:67:7 › Create folders › [C216340] Create a folder with name, title and description
19 passed (3.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
actions
Expired
|
2.84 MB |
|
authentication
Expired
|
13.6 KB |
|
folder-rules
Expired
|
12.9 MB |
|
navigation
Expired
|
1.7 MB |
|
viewer
Expired
|
1.43 MB |
|