GH Auto: Upstream dependencies ADF:7.0.0-alpha.7-12408701331 JS-API:8.0.0-alpha.7-12408701331 using Tag:7.0.0-alpha.7-12408701331 #4098
Annotations
1 error and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L152
1) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:137:7 › Unshare a file from Search Results › [C306996] Unshare a file
Error: Timed out 5000ms waiting for expect(locator).not.toHaveText(expected)
Locator: locator('adf-viewer .adf-viewer__file-title')
Expected string: not "search-file-822eh-2.txt"
Received string: "search-file-822eh-2.txt"
Call log:
- expect.not.toHaveText with timeout 5000ms
- waiting for locator('adf-viewer .adf-viewer__file-title')
9 × locator resolved to <div class="adf-viewer__file-title">…</div>
- unexpected value "search-file-822eh-2.txt"
150 | await page.goto(url);
151 | await personalFiles.viewer.waitForViewerToOpen();
> 152 | await expect(personalFiles.viewer.fileTitleButtonLocator).not.toHaveText(file2);
| ^
153 | expect(await nodesApiAction.isFileShared(file2Id)).toBe(false);
154 | });
155 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts:152:67
|
Run /./.github/actions/run-e2e-playwright
1 flaky
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:137:7 › Unshare a file from Search Results › [C306996] Unshare a file
14 passed (4.1m)
|
Loading