NC 28 compat #21
Annotations
3 errors, 1 warning, and 1 notice
Run Playwright tests:
apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts#L1
1) [Google Chrome] › directory-share.spec.ts:45:5 › PPV should show on click on directory shared pano.jpg
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts#L13
1) [Google Chrome] › directory-share.spec.ts:45:5 › PPV should show on click on directory shared pano.jpg
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "afterEach" hook.
11 | });
12 |
> 13 | test.afterEach(async ({ page }) => {
| ^
14 | await unshare(page);
15 | });
16 |
at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:13:6
|
Run Playwright tests:
apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts#L32
1) [Google Chrome] › directory-share.spec.ts:45:5 › PPV should show on click on directory shared pano.jpg
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'ppv-testfiles' })
30 | await page.goto(baseUrl);
31 | await page.getByRole('link', { name: 'Files' }).click();
> 32 | await page.getByRole('link', { name: 'ppv-testfiles' }).click();
| ^
33 | await page.locator('.files-list__header-share-button').click();
34 | await page.getByLabel('Actions for "Share link"').click();
35 | await page.getByRole('menuitem', { name: 'Unshare' }).click();
at unshare (/home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:32:59)
at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:14:3
|
Upload artifacts
No files were found with the provided path: apps/files_photospheres/tests/E2E/playwright-report/. No artifacts will be uploaded.
|
Run Playwright tests
1 flaky
[Google Chrome] › directory-share.spec.ts:45:5 › PPV should show on click on directory shared pano.jpg
6 passed (3.5m)
|
The logs for this run have expired and are no longer available.
Loading