[ACS-8548] [E2E] deleted unused users from configs #3235
Annotations
1 error, 1 warning, and 1 notice
e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L180
1) [Folder Rules] › src/tests/create-rules.e2e.ts:158:7 › Folder Rules Actions › [XAT-889] Create a rule which runs when items are deleted or leave a folder
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'copy-file-10a8i' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'copy-file-10a8i' })
178 |
179 | await personalFiles.navigate({ remoteUrl: `#/personal-files/${randomFolderName2Id}` });
> 180 | await expect(personalFiles.dataTable.getRowByName(copyFileName)).toBeVisible();
| ^
181 | });
182 |
183 | test('[XAT-890] Create a rule which adds multiple aspects when its ran', async ({ nodesPage, personalFiles }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:180:70
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
This job succeeded
Loading