Build(deps): Bump the github-actions group with 7 updates #3418
Annotations
10 errors and 1 notice
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L122
1) [Create Actions] › src/tests/create-library.e2e.ts:117:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library-1jx9w]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library-1jx9w]')
120 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(randomLibraryName);
121 | await libraryDialog.createButton.click();
> 122 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible();
| ^
123 |
124 | await myLibrariesPage.navigate();
125 | await expect(libraryTable.getCellByColumnNameAndRowItem(randomLibraryName, publicVisibility)).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:122:73
|
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L122
1) [Create Actions] › src/tests/create-library.e2e.ts:117:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library-hxwo6]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library-hxwo6]')
120 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(randomLibraryName);
121 | await libraryDialog.createButton.click();
> 122 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible();
| ^
123 |
124 | await myLibrariesPage.navigate();
125 | await expect(libraryTable.getCellByColumnNameAndRowItem(randomLibraryName, publicVisibility)).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:122:73
|
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L92
1) [Create Actions] › src/tests/create-library.e2e.ts:117:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"afterAll" hook timeout of 85000ms exceeded.
90 | });
91 |
> 92 | test.afterAll(async () => {
| ^
93 | await Utils.deleteNodesSitesEmptyTrashcan(nodesApi, trashcanApi, 'afterAll failed', sitesApi, createdLibrariesIds);
94 | });
95 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:92:8
|
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L92
1) [Create Actions] › src/tests/create-library.e2e.ts:117:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"afterAll" hook timeout of 85000ms exceeded.
90 | });
91 |
> 92 | test.afterAll(async () => {
| ^
93 | await Utils.deleteNodesSitesEmptyTrashcan(nodesApi, trashcanApi, 'afterAll failed', sitesApi, createdLibrariesIds);
94 | });
95 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:92:8
|
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L81
1) [Create Actions] › src/tests/create-library.e2e.ts:117:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 85000ms exceeded while running "beforeEach" hook.
79 | });
80 |
> 81 | test.beforeEach(async ({ myLibrariesPage, page }) => {
| ^
82 | randomLibraryName = `playwright-library-${Utils.random()}`;
83 | randomLibraryId = `libraryId-${Utils.random()}`;
84 | randomLibraryDescription = `libraryDescription-${Utils.random()}`;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:81:8
|
projects/aca-playwright-shared/src/page-objects/pages/my-libraries.page.ts#L63
1) [Create Actions] › src/tests/create-library.e2e.ts:117:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('aca-toolbar [id="app.toolbar.create"]')
at ../../../projects/aca-playwright-shared/src/page-objects/pages/my-libraries.page.ts:63
61 |
62 | async selectCreateLibrary(): Promise<void> {
> 63 | await this.acaHeader.createButton.click();
| ^
64 | await this.matMenu.createLibrary.click();
65 | }
66 |
at MyLibrariesPage.selectCreateLibrary (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/my-libraries.page.ts:63:39)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:89:27
|
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L1
2) [Create Actions] › src/tests/create-library.e2e.ts:130:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library
Error: <html>
|
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L1
2) [Create Actions] › src/tests/create-library.e2e.ts:130:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L1
2) [Create Actions] › src/tests/create-library.e2e.ts:130:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L1
3) [Create Actions] › src/tests/create-library.e2e.ts:141:9 › Create Libraries › On My Libraries dataTable › [C289881] Create a private library
Error: <html>
|
5 failed
[Create Actions] › src/tests/create-library.e2e.ts:117:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
[Create Actions] › src/tests/create-library.e2e.ts:130:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library
[Create Actions] › src/tests/create-library.e2e.ts:141:9 › Create Libraries › On My Libraries dataTable › [C289881] Create a private library
[Create Actions] › src/tests/create-library.e2e.ts:180:9 › Create Libraries › On My Libraries dataTable › [C280030] Create 2 libraries with same name but different IDs
[Create Actions] › src/tests/create-library.e2e.ts:195:7 › Create Libraries › [C280026] Library ID cannot contain special characters
15 passed (6.7m)
|
This job failed
Loading