[ACS-9088] Review and update docs on extension creation #4107
Annotations
10 errors and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/pagination/src/tests/personal-files.ts#L30
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
Test timeout of 85000ms exceeded while running "beforeEach" hook.
28 | export function personalFilesTests(userName: string, parentName: string) {
29 | test.describe('Pagination controls : ', () => {
> 30 | test.beforeEach(async ({ loginPage, personalFiles, page }) => {
| ^
31 | await loginPage.navigate();
32 | await loginPage.loginUser({ username: userName, ***: userName });
33 | await personalFiles.waitForPageLoad();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/personal-files.ts:30:10
|
Run /./.github/actions/run-e2e-playwright:
projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts#L90
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
Error: page.waitForURL: Test timeout of 85000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/personal-files" until "load"
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts:90
88 |
89 | async waitForPageLoad() {
> 90 | await this.page.waitForURL(`**/${PersonalFilesPage.pageUrl}`);
| ^
91 | }
92 |
93 | async clickMoreActionsButton(buttonLabel: string): Promise<void> {
at PersonalFilesPage.waitForPageLoad (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts:90:21)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/personal-files.ts:33:27
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/pagination/src/tests/personal-files.ts#L1
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/pagination/src/tests/personal-files.ts#L1
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/pagination/src/tests/personal-files.ts#L1
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/pagination/src/tests/personal-files.ts#L1
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/pagination/src/tests/personal-files.ts#L1
2) [Pagination] › src/tests/personal-files.ts:47:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280079] current page menu items
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/pagination/src/tests/personal-files.ts#L1
2) [Pagination] › src/tests/personal-files.ts:47:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280079] current page menu items
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/pagination/src/tests/personal-files.ts#L30
3) [Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page
Test timeout of 85000ms exceeded while running "beforeEach" hook.
28 | export function personalFilesTests(userName: string, parentName: string) {
29 | test.describe('Pagination controls : ', () => {
> 30 | test.beforeEach(async ({ loginPage, personalFiles, page }) => {
| ^
31 | await loginPage.navigate();
32 | await loginPage.loginUser({ username: userName, ***: userName });
33 | await personalFiles.waitForPageLoad();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/personal-files.ts:30:10
|
Run /./.github/actions/run-e2e-playwright:
projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts#L90
3) [Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page
Error: page.waitForURL: Test timeout of 85000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/personal-files" until "load"
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts:90
88 |
89 | async waitForPageLoad() {
> 90 | await this.page.waitForURL(`**/${PersonalFilesPage.pageUrl}`);
| ^
91 | }
92 |
93 | async clickMoreActionsButton(buttonLabel: string): Promise<void> {
at PersonalFilesPage.waitForPageLoad (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts:90:21)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/personal-files.ts:33:27
|
Run /./.github/actions/run-e2e-playwright
4 failed
[Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
[Pagination] › src/tests/personal-files.ts:47:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280079] current page menu items
[Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page
[Pagination] › src/tests/personal-files.ts:94:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280082] Next button is disabled on last page
1 flaky
[Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu
4 did not run
2 passed (5.3m)
|
Set up job
1s
1s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Checkout
1s
1s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
node
2s
2s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Run /./.github/actions/before-install
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Run npm ci
58s
58s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Run actions/cache/restore@v4
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Before e2e
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
before playwright
9s
9s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Run /./.github/actions/run-e2e-playwright
7m 0s
7m 0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Run /./.github/actions/after-e2e
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Post Run /./.github/actions/before-install
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Post node
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Post Checkout
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Complete job
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Loading