Build(deps-dev): Bump husky from 8.0.3 to 9.0.11 #2287
Annotations
1 error, 1 warning, and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/share-file.spec.ts#L218
1) [Share Action] › src/tests/share/share-file.spec.ts:207:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration
Error: expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: "2025-02-22T14:53:55.519+0000"
216 | await page.waitForTimeout(timeouts.tiny);
217 | await personalFiles.shareDialog.clickClose();
> 218 | expect(await nodesApiAction.getSharedExpiryDate(file7Id)).toBe('');
| ^
219 | });
220 |
221 | test('[C286335] Shared file URL is not changed when Share dialog is closed and opened again', async ({ personalFiles }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.spec.ts:218:67
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run /./.github/actions/run-e2e-playwright
1 flaky
[Share Action] › src/tests/share/share-file.spec.ts:207:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration
13 passed (5.5m)
|
The logs for this run have expired and are no longer available.
Loading