[ACS-6278] - Permissions manager should not be showed for smart folder #2011
Annotations
1 error and 1 notice
e2e/playwright/actions/src/tests/library/library-actions.spec.ts#L372
1) [Actions] › src/tests/library/library-actions.spec.ts:368:9 › Library actions › Search Page › [C306961] Leave a library from Search Results
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: 'playwright-U1-library-1j434' }).locator('[title="Collaborator"]')
370 | await searchPage.navigate({ remoteUrl: `#/search-libraries;q=${user1Library3}` });
371 |
> 372 | await expect(libraryTable.getCellByColumnNameAndRowItem(user1Library3, 'Collaborator')).toBeVisible();
| ^
373 | await libraryTable.performActionFromExpandableMenu(user1Library3, leaveLibraryButton);
374 | await confirmDialog.okButton.click();
375 | await expect.soft(snackBar.getByMessageLocator(leftMessage)).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/library/library-actions.spec.ts:372:95
|
|
The logs for this run have expired and are no longer available.
Loading