chore(deps): update dependency happy-dom to ^20.11.15 (master) #421
playwright.yml
on: pull_request
Playwright E2E tests
6m 56s
Annotations
11 errors, 2 warnings, and 1 notice
|
Playwright E2E tests
Process completed with exit code 1.
|
|
[chromium] › playwright/e2e/sidebar.spec.ts:51:1 › Has move activity:
playwright/e2e/filesUtils.ts#L41
2) [chromium] › playwright/e2e/sidebar.spec.ts:51:1 › Has move activity ──────────────────────────
Error: locator.scrollIntoViewIfNeeded: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-cy-files-list-row-name="welcome\\.txt"]')
at e2e/filesUtils.ts:41
39 |
40 | const fileRow = getRowForFile(page, filename)
> 41 | await fileRow.scrollIntoViewIfNeeded()
| ^
42 | // Hover first so the Actions button transitions to its active state.
43 | await fileRow.hover()
44 | const actionsBtn = fileRow
at toggleMenuAction (/home/runner/work/activity/activity/playwright/e2e/filesUtils.ts:41:16)
at showSidebarForFile (/home/runner/work/activity/activity/playwright/e2e/sidebarUtils.ts:14:2)
at showActivityTab (/home/runner/work/activity/activity/playwright/e2e/sidebarUtils.ts:32:2)
at /home/runner/work/activity/activity/playwright/e2e/sidebar.spec.ts:56:2
|
|
[chromium] › playwright/e2e/sidebar.spec.ts:51:1 › Has move activity:
playwright/e2e/sidebarUtils.ts#L30
2) [chromium] › playwright/e2e/sidebar.spec.ts:51:1 › Has move activity ──────────────────────────
Error: page.waitForResponse: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for response /\/ocs\/v2\.php\/apps\/activity\/api\/v2\/activity…/
============================================================
at e2e/sidebarUtils.ts:30
28 |
29 | export async function showActivityTab(page: Page, fileName: string) {
> 30 | const activitiesResponse = page.waitForResponse(/\/ocs\/v2\.php\/apps\/activity\/api\/v2\/activity\/filter/)
| ^
31 |
32 | await showSidebarForFile(page, fileName)
33 |
at showActivityTab (/home/runner/work/activity/activity/playwright/e2e/sidebarUtils.ts:30:34)
at /home/runner/work/activity/activity/playwright/e2e/sidebar.spec.ts:56:8
|
|
[chromium] › playwright/e2e/sidebar.spec.ts:51:1 › Has move activity:
playwright/e2e/sidebar.spec.ts#L0
2) [chromium] › playwright/e2e/sidebar.spec.ts:51:1 › Has move activity ──────────────────────────
Test timeout of 30000ms exceeded.
|
|
[chromium] › playwright/e2e/sidebar.spec.ts:24:1 › Has favorite activity:
playwright/e2e/sidebarUtils.ts#L44
1) [chromium] › playwright/e2e/sidebar.spec.ts:24:1 › Has favorite activity ──────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.toast-close')
at e2e/sidebarUtils.ts:44
42 | await toggleMenuAction(page, fileName, 'favorite')
43 | await tagResponse
> 44 | await page.locator('.toast-close').click()
| ^
45 | }
46 |
47 | export async function createPublicShare(page: Page, fileName: string) {
at toggleFavorite (/home/runner/work/activity/activity/playwright/e2e/sidebarUtils.ts:44:37)
at /home/runner/work/activity/activity/playwright/e2e/sidebar.spec.ts:25:2
|
|
[chromium] › playwright/e2e/sidebar.spec.ts:24:1 › Has favorite activity:
playwright/e2e/sidebar.spec.ts#L0
1) [chromium] › playwright/e2e/sidebar.spec.ts:24:1 › Has favorite activity ──────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[chromium] › playwright/e2e/sidebar.spec.ts:24:1 › Has favorite activity:
playwright/e2e/sidebarUtils.ts#L44
1) [chromium] › playwright/e2e/sidebar.spec.ts:24:1 › Has favorite activity ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.toast-close')
at e2e/sidebarUtils.ts:44
42 | await toggleMenuAction(page, fileName, 'favorite')
43 | await tagResponse
> 44 | await page.locator('.toast-close').click()
| ^
45 | }
46 |
47 | export async function createPublicShare(page: Page, fileName: string) {
at toggleFavorite (/home/runner/work/activity/activity/playwright/e2e/sidebarUtils.ts:44:37)
at /home/runner/work/activity/activity/playwright/e2e/sidebar.spec.ts:25:2
|
|
[chromium] › playwright/e2e/sidebar.spec.ts:24:1 › Has favorite activity:
playwright/e2e/sidebar.spec.ts#L0
1) [chromium] › playwright/e2e/sidebar.spec.ts:24:1 › Has favorite activity ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[chromium] › playwright/e2e/sidebar.spec.ts:24:1 › Has favorite activity:
playwright/e2e/sidebarUtils.ts#L44
1) [chromium] › playwright/e2e/sidebar.spec.ts:24:1 › Has favorite activity ──────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.toast-close')
at e2e/sidebarUtils.ts:44
42 | await toggleMenuAction(page, fileName, 'favorite')
43 | await tagResponse
> 44 | await page.locator('.toast-close').click()
| ^
45 | }
46 |
47 | export async function createPublicShare(page: Page, fileName: string) {
at toggleFavorite (/home/runner/work/activity/activity/playwright/e2e/sidebarUtils.ts:44:37)
at /home/runner/work/activity/activity/playwright/e2e/sidebar.spec.ts:25:2
|
|
[chromium] › playwright/e2e/sidebar.spec.ts:24:1 › Has favorite activity:
playwright/e2e/sidebar.spec.ts#L0
1) [chromium] › playwright/e2e/sidebar.spec.ts:24:1 › Has favorite activity ──────────────────────
Test timeout of 30000ms exceeded.
|
|
playwright-summary
Process completed with exit code 1.
|
|
Playwright E2E tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: skjnldsv/read-package-engines-version-actions@06d6baf7d8f41934ab630e97d9e6c0bc9c9ac5e4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
merge-reports
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: skjnldsv/read-package-engines-version-actions@06d6baf7d8f41934ab630e97d9e6c0bc9c9ac5e4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › playwright/e2e/sidebar.spec.ts:24:1 › Has favorite activity ───────────────────────
1 flaky
[chromium] › playwright/e2e/sidebar.spec.ts:51:1 › Has move activity ───────────────────────────
1 skipped
14 passed (5.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report
Expired
|
8.95 MB |
sha256:8a9a6b86f3c508d81923bdebba61f5d39d1eab7bec342e5ecd3dbece68618b27
|
|
|
html-report--attempt-1
|
9.53 MB |
sha256:ee259f21e0d903b46afdf3f46296b33c6e83d458de97f33e4cf5966c1bacd172
|
|
|
playwright-traces
|
8.92 MB |
sha256:17043f5279e34ebd4ad7042794f04a0d3cd28ab542d9f6a0424b35b793833081
|
|