[ACS-5511] create library tests update #1709
Annotations
1 error and 1 notice
e2e/playwright/actions/src/tests/create-file-from-template.spec.ts#L189
1) [Actions] › src/tests/create-file-from-template.spec.ts:188:11 › Create file from template › Personal Files page › Select Template dialog › [C216339] Next button is disabled when selecting a folder
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'templates-folder1-vh3z4' })
187 |
188 | test('[C216339] Next button is disabled when selecting a folder', async () => {
> 189 | await expect(dataTable.getRowByName(templatesFolder1)).toBeVisible();
| ^
190 | await expect(selectFileTemplateDialog.actionButton).toBeDisabled();
191 |
192 | await dataTable.getRowByName(templatesFolder1).click();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-file-from-template.spec.ts:189:64
|
|
The logs for this run have expired and are no longer available.
Loading