GH Auto: Upstream dependencies ADF:7.0.0-alpha.7-12176355098 JS-API:8.0.0-alpha.7-12176355098 using Tag:7.0.0-alpha.7-12176355098 #4016
Annotations
10 errors and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L123
1) [Create Actions] › src/tests/create-library.e2e.ts:118: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-library3-1ucqj]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-1ucqj]')
121 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(randomLibraryName);
122 | await libraryDialog.createButton.click();
> 123 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible();
| ^
124 |
125 | await myLibrariesPage.navigate();
126 | 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:123:73
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L123
1) [Create Actions] › src/tests/create-library.e2e.ts:118: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-library3-115fq]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-115fq]')
121 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(randomLibraryName);
122 | await libraryDialog.createButton.click();
> 123 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible();
| ^
124 |
125 | await myLibrariesPage.navigate();
126 | 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:123:73
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L123
1) [Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-1scan]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-1scan]')
121 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(randomLibraryName);
122 | await libraryDialog.createButton.click();
> 123 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible();
| ^
124 |
125 | await myLibrariesPage.navigate();
126 | 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:123:73
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L144
2) [Create Actions] › src/tests/create-library.e2e.ts:142:9 › Create Libraries › On My Libraries dataTable › [C289881] Create a private library
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-72gp6]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-72gp6]')
142 | test('[C289881] Create a private library', async ({ myLibrariesPage }) => {
143 | await libraryDialog.createLibraryWithNameAndId(randomLibraryName, randomLibraryId, null, privateVisibility);
> 144 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible();
| ^
145 |
146 | await myLibrariesPage.navigate();
147 | await expect(libraryTable.getCellByColumnNameAndRowItem(randomLibraryName, privateVisibility)).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:144:73
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L82
2) [Create Actions] › src/tests/create-library.e2e.ts:142:9 › Create Libraries › On My Libraries dataTable › [C289881] Create a private library
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 85000ms exceeded while running "beforeEach" hook.
80 | });
81 |
> 82 | test.beforeEach(async ({ myLibrariesPage, page }) => {
| ^
83 | randomLibraryName = `playwright-library3-${Utils.random()}`;
84 | randomLibraryId = `libraryId-${Utils.random()}`;
85 | randomLibraryDescription = `libraryDescription-${Utils.random()}`;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:82:8
|
Run /./.github/actions/run-e2e-playwright:
projects/aca-playwright-shared/src/page-objects/pages/my-libraries.page.ts#L63
2) [Create Actions] › src/tests/create-library.e2e.ts:142:9 › Create Libraries › On My Libraries dataTable › [C289881] Create a private library
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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:90:27
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L1
2) [Create Actions] › src/tests/create-library.e2e.ts:142:9 › Create Libraries › On My Libraries dataTable › [C289881] Create a private library
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L1
2) [Create Actions] › src/tests/create-library.e2e.ts:142:9 › Create Libraries › On My Libraries dataTable › [C289881] Create a private library
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of null (reading 'newContext')
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L157
3) [Create Actions] › src/tests/create-library.e2e.ts:152:9 › Create Libraries › On My Libraries dataTable › [C289882] Create a library with a given ID and description
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-1vdm2]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-1vdm2]')
155 |
156 | await libraryDialog.createLibraryWithNameAndId(randomLibraryName, randomLibraryId, randomLibraryDescription);
> 157 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible();
| ^
158 |
159 | await myLibrariesPage.navigate();
160 | await expect(libraryTable.getCellLinkByName(randomLibraryName).and(myLibrariesPage.page.getByTitle(randomLibraryDescription))).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:157:73
|
Run /./.github/actions/run-e2e-playwright
Process completed with exit code 1.
|
Run /./.github/actions/run-e2e-playwright
2 failed
[Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
[Create Actions] › src/tests/create-library.e2e.ts:142:9 › Create Libraries › On My Libraries dataTable › [C289881] Create a private library
1 flaky
[Create Actions] › src/tests/create-library.e2e.ts:152:9 › Create Libraries › On My Libraries dataTable › [C289882] Create a library with a given ID and description
17 passed (6.3m)
|
Loading