Remove blank page route #3052
Annotations
1 error, 2 warnings, and 1 notice
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L162
1) [Viewer] › src/tests/viewer-action.e2e.ts:150:7 › viewer action file › [C286379] Favorite action from Shared Files
TimeoutError: locator.waitFor: Timeout 2000ms exceeded.
Call log:
- waiting for locator('.cdk-overlay-pane [id="app.viewer.favorite.remove"]')
160 |
161 | await sharedPage.acaHeader.clickViewerMoreActions();
> 162 | await favoritePage.viewerDialog.removeFavoriteMenuButton.waitFor({ state: 'attached', timeout: timeouts.normal });
| ^
163 | await expect(sharedPage.viewerDialog.removeFavoriteMenuButton, 'Item should be remove favorite').toBeVisible();
164 | await sharedPage.page.keyboard.press('Escape');
165 | await favoritePage.navigate({ waitUntil: 'domcontentloaded' });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:162:62
|
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/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "editActions".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
|
This job succeeded
Loading