[ACS-4794] ES migration PR #1713
Annotations
10 errors and 1 notice
|
|
e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L1
1) [Actions] › src/tests/create-folder-from-template.spec.ts:401:9 › Create folder from template › Folder created from template on Personal Files Libraries › [C325162] Cancel folder creation in a library
Test timeout of 45000ms exceeded.
|
e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L403
1) [Actions] › src/tests/create-folder-from-template.spec.ts:401:9 › Create folder from template › Folder created from template on Personal Files Libraries › [C325162] Cancel folder creation in a library
Error: locator.click: Page closed
=========================== logs ===========================
waiting for locator('app-create-from-template-dialog [data-automation-id="create-from-template-dialog-cancel-button"]')
locator resolved to <button mat-button="" type="button" mat-dialog-close="" …>…</button>
attempting click action
waiting for element to be visible, enabled and stable
element was detached from the DOM, retrying
============================================================
401 | test('[C325162] Cancel folder creation in a library', async () => {
402 | await expect(createFolderFromTemplateDialog.getDialogTitle(createDialogTitle)).toBeVisible();
> 403 | await createFolderFromTemplateDialog.cancelButton.click();
| ^
404 | await expect(createFolderFromTemplateDialog.getDialogTitle(createDialogTitle)).not.toBeVisible();
405 | await expect(dataTable.getRowByName(randomFolderName)).not.toBeVisible();
406 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:403:57
|
e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L1
1) [Actions] › src/tests/create-folder-from-template.spec.ts:401:9 › Create folder from template › Folder created from template on Personal Files Libraries › [C325162] Cancel folder creation in a library
Pending operations:
- locator.click at e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:403:57
|
e2e/playwright/actions/src/tests/create-file-from-template.spec.ts#L281
2) [Actions] › src/tests/create-file-from-template.spec.ts:278:11 › Create file from template › Personal Files page › Create document from template dialog › [C290146] File title too long
Error: Timed out 5000ms waiting for expect(received).toHaveValue(expected)
Expected string: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
Received string: ""
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('app-create-from-template-dialog label').filter({ hasText: 'Title' })
279 | await createFileFromTemplateDialog.getDialogLabel(titleLabel).fill(Utils.string257Long);
280 | await createFileFromTemplateDialog.page.keyboard.press(tabKeyString);
> 281 | await expect(createFileFromTemplateDialog.getDialogLabel(titleLabel)).toHaveValue(Utils.string257Long);
| ^
282 | expect
283 | .soft(await createFileFromTemplateDialog.isErrorMessageDisplayed(errorStrings.titleLengthLimitError), errorStrings.errorMessageNotPresent)
284 | .toBe(true);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-file-from-template.spec.ts:281:79
|
e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L1
3) [Actions] › src/tests/create-folder-from-template.spec.ts:241:11 › Create folder from template › Personal Files page › Create from template dialog › [C325144] Special characters in folder name
Test timeout of 45000ms exceeded.
|
e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L245
3) [Actions] › src/tests/create-folder-from-template.spec.ts:241:11 › Create folder from template › Personal Files page › Create from template dialog › [C325144] Special characters in folder name
Error: locator.fill: Page closed
=========================== logs ===========================
waiting for locator('app-create-from-template-dialog label').filter({ hasText: 'Name *' })
============================================================
243 |
244 | for (const specialFolderName of nameWithSpecialChars) {
> 245 | await createFolderFromTemplateDialog.getDialogLabel(nameLabel).fill(specialFolderName);
| ^
246 | await createFolderFromTemplateDialog.page.keyboard.press(tabKeyString);
247 | await expect(createFolderFromTemplateDialog.getDialogLabel(nameLabel)).toHaveValue(specialFolderName);
248 | expect
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:245:74
|
e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L1
3) [Actions] › src/tests/create-folder-from-template.spec.ts:241:11 › Create folder from template › Personal Files page › Create from template dialog › [C325144] Special characters in folder name
Pending operations:
- locator.fill at e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:245:74
|
e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L1
4) [Actions] › src/tests/create-folder-from-template.spec.ts:390:9 › Create folder from template › Folder created from template on Personal Files Libraries › [C325161] Create a folder from a template from library - with Name, Title and Description
Test finished within timeout of 45000ms, but tearing down "context" ran out of time.
Please allow more time for the test, since teardown is attributed towards the test timeout budget.
|
1 failed
[Actions] › src/tests/create-folder-from-template.spec.ts:401:9 › Create folder from template › Folder created from template on Personal Files Libraries › [C325162] Cancel folder creation in a library
3 flaky
[Actions] › src/tests/create-file-from-template.spec.ts:278:11 › Create file from template › Personal Files page › Create document from template dialog › [C290146] File title too long
[Actions] › src/tests/create-folder-from-template.spec.ts:241:11 › Create folder from template › Personal Files page › Create from template dialog › [C325144] Special characters in folder name
[Actions] › src/tests/create-folder-from-template.spec.ts:390:9 › Create folder from template › Folder created from template on Personal Files Libraries › [C325161] Create a folder from a template from library - with Name, Title and Description
10 skipped
50 passed (9.7m)
|
The logs for this run have expired and are no longer available.
Loading