[ACS-6668] [ACS-6669] e2e migration - Info Drawer general and library properties tests #2234
Annotations
10 errors, 1 warning, and 1 notice
projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts#L57
1) [Navigation] › src/tests/breadcrumb.spec.ts:78:7 › viewer action file › [C260964] Personal Files breadcrumb main node
TypeError: Cannot read properties of undefined (reading 'getByRole')
at ../../../projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts:57
55 | public idField = this.page.locator('label', { hasText: 'Library ID' });
56 | public descriptionField = this.page.locator('label', { hasText: 'Description' });
> 57 | public visibilityField = this.infoDrawerPanel.getByRole('combobox');
| ^
58 | public selectVisibility = (visibilityOption: string) => this.page.getByRole('listbox').getByRole('option', { name: visibilityOption }).click();
59 |
60 | async checkCommentsHeaderCount(): Promise<number> {
at AdfInfoDrawerComponent (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts:57:49)
at PersonalFilesPage (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts:68:23)
at Object.personalFiles (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/fixtures/page-initialization.ts:69:15)
|
projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts#L57
1) [Navigation] › src/tests/breadcrumb.spec.ts:78:7 › viewer action file › [C260964] Personal Files breadcrumb main node
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'getByRole')
at ../../../projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts:57
55 | public idField = this.page.locator('label', { hasText: 'Library ID' });
56 | public descriptionField = this.page.locator('label', { hasText: 'Description' });
> 57 | public visibilityField = this.infoDrawerPanel.getByRole('combobox');
| ^
58 | public selectVisibility = (visibilityOption: string) => this.page.getByRole('listbox').getByRole('option', { name: visibilityOption }).click();
59 |
60 | async checkCommentsHeaderCount(): Promise<number> {
at AdfInfoDrawerComponent (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts:57:49)
at PersonalFilesPage (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts:68:23)
at Object.personalFiles (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/fixtures/page-initialization.ts:69:15)
|
projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts#L57
1) [Navigation] › src/tests/breadcrumb.spec.ts:78:7 › viewer action file › [C260964] Personal Files breadcrumb main node
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'getByRole')
at ../../../projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts:57
55 | public idField = this.page.locator('label', { hasText: 'Library ID' });
56 | public descriptionField = this.page.locator('label', { hasText: 'Description' });
> 57 | public visibilityField = this.infoDrawerPanel.getByRole('combobox');
| ^
58 | public selectVisibility = (visibilityOption: string) => this.page.getByRole('listbox').getByRole('option', { name: visibilityOption }).click();
59 |
60 | async checkCommentsHeaderCount(): Promise<number> {
at AdfInfoDrawerComponent (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts:57:49)
at PersonalFilesPage (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts:68:23)
at Object.personalFiles (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/fixtures/page-initialization.ts:69:15)
|
projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts#L57
2) [Navigation] › src/tests/breadcrumb.spec.ts:84:7 › viewer action file › [C260965] Personal Files breadcrumb for a folder hierarchy
TypeError: Cannot read properties of undefined (reading 'getByRole')
at ../../../projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts:57
55 | public idField = this.page.locator('label', { hasText: 'Library ID' });
56 | public descriptionField = this.page.locator('label', { hasText: 'Description' });
> 57 | public visibilityField = this.infoDrawerPanel.getByRole('combobox');
| ^
58 | public selectVisibility = (visibilityOption: string) => this.page.getByRole('listbox').getByRole('option', { name: visibilityOption }).click();
59 |
60 | async checkCommentsHeaderCount(): Promise<number> {
at AdfInfoDrawerComponent (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts:57:49)
at PersonalFilesPage (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts:68:23)
at Object.personalFiles (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/fixtures/page-initialization.ts:69:15)
|
projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts#L57
2) [Navigation] › src/tests/breadcrumb.spec.ts:84:7 › viewer action file › [C260965] Personal Files breadcrumb for a folder hierarchy
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'getByRole')
at ../../../projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts:57
55 | public idField = this.page.locator('label', { hasText: 'Library ID' });
56 | public descriptionField = this.page.locator('label', { hasText: 'Description' });
> 57 | public visibilityField = this.infoDrawerPanel.getByRole('combobox');
| ^
58 | public selectVisibility = (visibilityOption: string) => this.page.getByRole('listbox').getByRole('option', { name: visibilityOption }).click();
59 |
60 | async checkCommentsHeaderCount(): Promise<number> {
at AdfInfoDrawerComponent (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts:57:49)
at PersonalFilesPage (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts:68:23)
at Object.personalFiles (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/fixtures/page-initialization.ts:69:15)
|
projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts#L57
2) [Navigation] › src/tests/breadcrumb.spec.ts:84:7 › viewer action file › [C260965] Personal Files breadcrumb for a folder hierarchy
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'getByRole')
at ../../../projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts:57
55 | public idField = this.page.locator('label', { hasText: 'Library ID' });
56 | public descriptionField = this.page.locator('label', { hasText: 'Description' });
> 57 | public visibilityField = this.infoDrawerPanel.getByRole('combobox');
| ^
58 | public selectVisibility = (visibilityOption: string) => this.page.getByRole('listbox').getByRole('option', { name: visibilityOption }).click();
59 |
60 | async checkCommentsHeaderCount(): Promise<number> {
at AdfInfoDrawerComponent (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts:57:49)
at PersonalFilesPage (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts:68:23)
at Object.personalFiles (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/fixtures/page-initialization.ts:69:15)
|
projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts#L57
3) [Navigation] › src/tests/breadcrumb.spec.ts:90:7 › viewer action file › [C260967] File Libraries breadcrumb for a folder hierarchy
TypeError: Cannot read properties of undefined (reading 'getByRole')
at ../../../projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts:57
55 | public idField = this.page.locator('label', { hasText: 'Library ID' });
56 | public descriptionField = this.page.locator('label', { hasText: 'Description' });
> 57 | public visibilityField = this.infoDrawerPanel.getByRole('combobox');
| ^
58 | public selectVisibility = (visibilityOption: string) => this.page.getByRole('listbox').getByRole('option', { name: visibilityOption }).click();
59 |
60 | async checkCommentsHeaderCount(): Promise<number> {
at AdfInfoDrawerComponent (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts:57:49)
at MyLibrariesPage (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/my-libraries.page.ts:52:27)
at Object.myLibrariesPage (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/fixtures/page-initialization.ts:116:15)
|
projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts#L57
3) [Navigation] › src/tests/breadcrumb.spec.ts:90:7 › viewer action file › [C260967] File Libraries breadcrumb for a folder hierarchy
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'getByRole')
at ../../../projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts:57
55 | public idField = this.page.locator('label', { hasText: 'Library ID' });
56 | public descriptionField = this.page.locator('label', { hasText: 'Description' });
> 57 | public visibilityField = this.infoDrawerPanel.getByRole('combobox');
| ^
58 | public selectVisibility = (visibilityOption: string) => this.page.getByRole('listbox').getByRole('option', { name: visibilityOption }).click();
59 |
60 | async checkCommentsHeaderCount(): Promise<number> {
at AdfInfoDrawerComponent (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts:57:49)
at MyLibrariesPage (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/my-libraries.page.ts:52:27)
at Object.myLibrariesPage (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/fixtures/page-initialization.ts:116:15)
|
projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts#L57
3) [Navigation] › src/tests/breadcrumb.spec.ts:90:7 › viewer action file › [C260967] File Libraries breadcrumb for a folder hierarchy
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'getByRole')
at ../../../projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts:57
55 | public idField = this.page.locator('label', { hasText: 'Library ID' });
56 | public descriptionField = this.page.locator('label', { hasText: 'Description' });
> 57 | public visibilityField = this.infoDrawerPanel.getByRole('combobox');
| ^
58 | public selectVisibility = (visibilityOption: string) => this.page.getByRole('listbox').getByRole('option', { name: visibilityOption }).click();
59 |
60 | async checkCommentsHeaderCount(): Promise<number> {
at AdfInfoDrawerComponent (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts:57:49)
at MyLibrariesPage (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/my-libraries.page.ts:52:27)
at Object.myLibrariesPage (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/fixtures/page-initialization.ts:116:15)
|
projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts#L57
4) [Navigation] › src/tests/breadcrumb.spec.ts:96:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
TypeError: Cannot read properties of undefined (reading 'getByRole')
at ../../../projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts:57
55 | public idField = this.page.locator('label', { hasText: 'Library ID' });
56 | public descriptionField = this.page.locator('label', { hasText: 'Description' });
> 57 | public visibilityField = this.infoDrawerPanel.getByRole('combobox');
| ^
58 | public selectVisibility = (visibilityOption: string) => this.page.getByRole('listbox').getByRole('option', { name: visibilityOption }).click();
59 |
60 | async checkCommentsHeaderCount(): Promise<number> {
at AdfInfoDrawerComponent (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts:57:49)
at PersonalFilesPage (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts:68:23)
at Object.personalFiles (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/fixtures/page-initialization.ts:69:15)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
14 failed
[Navigation] › src/tests/breadcrumb.spec.ts:78:7 › viewer action file › [C260964] Personal Files breadcrumb main node
[Navigation] › src/tests/breadcrumb.spec.ts:84:7 › viewer action file › [C260965] Personal Files breadcrumb for a folder hierarchy
[Navigation] › src/tests/breadcrumb.spec.ts:90:7 › viewer action file › [C260967] File Libraries breadcrumb for a folder hierarchy
[Navigation] › src/tests/breadcrumb.spec.ts:96:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
[Navigation] › src/tests/breadcrumb.spec.ts:104:7 › viewer action file › [C213237] Tooltip appears on hover on a step in breadcrumb
[Navigation] › src/tests/breadcrumb.spec.ts:111:7 › viewer action file › [C213238] Breadcrumb updates correctly when folder is renamed
[Navigation] › src/tests/breadcrumb.spec.ts:119:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps
[Navigation] › src/tests/sidebar.spec.ts:36:7 › Sidebar › [C289901] navigate to My Libraries ───
[Navigation] › src/tests/sidebar.spec.ts:44:7 › Sidebar › [C277230] sidenav can be expanded when search results page is displayed
[Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
[Navigation] › src/tests/sidebar.spec.ts:64:7 › Sidebar › [C269096] sidebar toggle ─────────────
[Navigation] › src/tests/sidebar.spec.ts:72:7 › Sidebar › [C277224] sidenav returns to the default state when navigating away from the Search Results page
[Navigation] › src/tests/single-click.spec.ts:68:7 › Single click on item name › [C280034] Navigate inside the folder when clicking the hyperlink on Personal Files
[Navigation] › src/tests/single-click.spec.ts:79:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
1 passed (5.3m)
|
The logs for this run have expired and are no longer available.
Loading