Skip to content

fix(deps): update dependency @nextcloud/vue to ^8.37.0 (main) #54

fix(deps): update dependency @nextcloud/vue to ^8.37.0 (main)

fix(deps): update dependency @nextcloud/vue to ^8.37.0 (main) #54

Triggered via pull request April 1, 2026 16:51
Status Success
Total duration 19m 0s
Artifacts 1

playwright.yml

on: pull_request
Matrix: playwright
playwright-summary
6s
playwright-summary
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 1 warning, and 2 notices
[chromium] β€Ί playwright/e2e/tables-sharing-link.spec.ts:81:2 β€Ί Public link sharing β€Ί Create: playwright/e2e/tables-sharing-link.spec.ts#L122
4) [chromium] β€Ί playwright/e2e/tables-sharing-link.spec.ts:81:2 β€Ί Public link sharing β€Ί Create, access and delete a password protected public link share Error: expect(locator).toBeVisible() failed Locator: locator('[data-cy="publicTableElement"]') Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('[data-cy="publicTableElement"]') 120 | await expect(submitBtn).toBeEnabled({ timeout: 5000 }) 121 | await submitBtn.click() > 122 | await expect(publicPage.locator('[data-cy="publicTableElement"]')).toBeVisible() | ^ 123 | await publicContext.close() 124 | 125 | // Login again to delete share at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/tables-sharing-link.spec.ts:122:70
[chromium] β€Ί playwright/e2e/tables-favorite.spec.ts:65:2 β€Ί Favorite tables/views β€Ί can favorite and unfavorite views: playwright/support/commands.ts#L397
3) [chromium] β€Ί playwright/e2e/tables-favorite.spec.ts:65:2 β€Ί Favorite tables/views β€Ί can favorite and unfavorite views Error: expect(locator).toBeHidden() failed Locator: locator('.icon-loading').first() Expected: hidden Received: visible Timeout: 5000ms Call log: - Expect "toBeHidden" with timeout 5000ms - waiting for locator('.icon-loading').first() - locator resolved to <div class="icon-loading"></div> - unexpected value "visible" at support/commands.ts:397 395 | .last() 396 | await navigateViaNavLink(page, tableLink) > 397 | await expect(page.locator('.icon-loading').first()).toBeHidden() | ^ 398 | } 399 | 400 | export async function getTutorialTableName(page: Page) { at loadTable (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:397:54) at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/tables-favorite.spec.ts:67:3
[chromium] β€Ί playwright/e2e/context.spec.ts:250:2 β€Ί Manage a context β€Ί Modify context resources and their permissions: playwright/support/commands.ts#L425
2) [chromium] β€Ί playwright/e2e/context.spec.ts:250:2 β€Ί Manage a context β€Ί Modify context resources and their permissions Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeHidden() failed Locator: locator('.icon-loading').first() Expected: hidden Received: visible Call log: - Expect "toBeHidden" with timeout 5000ms - waiting for locator('.icon-loading').first() - locator resolved to <div data-v-d92b8779="" class="icon-loading"></div> - unexpected value "visible" at support/commands.ts:425 423 | const contextLink = contextItem.locator('a').first() 424 | await navigateViaNavLink(page, contextLink) > 425 | await expect(page.locator('.icon-loading').first()).toBeHidden() | ^ 426 | } 427 | 428 | export async function unifiedSearch(page: Page, term: string) { at loadContext (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:425:54) at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/context.spec.ts:293:3
[chromium] β€Ί playwright/e2e/context.spec.ts:250:2 β€Ί Manage a context β€Ί Modify context resources and their permissions: playwright/e2e/context.spec.ts#L0
2) [chromium] β€Ί playwright/e2e/context.spec.ts:250:2 β€Ί Manage a context β€Ί Modify context resources and their permissions Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[chromium] β€Ί playwright/e2e/context.spec.ts:250:2 β€Ί Manage a context β€Ί Modify context resources and their permissions: playwright/support/commands.ts#L425
2) [chromium] β€Ί playwright/e2e/context.spec.ts:250:2 β€Ί Manage a context β€Ί Modify context resources and their permissions Error: expect(locator).toBeHidden() failed Locator: locator('.icon-loading').first() Expected: hidden Received: visible Call log: - Expect "toBeHidden" with timeout 5000ms - waiting for locator('.icon-loading').first() 2 Γ— locator resolved to <div data-v-d92b8779="" class="icon-loading"></div> - unexpected value "visible" at support/commands.ts:425 423 | const contextLink = contextItem.locator('a').first() 424 | await navigateViaNavLink(page, contextLink) > 425 | await expect(page.locator('.icon-loading').first()).toBeHidden() | ^ 426 | } 427 | 428 | export async function unifiedSearch(page: Page, term: string) { at loadContext (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:425:54) at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/context.spec.ts:293:3
[chromium] β€Ί playwright/e2e/context.spec.ts:250:2 β€Ί Manage a context β€Ί Modify context resources and their permissions: playwright/e2e/context.spec.ts#L0
2) [chromium] β€Ί playwright/e2e/context.spec.ts:250:2 β€Ί Manage a context β€Ί Modify context resources and their permissions Test timeout of 60000ms exceeded.
[chromium] β€Ί playwright/e2e/column-selection-check.spec.ts:34:2 β€Ί Test column check β€Ί Insert and test rows - default value checked: playwright/support/commands.ts#L397
1) [chromium] β€Ί playwright/e2e/column-selection-check.spec.ts:34:2 β€Ί Test column check β€Ί Insert and test rows - default value checked Error: expect(locator).toBeHidden() failed Locator: locator('.icon-loading').first() Expected: hidden Received: visible Timeout: 5000ms Call log: - Expect "toBeHidden" with timeout 5000ms - waiting for locator('.icon-loading').first() - locator resolved to <div class="icon-loading"></div> - unexpected value "visible" at support/commands.ts:397 395 | .last() 396 | await navigateViaNavLink(page, tableLink) > 397 | await expect(page.locator('.icon-loading').first()).toBeHidden() | ^ 398 | } 399 | 400 | export async function getTutorialTableName(page: Page) { at loadTable (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:397:54) at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-selection-check.spec.ts:37:3
Playwright (stable33)
No files were found with the provided path: playwright/test-results/ test-results/. No artifacts will be uploaded.
🎭 Playwright Run Summary
4 flaky [chromium] β€Ί playwright/e2e/column-selection-check.spec.ts:34:2 β€Ί Test column check β€Ί Insert and test rows - default value checked [chromium] β€Ί playwright/e2e/context.spec.ts:250:2 β€Ί Manage a context β€Ί Modify context resources and their permissions [chromium] β€Ί playwright/e2e/tables-favorite.spec.ts:65:2 β€Ί Favorite tables/views β€Ί can favorite and unfavorite views [chromium] β€Ί playwright/e2e/tables-sharing-link.spec.ts:81:2 β€Ί Public link sharing β€Ί Create, access and delete a password protected public link share 69 passed (13.6m)
🎭 Playwright Run Summary
73 passed (13.6m)

Artifacts

Produced during runtime
Name Size Digest
playwright-results-master Expired
35.8 MB
sha256:13ca4c386be1b18ed973dfa638ae9f800ce4eeb38d6b150d44b0b293ae010b6e