NC 28 compat #14
Annotations
10 errors, 1 warning, and 1 notice
Run Playwright tests:
apps/files_photospheres/tests/E2E/tests/show-noshow.spec.ts#L5
1) [chromium] › show-noshow.spec.ts:17:5 › PPV should show ───────────────────────────────────────
Test timeout of 5000ms exceeded while running "beforeEach" hook.
3 | const frameId = '#photo-sphere-viewer-frame';
4 |
> 5 | test.beforeEach(async ({ page }) => {
| ^
6 | // Do the login and navigate to the folder where the test files have been uploaded
7 | await page.goto(process.env.E2E_BASE_URL ? process.env.E2E_BASE_URL + '/index.php/login' : 'http://localhost/nextcloud/index.php/login');
8 | await page.locator('#user').click();
at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/show-noshow.spec.ts:5:6
|
Run Playwright tests:
apps/files_photospheres/tests/E2E/tests/show-noshow.spec.ts#L14
1) [chromium] › show-noshow.spec.ts:17:5 › PPV should show ───────────────────────────────────────
Error: locator.click: Target closed
=========================== logs ===========================
waiting for getByRole('link', { name: 'Not favorited ppv-testfiles Share Actions' })
============================================================
12 | await page.locator('#password').press('Enter');
13 | await page.getByRole('link', { name: 'Files' }).click();
> 14 | await page.getByRole('link', { name: 'Not favorited ppv-testfiles Share Actions' }).click();
| ^
15 | });
16 |
17 | test('PPV should show', async ({ page }) => {
at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/show-noshow.spec.ts:14:87
|
Run Playwright tests:
apps/files_photospheres/tests/E2E/tests/show-noshow.spec.ts#L1
1) [chromium] › show-noshow.spec.ts:17:5 › PPV should show ───────────────────────────────────────
Pending operations:
- locator.click at tests/show-noshow.spec.ts:14:87
|
Run Playwright tests:
apps/files_photospheres/tests/E2E/tests/show-noshow.spec.ts#L5
1) [chromium] › show-noshow.spec.ts:17:5 › PPV should show ───────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 5000ms exceeded while running "beforeEach" hook.
3 | const frameId = '#photo-sphere-viewer-frame';
4 |
> 5 | test.beforeEach(async ({ page }) => {
| ^
6 | // Do the login and navigate to the folder where the test files have been uploaded
7 | await page.goto(process.env.E2E_BASE_URL ? process.env.E2E_BASE_URL + '/index.php/login' : 'http://localhost/nextcloud/index.php/login');
8 | await page.locator('#user').click();
at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/show-noshow.spec.ts:5:6
|
Run Playwright tests:
apps/files_photospheres/tests/E2E/tests/show-noshow.spec.ts#L14
1) [chromium] › show-noshow.spec.ts:17:5 › PPV should show ───────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target closed
=========================== logs ===========================
waiting for getByRole('link', { name: 'Not favorited ppv-testfiles Share Actions' })
============================================================
12 | await page.locator('#password').press('Enter');
13 | await page.getByRole('link', { name: 'Files' }).click();
> 14 | await page.getByRole('link', { name: 'Not favorited ppv-testfiles Share Actions' }).click();
| ^
15 | });
16 |
17 | test('PPV should show', async ({ page }) => {
at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/show-noshow.spec.ts:14:87
|
Run Playwright tests:
apps/files_photospheres/tests/E2E/tests/show-noshow.spec.ts#L1
1) [chromium] › show-noshow.spec.ts:17:5 › PPV should show ───────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- locator.click at tests/show-noshow.spec.ts:13:51
|
Run Playwright tests:
apps/files_photospheres/tests/E2E/tests/show-noshow.spec.ts#L5
1) [chromium] › show-noshow.spec.ts:17:5 › PPV should show ───────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 5000ms exceeded while running "beforeEach" hook.
3 | const frameId = '#photo-sphere-viewer-frame';
4 |
> 5 | test.beforeEach(async ({ page }) => {
| ^
6 | // Do the login and navigate to the folder where the test files have been uploaded
7 | await page.goto(process.env.E2E_BASE_URL ? process.env.E2E_BASE_URL + '/index.php/login' : 'http://localhost/nextcloud/index.php/login');
8 | await page.locator('#user').click();
at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/show-noshow.spec.ts:5:6
|
Run Playwright tests:
apps/files_photospheres/tests/E2E/tests/show-noshow.spec.ts#L14
1) [chromium] › show-noshow.spec.ts:17:5 › PPV should show ───────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target closed
=========================== logs ===========================
waiting for getByRole('link', { name: 'Not favorited ppv-testfiles Share Actions' })
============================================================
12 | await page.locator('#password').press('Enter');
13 | await page.getByRole('link', { name: 'Files' }).click();
> 14 | await page.getByRole('link', { name: 'Not favorited ppv-testfiles Share Actions' }).click();
| ^
15 | });
16 |
17 | test('PPV should show', async ({ page }) => {
at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/show-noshow.spec.ts:14:87
|
Run Playwright tests:
apps/files_photospheres/tests/E2E/tests/show-noshow.spec.ts#L1
1) [chromium] › show-noshow.spec.ts:17:5 › PPV should show ───────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- locator.click at tests/show-noshow.spec.ts:14:87
|
Run Playwright tests:
apps/files_photospheres/tests/E2E/tests/show-noshow.spec.ts#L5
2) [chromium] › show-noshow.spec.ts:29:5 › PPV should not show ───────────────────────────────────
Test timeout of 5000ms exceeded while running "beforeEach" hook.
3 | const frameId = '#photo-sphere-viewer-frame';
4 |
> 5 | test.beforeEach(async ({ page }) => {
| ^
6 | // Do the login and navigate to the folder where the test files have been uploaded
7 | await page.goto(process.env.E2E_BASE_URL ? process.env.E2E_BASE_URL + '/index.php/login' : 'http://localhost/nextcloud/index.php/login');
8 | await page.locator('#user').click();
at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/show-noshow.spec.ts:5:6
|
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
2 failed
[chromium] › show-noshow.spec.ts:17:5 › PPV should show ────────────────────────────────────────
[chromium] › show-noshow.spec.ts:29:5 › PPV should not show ────────────────────────────────────
|
The logs for this run have expired and are no longer available.
Loading