[ACA-4722] - fix publish image script #1675
Annotations
7 errors and 1 notice
|
|
e2e/playwright/actions/src/tests/create-file-from-template.spec.ts#L1
1) [Actions] › src/tests/create-file-from-template.spec.ts:237:11 › Create file from template › Personal Files page › Create document from template dialog › [C325032] Special characters in file name
Test timeout of 45000ms exceeded.
|
e2e/playwright/actions/src/tests/create-file-from-template.spec.ts#L241
1) [Actions] › src/tests/create-file-from-template.spec.ts:237:11 › Create file from template › Personal Files page › Create document from template dialog › [C325032] Special characters in file name
Error: locator.fill: Page closed
=========================== logs ===========================
waiting for locator('app-create-from-template-dialog label').filter({ hasText: 'Name *' })
locator resolved to <label for="mat-input-1" aria-owns="mat-input-1" ng-ref…>…</label>
elementHandle.fill("a*a")
waiting for element to be visible, enabled and editable
element was detached from the DOM, retrying
============================================================
239 |
240 | for (const specialFileName of nameWithSpecialChars) {
> 241 | await createFileFromTemplateDialog.getDialogLabel(nameLabel).fill(specialFileName);
| ^
242 | await createFileFromTemplateDialog.page.keyboard.press(tabKeyString);
243 | await expect(createFileFromTemplateDialog.getDialogLabel(nameLabel)).toHaveValue(specialFileName);
244 | expect
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-file-from-template.spec.ts:241:72
|
e2e/playwright/actions/src/tests/create-file-from-template.spec.ts#L1
1) [Actions] › src/tests/create-file-from-template.spec.ts:237:11 › Create file from template › Personal Files page › Create document from template dialog › [C325032] Special characters in file name
Pending operations:
- locator.fill at e2e/playwright/actions/src/tests/create-file-from-template.spec.ts:241:72
|
|
|
|
The logs for this run have expired and are no longer available.
Loading