[ACS-6443] cleanup for redundant e2es and unused methods #1840
pull-request.yml
on: pull_request
Annotations
41 errors, 15 warnings, and 5 notices
E2e test suites: viewer,infoDrawer,extensions:
projects/aca-testing-shared/src/components/components.ts#L31
Cannot find module './pagination/pagination' or its corresponding type declarations.
|
E2e test suites: viewer,infoDrawer,extensions:
projects/aca-testing-shared/src/components/index.ts#L35
Cannot find module './pagination/pagination' or its corresponding type declarations.
|
E2e test suites: viewer,infoDrawer,extensions:
projects/aca-testing-shared/src/pages/browsing-page.ts#L25
Module '"../components/components"' has no exported member 'Pagination'.
|
E2e test suites: viewer,infoDrawer,extensions
Process completed with exit code 1.
|
E2e test suites: pagination:
projects/aca-testing-shared/src/components/components.ts#L31
Cannot find module './pagination/pagination' or its corresponding type declarations.
|
E2e test suites: pagination:
projects/aca-testing-shared/src/components/index.ts#L35
Cannot find module './pagination/pagination' or its corresponding type declarations.
|
E2e test suites: pagination:
projects/aca-testing-shared/src/pages/browsing-page.ts#L25
Module '"../components/components"' has no exported member 'Pagination'.
|
E2e test suites: pagination
Process completed with exit code 1.
|
E2e test suites: copyMoveActions:
projects/aca-testing-shared/src/components/components.ts#L31
Cannot find module './pagination/pagination' or its corresponding type declarations.
|
E2e test suites: copyMoveActions:
projects/aca-testing-shared/src/components/index.ts#L35
Cannot find module './pagination/pagination' or its corresponding type declarations.
|
E2e test suites: copyMoveActions:
projects/aca-testing-shared/src/pages/browsing-page.ts#L25
Module '"../components/components"' has no exported member 'Pagination'.
|
E2e test suites: copyMoveActions
Process completed with exit code 1.
|
E2e test suites: editActions,favoriteActions:
projects/aca-testing-shared/src/components/components.ts#L31
Cannot find module './pagination/pagination' or its corresponding type declarations.
|
E2e test suites: editActions,favoriteActions:
projects/aca-testing-shared/src/components/index.ts#L35
Cannot find module './pagination/pagination' or its corresponding type declarations.
|
E2e test suites: editActions,favoriteActions:
projects/aca-testing-shared/src/pages/browsing-page.ts#L25
Module '"../components/components"' has no exported member 'Pagination'.
|
E2e test suites: editActions,favoriteActions
Process completed with exit code 1.
|
E2e test suites: deleteActions:
projects/aca-testing-shared/src/components/components.ts#L31
Cannot find module './pagination/pagination' or its corresponding type declarations.
|
E2e test suites: deleteActions:
projects/aca-testing-shared/src/components/index.ts#L35
Cannot find module './pagination/pagination' or its corresponding type declarations.
|
E2e test suites: deleteActions:
projects/aca-testing-shared/src/pages/browsing-page.ts#L25
Module '"../components/components"' has no exported member 'Pagination'.
|
E2e test suites: deleteActions
Process completed with exit code 1.
|
E2e test suites: listViews:
projects/aca-testing-shared/src/components/components.ts#L31
Cannot find module './pagination/pagination' or its corresponding type declarations.
|
E2e test suites: listViews:
projects/aca-testing-shared/src/components/index.ts#L35
Cannot find module './pagination/pagination' or its corresponding type declarations.
|
E2e test suites: listViews:
projects/aca-testing-shared/src/pages/browsing-page.ts#L25
Module '"../components/components"' has no exported member 'Pagination'.
|
E2e test suites: listViews
Process completed with exit code 1.
|
E2e test suites: shareActions:
projects/aca-testing-shared/src/components/components.ts#L31
Cannot find module './pagination/pagination' or its corresponding type declarations.
|
E2e test suites: shareActions:
projects/aca-testing-shared/src/components/index.ts#L35
Cannot find module './pagination/pagination' or its corresponding type declarations.
|
E2e test suites: shareActions:
projects/aca-testing-shared/src/pages/browsing-page.ts#L25
Module '"../components/components"' has no exported member 'Pagination'.
|
E2e test suites: shareActions
Process completed with exit code 1.
|
E2e test suites: uploadDownloadActions:
projects/aca-testing-shared/src/components/components.ts#L31
Cannot find module './pagination/pagination' or its corresponding type declarations.
|
E2e test suites: uploadDownloadActions:
projects/aca-testing-shared/src/components/index.ts#L35
Cannot find module './pagination/pagination' or its corresponding type declarations.
|
E2e test suites: uploadDownloadActions:
projects/aca-testing-shared/src/pages/browsing-page.ts#L25
Module '"../components/components"' has no exported member 'Pagination'.
|
E2e test suites: uploadDownloadActions
Process completed with exit code 1.
|
E2e test suites: search:
projects/aca-testing-shared/src/components/components.ts#L31
Cannot find module './pagination/pagination' or its corresponding type declarations.
|
E2e test suites: search:
projects/aca-testing-shared/src/components/index.ts#L35
Cannot find module './pagination/pagination' or its corresponding type declarations.
|
E2e test suites: search:
projects/aca-testing-shared/src/pages/browsing-page.ts#L25
Module '"../components/components"' has no exported member 'Pagination'.
|
E2e test suites: search
Process completed with exit code 1.
|
[Pagination] › src/tests/personal-files.ts:55:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280079] current page menu items:
e2e/playwright/pagination/src/tests/personal-files.ts#L60
1) [Pagination] › src/tests/personal-files.ts:55:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280079] current page menu items
Error: expect(received).toBe(expected) // Object.is equality
Expected: 3
Received: 0
58 | expect(await personalFiles.pagination.getMaxItems()).toContain('25');
59 | expect(await personalFiles.pagination.getTotalPages()).toContain('of 3');
> 60 | expect(await personalFiles.pagination.getItemsCount()).toBe(3);
| ^
61 |
62 | await personalFiles.pagination.openMaxItemsMenu();
63 | await personalFiles.pagination.clickMenuItem('50');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/personal-files.ts:60:62
|
[Pagination] › src/tests/personal-files.ts:84:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280083] navigate to next and previous pages:
e2e/playwright/pagination/src/tests/personal-files.ts#L89
2) [Pagination] › src/tests/personal-files.ts:84:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280083] navigate to next and previous pages
Error: expect(received).toContain(expected) // indexOf
Expected substring: "Showing 26-50 of 51"
Received string: "Showing 1-25 of 51"
87 | expect(await personalFiles.pagination.getMaxItems()).toContain('25');
88 | await personalFiles.pagination.clickOnNextPage();
> 89 | expect(await personalFiles.pagination.getRange()).toContain('Showing 26-50 of 51');
| ^
90 |
91 | await personalFiles.pagination.clickOnPreviousPage();
92 | expect(await personalFiles.pagination.getRange()).toContain('Showing 1-25 of 51');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/personal-files.ts:89:57
|
E2e test suites: Playwright (actions, 1)
Canceling since a higher priority waiting request for 'Pull request-refs/pull/3547/merge' exists
|
E2e test suites: Playwright (special-permissions, 6)
Canceling since a higher priority waiting request for 'Pull request-refs/pull/3547/merge' exists
|
Finalize
Process completed with exit code 1.
|
E2e test suites: viewer,infoDrawer,extensions
No files were found with the provided path: e2e-output/. No artifacts will be uploaded.
|
E2e test suites: pagination
No files were found with the provided path: e2e-output/. No artifacts will be uploaded.
|
E2e test suites: copyMoveActions
No files were found with the provided path: e2e-output/. No artifacts will be uploaded.
|
E2e test suites: editActions,favoriteActions
No files were found with the provided path: e2e-output/. No artifacts will be uploaded.
|
E2e test suites: deleteActions
No files were found with the provided path: e2e-output/. No artifacts will be uploaded.
|
E2e test suites: listViews
No files were found with the provided path: e2e-output/. No artifacts will be uploaded.
|
E2e test suites: shareActions
No files were found with the provided path: e2e-output/. No artifacts will be uploaded.
|
E2e test suites: uploadDownloadActions
No files were found with the provided path: e2e-output/. No artifacts will be uploaded.
|
E2e test suites: search
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 (viewer, 3)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (actions, 1)
Runner GitHub Actions 14 did not respond to a cancelation request with 00:05:00.
|
E2e test suites: Playwright (special-permissions, 6)
Runner GitHub Actions 30 did not respond to a cancelation request with 00:05:00.
|
🎭 Playwright Run Summary
5 passed (20.9s)
|
🎭 Playwright Run Summary
3 passed (28.4s)
|
🎭 Playwright Run Summary
16 passed (1.1m)
|
🎭 Playwright Run Summary
21 passed (2.4m)
|
🎭 Playwright Run Summary
2 flaky
[Pagination] › src/tests/personal-files.ts:55:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280079] current page menu items
[Pagination] › src/tests/personal-files.ts:84:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280083] navigate to next and previous pages
11 passed (3.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
pagination
Expired
|
5.55 MB |
|