GH Auto: Upstream dependencies ADF:7.0.0-alpha.8-13199421341 JS-API:8.0.0-alpha.8-13199421341 using Tag:7.0.0-alpha.8-13199421341 #4351
Annotations
2 errors, 3 warnings, and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L341
1) [Library Actions] › src/tests/library-actions.e2e.ts:338:9 › Library actions › Search Page › [C306959] Join a public library from Search Results
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-A-library-1qkxo' }).locator('[title="Not a member"]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-A-library-1qkxo' }).locator('[title="Not a member"]')
339 | await searchPage.searchWithin(adminLibrary2, 'libraries');
340 | await searchPage.reload({ waitUntil: loadString });
> 341 | await expect(libraryTable.getCellByColumnNameAndRowItem(adminLibrary2, notMemberString)).toBeVisible();
| ^
342 | await libraryTable.performActionFromExpandableMenu(adminLibrary2, joinButton);
343 | await expect.soft(snackBar.getByMessageLocator(libraryJoinedMessage)).toBeVisible();
344 | await expect(libraryTable.getCellByColumnNameAndRowItem(adminLibrary2, consumerRole)).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:341:96
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L362
2) [Library Actions] › src/tests/library-actions.e2e.ts:358:9 › Library actions › Search Page › [C306961] Leave a library from Search Results
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-U1-library-mea95' }).locator('[title="Collaborator"]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-U1-library-mea95' }).locator('[title="Collaborator"]')
360 | await searchPage.searchWithin(user1Library3, 'libraries');
361 |
> 362 | await expect(libraryTable.getCellByColumnNameAndRowItem(user1Library3, 'Collaborator')).toBeVisible();
| ^
363 | await libraryTable.performActionFromExpandableMenu(user1Library3, leaveLibraryButton);
364 | await confirmDialog.okButton.click();
365 | await expect.soft(snackBar.getByMessageLocator(leftMessage)).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:362:95
|
Post node
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (404) Not Found: invalid request
|
Run actions/cache/restore@v4
Failed to restore: Failed to GetCacheEntryDownloadURL: Received non-retryable error: Failed request: (404) Not Found: invalid request
|
node
Failed to restore: Failed to GetCacheEntryDownloadURL: Received non-retryable error: Failed request: (404) Not Found: invalid request
|
Run /./.github/actions/run-e2e-playwright
2 flaky
[Library Actions] › src/tests/library-actions.e2e.ts:338:9 › Library actions › Search Page › [C306959] Join a public library from Search Results
[Library Actions] › src/tests/library-actions.e2e.ts:358:9 › Library actions › Search Page › [C306961] Leave a library from Search Results
17 passed (4.1m)
|
Loading