[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) [Copy Move Actions] › src/tests/copy.test.ts:90:7 › Copy actions › [C217135] Copy a file ──────
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) [Copy Move Actions] › src/tests/copy.test.ts:90:7 › Copy actions › [C217135] Copy a file ──────
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) [Copy Move Actions] › src/tests/copy.test.ts:90:7 › Copy actions › [C217135] Copy a file ──────
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) [Copy Move Actions] › src/tests/copy.test.ts:98:7 › Copy actions › [C291888] Copy a folder with content
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) [Copy Move Actions] › src/tests/copy.test.ts:98:7 › Copy actions › [C291888] Copy a folder with content
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) [Copy Move Actions] › src/tests/copy.test.ts:98:7 › Copy actions › [C291888] Copy a folder with content
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) [Copy Move Actions] › src/tests/copy.test.ts:109:7 › Copy actions › [C291889] Copy multiple items
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) [Copy Move Actions] › src/tests/copy.test.ts:109:7 › Copy actions › [C291889] Copy multiple items
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
3) [Copy Move Actions] › src/tests/copy.test.ts:109:7 › Copy actions › [C291889] Copy multiple items
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
4) [Copy Move Actions] › src/tests/copy.test.ts:119:7 › Copy actions › [C217137] Copy a file with a name that already exists on the destination
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/.
|
23 failed
[Copy Move Actions] › src/tests/copy.test.ts:90:7 › Copy actions › [C217135] Copy a file ───────
[Copy Move Actions] › src/tests/copy.test.ts:98:7 › Copy actions › [C291888] Copy a folder with content
[Copy Move Actions] › src/tests/copy.test.ts:109:7 › Copy actions › [C291889] Copy multiple items
[Copy Move Actions] › src/tests/copy.test.ts:119:7 › Copy actions › [C217137] Copy a file with a name that already exists on the destination
[Copy Move Actions] › src/tests/copy.test.ts:130:7 › Copy actions › [C217138] Copy a folder with a name that already exists on the destination
[Copy Move Actions] › src/tests/copy.test.ts:145:7 › Copy actions › [C217139] Copy locked file ─
[Copy Move Actions] › src/tests/copy.test.ts:155:7 › Copy actions › [C217140] Copy folder that contains locked file
[Copy Move Actions] › src/tests/copy.test.ts:168:7 › Copy actions › [C217171] Undo copy of files
[Copy Move Actions] › src/tests/copy.test.ts:177:7 › Copy actions › [C217172] Undo copy of folders
[Copy Move Actions] › src/tests/copy.test.ts:186:7 › Copy actions › [C217173] Undo copy of a file when a file with same name already exists on the destination
[Copy Move Actions] › src/tests/copy.test.ts:198:7 › Copy actions › [C217174] Undo copy of a folder when a folder with same name already exists on the destination
[Copy Move Actions] › src/tests/destination-picker-dialog.test.ts:82:7 › Copy Move actions › [C263876] Consumer user cannot select the folder as destination
[Copy Move Actions] › src/tests/destination-picker-dialog.test.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination
[Copy Move Actions] › src/tests/destination-picker-dialog.test.ts:96:7 › Copy Move actions › [C263878] Collaborator user can select the folder as destination
[Copy Move Actions] › src/tests/move.test.ts:85:7 › Move actions › [C217316] Move a file ───────
[Copy Move Actions] › src/tests/move.test.ts:95:7 › Move actions › [C217317] Move a folder with content
[Copy Move Actions] › src/tests/move.test.ts:107:7 › Move actions › [C291958] Move multiple items
[Copy Move Actions] › src/tests/move.test.ts:119:7 › Move actions › [C217318] Move a file with a name that already exists on the destination
[Copy Move Actions] › src/tests/move.test.ts:132:7 › Move actions › [C217319] Move a folder with a name that already exists on the destination
[Copy Move Actions] › src/tests/move.test.ts:148:7 › Move actions › [C217320] Move locked file ─
[Copy Move Actions] › src/tests/move.test.ts:160:7 › Move actions › [C217321] Move folder that contains locked file
[Copy Move Actions] › src/tests/move.test.ts:174:7 › Move actions › [C217324] Undo move files ──
[Copy Move Actions] › src/tests/move.test.ts:185:7 › Move actions › [C217325] Undo move of folders
|
The logs for this run have expired and are no longer available.
Loading