[ACS-8914] Fix error on manage rules page open #3876
Annotations
1 error and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L194
1) [Share Action] › src/tests/share/share-file.e2e.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date
Error: expect(received).toEqual(expected) // deep equality
Expected: "11/9/2024"
Received: "Invalid Date"
192 | await page.waitForTimeout(timeouts.normal);
193 | const expireDateProperty = await nodesApiAction.getNodeProperty(file5Id, 'qshare:expiryDate');
> 194 | expect(Utils.formatDate(expireDateProperty)).toEqual(Utils.formatDate(inputDate));
| ^
195 | });
196 |
197 | test('[C286337] Expire date is displayed correctly', async ({ personalFiles, nodesApiAction }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts:194:54
|
Run /./.github/actions/run-e2e-playwright
1 flaky
[Share Action] › src/tests/share/share-file.e2e.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date
14 passed (2.3m)
|
Loading