[ACS-8508] Rework auto-download service #3196
Annotations
1 error, 1 warning, and 1 notice
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L149
1) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:134: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-xcc19-2.txt"
Received string: "search-file-xcc19-2.txt"
Call log:
- expect.not.toHaveText with timeout 5000ms
- waiting for locator('adf-viewer .adf-viewer__file-title')
- locator resolved to <div class="adf-viewer__file-title">…</div>
- unexpected value "search-file-xcc19-2.txt"
- locator resolved to <div class="adf-viewer__file-title">…</div>
- unexpected value "search-file-xcc19-2.txt"
- locator resolved to <div class="adf-viewer__file-title">…</div>
- unexpected value "search-file-xcc19-2.txt"
- locator resolved to <div class="adf-viewer__file-title">…</div>
- unexpected value "search-file-xcc19-2.txt"
- locator resolved to <div class="adf-viewer__file-title">…</div>
- unexpected value "search-file-xcc19-2.txt"
- locator resolved to <div class="adf-viewer__file-title">…</div>
- unexpected value "search-file-xcc19-2.txt"
- locator resolved to <div class="adf-viewer__file-title">…</div>
- unexpected value "search-file-xcc19-2.txt"
- locator resolved to <div class="adf-viewer__file-title">…</div>
- unexpected value "search-file-xcc19-2.txt"
- locator resolved to <div class="adf-viewer__file-title">…</div>
- unexpected value "search-file-xcc19-2.txt"
147 | await page.goto(url);
148 | await personalFiles.viewer.waitForViewerToOpen();
> 149 | await expect(personalFiles.viewer.fileTitleButtonLocator).not.toHaveText(file2);
| ^
150 | expect(await nodesApiAction.isFileShared(file2Id)).toBe(false);
151 | });
152 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts:149:67
|
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/
|
|
This job succeeded
Loading