Skip to content

Stabilize stable30

Stabilize stable30 #90

Triggered via pull request August 31, 2024 20:43
Status Failure
Total duration 8m 29s
Artifacts 1

playwright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 3 warnings, and 1 notice
[Google Chrome] › regular-fileview.spec.ts:10:5 › PPV should show: apps/files_photospheres/tests/E2E/tests/regular-fileview.spec.ts#L1
1) [Google Chrome] › regular-fileview.spec.ts:10:5 › PPV should show ───────────────────────────── Test timeout of 30000ms exceeded.
[Google Chrome] › regular-fileview.spec.ts:10:5 › PPV should show: apps/files_photospheres/tests/E2E/tests/regular-fileview.spec.ts#L14
1) [Google Chrome] › regular-fileview.spec.ts:10:5 › PPV should show ───────────────────────────── Error: locator.getAttribute: Test timeout of 30000ms exceeded. Call log: - waiting for locator('tr').filter({ has: getByRole('link', { name: 'pano .jpg', exact: true }) }) 12 | const panoLink = page.getByRole('link', { name: 'pano .jpg', exact: true }); 13 | const panoRow = page.locator('tr', { has: panoLink }); > 14 | const panoFileId = await panoRow.getAttribute('data-cy-files-list-row-fileid'); | ^ 15 | 16 | expect(ppvTestDirUrl).not.toContain('/' + panoFileId + '?'); 17 | at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/regular-fileview.spec.ts:14:36
[Google Chrome] › regular-fileview.spec.ts:10:5 › PPV should show: apps/files_photospheres/tests/E2E/tests/regular-fileview.spec.ts#L1
1) [Google Chrome] › regular-fileview.spec.ts:10:5 › PPV should show ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[Google Chrome] › regular-fileview.spec.ts:10:5 › PPV should show: apps/files_photospheres/tests/E2E/tests/regular-fileview.spec.ts#L14
1) [Google Chrome] › regular-fileview.spec.ts:10:5 › PPV should show ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.getAttribute: Test timeout of 30000ms exceeded. Call log: - waiting for locator('tr').filter({ has: getByRole('link', { name: 'pano .jpg', exact: true }) }) 12 | const panoLink = page.getByRole('link', { name: 'pano .jpg', exact: true }); 13 | const panoRow = page.locator('tr', { has: panoLink }); > 14 | const panoFileId = await panoRow.getAttribute('data-cy-files-list-row-fileid'); | ^ 15 | 16 | expect(ppvTestDirUrl).not.toContain('/' + panoFileId + '?'); 17 | at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/regular-fileview.spec.ts:14:36
[Google Chrome] › regular-fileview.spec.ts:10:5 › PPV should show: apps/files_photospheres/tests/E2E/tests/regular-fileview.spec.ts#L1
1) [Google Chrome] › regular-fileview.spec.ts:10:5 › PPV should show ───────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[Google Chrome] › regular-fileview.spec.ts:10:5 › PPV should show: apps/files_photospheres/tests/E2E/tests/regular-fileview.spec.ts#L14
1) [Google Chrome] › regular-fileview.spec.ts:10:5 › PPV should show ───────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.getAttribute: Test timeout of 30000ms exceeded. Call log: - waiting for locator('tr').filter({ has: getByRole('link', { name: 'pano .jpg', exact: true }) }) 12 | const panoLink = page.getByRole('link', { name: 'pano .jpg', exact: true }); 13 | const panoRow = page.locator('tr', { has: panoLink }); > 14 | const panoFileId = await panoRow.getAttribute('data-cy-files-list-row-fileid'); | ^ 15 | 16 | expect(ppvTestDirUrl).not.toContain('/' + panoFileId + '?'); 17 | at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/regular-fileview.spec.ts:14:36
[Google Chrome] › regular-fileview.spec.ts:53:5 › PPV should not show: apps/files_photospheres/tests/E2E/tests/regular-fileview.spec.ts#L1
2) [Google Chrome] › regular-fileview.spec.ts:53:5 › PPV should not show ───────────────────────── Test timeout of 30000ms exceeded.
[Google Chrome] › regular-fileview.spec.ts:53:5 › PPV should not show: apps/files_photospheres/tests/E2E/tests/regular-fileview.spec.ts#L54
2) [Google Chrome] › regular-fileview.spec.ts:53:5 › PPV should not show ───────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('link', { name: 'non-pano .jpg', exact: true }) 52 | 53 | test('PPV should not show', async ({ page }) => { > 54 | await page.getByRole('link', { name: 'non-pano .jpg', exact: true }).click(); | ^ 55 | 56 | // Assert PPV did not open 57 | let visible = true; at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/regular-fileview.spec.ts:54:72
[Google Chrome] › regular-fileview.spec.ts:53:5 › PPV should not show: apps/files_photospheres/tests/E2E/tests/regular-fileview.spec.ts#L1
2) [Google Chrome] › regular-fileview.spec.ts:53:5 › PPV should not show ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[Google Chrome] › regular-fileview.spec.ts:53:5 › PPV should not show: apps/files_photospheres/tests/E2E/tests/regular-fileview.spec.ts#L54
2) [Google Chrome] › regular-fileview.spec.ts:53:5 › PPV should not show ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('link', { name: 'non-pano .jpg', exact: true }) 52 | 53 | test('PPV should not show', async ({ page }) => { > 54 | await page.getByRole('link', { name: 'non-pano .jpg', exact: true }).click(); | ^ 55 | 56 | // Assert PPV did not open 57 | let visible = true; at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/regular-fileview.spec.ts:54:72
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "nextcloud-logs". 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/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test
No files were found with the provided path: apps/files_photospheres/tests/E2E/playwright-report/. No artifacts will be uploaded.
🎭 Playwright Run Summary
3 failed [Google Chrome] › regular-fileview.spec.ts:10:5 › PPV should show ────────────────────────────── [Google Chrome] › regular-fileview.spec.ts:53:5 › PPV should not show ────────────────────────── [Google Chrome] › regular-fileview.spec.ts:69:5 › 360 video should show on context menu click ── 4 passed (5.7m)

Artifacts

Produced during runtime
Name Size
nextcloud-logs Expired
465 Bytes