Skip to content

chore(deps): Bump @rollup/rollup-linux-x64-gnu from 4.57.1 to 4.58.0 #485

chore(deps): Bump @rollup/rollup-linux-x64-gnu from 4.57.1 to 4.58.0

chore(deps): Bump @rollup/rollup-linux-x64-gnu from 4.57.1 to 4.58.0 #485

Triggered via pull request February 21, 2026 02:04
Status Failure
Total duration 18m 54s
Artifacts

playwright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 1 warning, and 1 notice
[chromium] › playwright/e2e/sharing.spec.ts:9:1 › Share a file read only that cannot be locked by the recipient: playwright/e2e/sharing.spec.ts#L48
3) [chromium] › playwright/e2e/sharing.spec.ts:9:1 › Share a file read only that cannot be locked by the recipient Error: expect(locator).toBeVisible() failed Locator: getByRole('menuitem', { name: 'Lock file' }) Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByRole('menuitem', { name: 'Lock file' }) 46 | const rowOwner = await pageOwner.getByRole('row', { name: filename }) 47 | await rowOwner.getByRole('button', { name: 'Actions' }).click() > 48 | await expect(pageOwner.getByRole('menuitem', { name: 'Lock file' })).toBeVisible() | ^ 49 | }) 50 | at /home/runner/actions-runner/_work/files_lock/files_lock/playwright/e2e/sharing.spec.ts:48:71
[chromium] › playwright/e2e/fileactions.spec.ts:26:1 › it shows the lock menu entry in grid view: playwright/e2e/fileactions.spec.ts#L30
2) [chromium] › playwright/e2e/fileactions.spec.ts:26:1 › it shows the lock menu entry in grid view Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: getByRole('menuitem', { name: 'Lock file' }) Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByRole('menuitem', { name: 'Lock file' }) 28 | await page.getByRole('button', { name: 'Actions' }).click() 29 | const lockButton = page.getByRole('menuitem', { name: 'Lock file' }) > 30 | await expect(lockButton).toBeVisible() | ^ 31 | await lockButton.click() 32 | await expect(lockButton).not.toBeVisible() 33 | at /home/runner/actions-runner/_work/files_lock/files_lock/playwright/e2e/fileactions.spec.ts:30:27
[chromium] › playwright/e2e/fileactions.spec.ts:26:1 › it shows the lock menu entry in grid view: playwright/e2e/fileactions.spec.ts#L30
2) [chromium] › playwright/e2e/fileactions.spec.ts:26:1 › it shows the lock menu entry in grid view Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: getByRole('menuitem', { name: 'Lock file' }) Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByRole('menuitem', { name: 'Lock file' }) 28 | await page.getByRole('button', { name: 'Actions' }).click() 29 | const lockButton = page.getByRole('menuitem', { name: 'Lock file' }) > 30 | await expect(lockButton).toBeVisible() | ^ 31 | await lockButton.click() 32 | await expect(lockButton).not.toBeVisible() 33 | at /home/runner/actions-runner/_work/files_lock/files_lock/playwright/e2e/fileactions.spec.ts:30:27
[chromium] › playwright/e2e/fileactions.spec.ts:26:1 › it shows the lock menu entry in grid view: playwright/e2e/fileactions.spec.ts#L30
2) [chromium] › playwright/e2e/fileactions.spec.ts:26:1 › it shows the lock menu entry in grid view Error: expect(locator).toBeVisible() failed Locator: getByRole('menuitem', { name: 'Lock file' }) Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByRole('menuitem', { name: 'Lock file' }) 28 | await page.getByRole('button', { name: 'Actions' }).click() 29 | const lockButton = page.getByRole('menuitem', { name: 'Lock file' }) > 30 | await expect(lockButton).toBeVisible() | ^ 31 | await lockButton.click() 32 | await expect(lockButton).not.toBeVisible() 33 | at /home/runner/actions-runner/_work/files_lock/files_lock/playwright/e2e/fileactions.spec.ts:30:27
[chromium] › playwright/e2e/fileactions.spec.ts:14:1 › can manually lock a file: playwright/e2e/fileactions.spec.ts#L16
1) [chromium] › playwright/e2e/fileactions.spec.ts:14:1 › can manually lock a file ─────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Target page, context or browser has been closed Call log: - waiting for getByRole('menuitem', { name: 'Lock file' }) 14 | test('can manually lock a file', async ({ page, user }) => { 15 | await page.getByRole('button', { name: 'Actions' }).click() > 16 | await page.getByRole('menuitem', { name: 'Lock file' }).click() | ^ 17 | const lockIndicator = page.getByRole('button', { name: 'Manually locked by ' + user.userId }) 18 | await expect(lockIndicator).toBeVisible() 19 | await page.getByRole('button', { name: 'Actions' }).click() at /home/runner/actions-runner/_work/files_lock/files_lock/playwright/e2e/fileactions.spec.ts:16:58
[chromium] › playwright/e2e/fileactions.spec.ts:14:1 › can manually lock a file: playwright/e2e/fileactions.spec.ts#L0
1) [chromium] › playwright/e2e/fileactions.spec.ts:14:1 › can manually lock a file ─────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › playwright/e2e/fileactions.spec.ts:14:1 › can manually lock a file: playwright/e2e/fileactions.spec.ts#L16
1) [chromium] › playwright/e2e/fileactions.spec.ts:14:1 › can manually lock a file ─────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Target page, context or browser has been closed Call log: - waiting for getByRole('menuitem', { name: 'Lock file' }) 14 | test('can manually lock a file', async ({ page, user }) => { 15 | await page.getByRole('button', { name: 'Actions' }).click() > 16 | await page.getByRole('menuitem', { name: 'Lock file' }).click() | ^ 17 | const lockIndicator = page.getByRole('button', { name: 'Manually locked by ' + user.userId }) 18 | await expect(lockIndicator).toBeVisible() 19 | await page.getByRole('button', { name: 'Actions' }).click() at /home/runner/actions-runner/_work/files_lock/files_lock/playwright/e2e/fileactions.spec.ts:16:58
[chromium] › playwright/e2e/fileactions.spec.ts:14:1 › can manually lock a file: playwright/e2e/fileactions.spec.ts#L0
1) [chromium] › playwright/e2e/fileactions.spec.ts:14:1 › can manually lock a file ─────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › playwright/e2e/fileactions.spec.ts:14:1 › can manually lock a file: playwright/e2e/fileactions.spec.ts#L16
1) [chromium] › playwright/e2e/fileactions.spec.ts:14:1 › can manually lock a file ─────────────── Error: locator.click: Target page, context or browser has been closed Call log: - waiting for getByRole('menuitem', { name: 'Lock file' }) 14 | test('can manually lock a file', async ({ page, user }) => { 15 | await page.getByRole('button', { name: 'Actions' }).click() > 16 | await page.getByRole('menuitem', { name: 'Lock file' }).click() | ^ 17 | const lockIndicator = page.getByRole('button', { name: 'Manually locked by ' + user.userId }) 18 | await expect(lockIndicator).toBeVisible() 19 | await page.getByRole('button', { name: 'Actions' }).click() at /home/runner/actions-runner/_work/files_lock/files_lock/playwright/e2e/fileactions.spec.ts:16:58
[chromium] › playwright/e2e/fileactions.spec.ts:14:1 › can manually lock a file: playwright/e2e/fileactions.spec.ts#L0
1) [chromium] › playwright/e2e/fileactions.spec.ts:14:1 › can manually lock a file ─────────────── Test timeout of 30000ms exceeded.
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
🎭 Playwright Run Summary
3 failed [chromium] › playwright/e2e/fileactions.spec.ts:14:1 › can manually lock a file ──────────────── [chromium] › playwright/e2e/fileactions.spec.ts:26:1 › it shows the lock menu entry in grid view [chromium] › playwright/e2e/sharing.spec.ts:9:1 › Share a file read only that cannot be locked by the recipient 1 passed (6.3m)