chore(deps): update dependency nextcloud/coding-standard to ^1.5.0 #83
playwright.yml
on: pull_request
Playwright E2E tests
13m 11s
Annotations
7 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/sidebarUtils.ts#L30
2) [chromium] › playwright/e2e/sidebar.spec.ts:51:1 › Has move activity ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForResponse: Test ended.
=========================== 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/actions-runner/_work/activity/activity/playwright/e2e/sidebarUtils.ts:30:34)
at /home/runner/actions-runner/_work/activity/activity/playwright/e2e/sidebar.spec.ts:56:8
|
|
[chromium] › playwright/e2e/sidebar.spec.ts:51:1 › Has move activity:
playwright/e2e/sidebarUtils.ts#L35
2) [chromium] › playwright/e2e/sidebar.spec.ts:51:1 › Has move activity ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('#app-sidebar-vue').getByRole('tabpanel', { name: 'Activity' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('#app-sidebar-vue').getByRole('tabpanel', { name: 'Activity' })
at e2e/sidebarUtils.ts:35
33 |
34 | await page.locator('#app-sidebar-vue').getByRole('tab', { name: 'Activity' }).click({ force: true })
> 35 | await expect(page.locator('#app-sidebar-vue').getByRole('tabpanel', { name: 'Activity' })).toBeVisible()
| ^
36 |
37 | await activitiesResponse
38 | }
at showActivityTab (/home/runner/actions-runner/_work/activity/activity/playwright/e2e/sidebarUtils.ts:35:93)
at /home/runner/actions-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 ended.
=========================== 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/actions-runner/_work/activity/activity/playwright/e2e/sidebarUtils.ts:30:34)
at /home/runner/actions-runner/_work/activity/activity/playwright/e2e/sidebar.spec.ts:56:8
|
|
[chromium] › playwright/e2e/sidebar.spec.ts:37:1 › Has share activity:
playwright/e2e/sidebarUtils.ts#L20
1) [chromium] › playwright/e2e/sidebar.spec.ts:37:1 › Has share activity ─────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).not.toBeVisible() failed
Locator: locator('[data-cy-sidebar]')
Expected: not visible
Received: visible
Timeout: 5000ms
Call log:
- Expect "not toBeVisible" with timeout 5000ms
- waiting for locator('[data-cy-sidebar]')
13 × locator resolved to <aside data-v-898c8c80="" data-v-f91af60e="" data-cy-sidebar="" data-v-ffbd7561="" class="app-sidebar" id="app-sidebar-vue" aria-labelledby="app-sidebar-vue-xfpg__header">…</aside>
- unexpected value "visible"
at e2e/sidebarUtils.ts:20
18 | export async function closeSidebar(page: Page) {
19 | await page.locator('[data-cy-sidebar] .app-sidebar__close').click({ force: true })
> 20 | await expect(page.locator('[data-cy-sidebar]')).not.toBeVisible()
| ^
21 | }
22 |
23 | export async function closeToasts(page: Page) {
at closeSidebar (/home/runner/actions-runner/_work/activity/activity/playwright/e2e/sidebarUtils.ts:20:54)
at createPublicShare (/home/runner/actions-runner/_work/activity/activity/playwright/e2e/sidebarUtils.ts:57:2)
at /home/runner/actions-runner/_work/activity/activity/playwright/e2e/sidebar.spec.ts:38:2
|
|
[chromium] › playwright/e2e/sidebar.spec.ts:37:1 › Has share activity:
playwright/e2e/sidebarUtils.ts#L20
1) [chromium] › playwright/e2e/sidebar.spec.ts:37:1 › Has share activity ─────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).not.toBeVisible() failed
Locator: locator('[data-cy-sidebar]')
Expected: not visible
Received: visible
Timeout: 5000ms
Call log:
- Expect "not toBeVisible" with timeout 5000ms
- waiting for locator('[data-cy-sidebar]')
13 × locator resolved to <aside data-v-898c8c80="" data-v-f91af60e="" data-cy-sidebar="" data-v-ffbd7561="" class="app-sidebar" id="app-sidebar-vue" aria-labelledby="app-sidebar-vue-tstxu__header">…</aside>
- unexpected value "visible"
at e2e/sidebarUtils.ts:20
18 | export async function closeSidebar(page: Page) {
19 | await page.locator('[data-cy-sidebar] .app-sidebar__close').click({ force: true })
> 20 | await expect(page.locator('[data-cy-sidebar]')).not.toBeVisible()
| ^
21 | }
22 |
23 | export async function closeToasts(page: Page) {
at closeSidebar (/home/runner/actions-runner/_work/activity/activity/playwright/e2e/sidebarUtils.ts:20:54)
at createPublicShare (/home/runner/actions-runner/_work/activity/activity/playwright/e2e/sidebarUtils.ts:57:2)
at /home/runner/actions-runner/_work/activity/activity/playwright/e2e/sidebar.spec.ts:38:2
|
|
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:37:1 › Has share activity ──────────────────────────
1 flaky
[chromium] › playwright/e2e/sidebar.spec.ts:51:1 › Has move activity ───────────────────────────
1 skipped
14 passed (9.6m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report
Expired
|
10.2 MB |
sha256:5548fdcfc9d7bc2be6e7913a533796661d342db4d9c12f8094542096e3c29953
|
|
|
html-report--attempt-1
Expired
|
10.8 MB |
sha256:729873f5bcec32504b8746b9171cef85b48f245823e1c1131c48fd8f6a120b51
|
|
|
playwright-traces
Expired
|
10.2 MB |
sha256:4c316ea2dc1cdfa4d124daf39d0e7f16c0aec68961d367649ad5d467deff8109
|
|