Skip to content

chore(deps): update dependency eslint to ^10.9.0 (main) #1549

chore(deps): update dependency eslint to ^10.9.0 (main)

chore(deps): update dependency eslint to ^10.9.0 (main) #1549

Triggered via pull request August 29, 2026 07:02
Status Failure
Total duration 13m 46s
Artifacts 2

playwright.yml

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

Annotations

9 errors, 1 warning, and 3 notices
Playwright (stable33)
Process completed with exit code 1.
Playwright (stable33)
Process completed with exit code 1.
[chromium] β€Ί playwright/e2e/view.spec.ts:175:2 β€Ί Interact with views β€Ί Create view and delete rows in the view: playwright/e2e/view.spec.ts#L203
4) [chromium] β€Ί playwright/e2e/view.spec.ts:175:2 β€Ί Interact with views β€Ί Create view and delete rows in the view Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveCount(expected) failed Locator: locator('[data-cy="customTableRow"]') Expected: -1 Received: 3 Timeout: 10000ms Call log: - Expect "toHaveCount" with timeout 10000ms - waiting for locator('[data-cy="customTableRow"]') - locator resolved to 4 elements - unexpected value "4" 23 Γ— locator resolved to 3 elements - unexpected value "3" 201 | 202 | // Verify one row was deleted β€” toHaveCount retries until the DOM settles > 203 | await expect(page.locator('[data-cy="customTableRow"]')).toHaveCount(rowCountBefore - 1, { timeout: 10000 }) | ^ 204 | }) 205 | }) 206 | at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/view.spec.ts:203:60
[chromium] β€Ί playwright/e2e/view.spec.ts:175:2 β€Ί Interact with views β€Ί Create view and delete rows in the view: playwright/e2e/view.spec.ts#L203
4) [chromium] β€Ί playwright/e2e/view.spec.ts:175:2 β€Ί Interact with views β€Ί Create view and delete rows in the view Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveCount(expected) failed Locator: locator('[data-cy="customTableRow"]') Expected: -1 Received: 3 Timeout: 10000ms Call log: - Expect "toHaveCount" with timeout 10000ms - waiting for locator('[data-cy="customTableRow"]') 24 Γ— locator resolved to 3 elements - unexpected value "3" 201 | 202 | // Verify one row was deleted β€” toHaveCount retries until the DOM settles > 203 | await expect(page.locator('[data-cy="customTableRow"]')).toHaveCount(rowCountBefore - 1, { timeout: 10000 }) | ^ 204 | }) 205 | }) 206 | at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/view.spec.ts:203:60
[chromium] β€Ί playwright/e2e/view.spec.ts:151:2 β€Ί Interact with views β€Ί Create view and make column readonly in the view: playwright/e2e/view.spec.ts#L164
3) [chromium] β€Ί playwright/e2e/view.spec.ts:151:2 β€Ί Interact with views β€Ί Create view and make column readonly in the view Error: locator.click: Element is not visible Call log: - waiting for locator('.column-entry').filter({ hasText: 'title' }).locator('[data-cy="customColumnAction"] button') - locator resolved to <button type="button" data-v-00a99684="" data-v-23e5cae7="" aria-label="Actions" aria-haspopup="menu" aria-expanded="false" id="nc-vue-51-trigger" class="button-vue button-vue--size-normal button-vue--tertiary button-vue--legacy34 action-item__menutoggle">…</button> - attempting click action - scrolling into view if needed 162 | // trigger three dot menu and select readonly 163 | await page.locator('.column-entry', { hasText: 'title' }).hover() > 164 | await page.locator('.column-entry', { hasText: 'title' }).locator('[data-cy="customColumnAction"] button').click({ force: true }) | ^ 165 | await page.locator('[data-cy="columnReadonlyCheckbox"]').filter({ hasText: 'Read only' }).click() 166 | 167 | // save view at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/view.spec.ts:164:110
[chromium] β€Ί playwright/e2e/view.spec.ts:151:2 β€Ί Interact with views β€Ί Create view and make column readonly in the view: playwright/e2e/view.spec.ts#L164
2) [chromium] β€Ί playwright/e2e/view.spec.ts:151:2 β€Ί Interact with views β€Ί Create view and make column readonly in the view Error: locator.click: Element is not visible Call log: - waiting for locator('.column-entry').filter({ hasText: 'title' }).locator('[data-cy="customColumnAction"] button') - locator resolved to <button type="button" data-v-00a99684="" data-v-23e5cae7="" aria-label="Actions" aria-haspopup="menu" aria-expanded="false" id="nc-vue-51-trigger" class="button-vue button-vue--size-normal button-vue--tertiary button-vue--legacy34 action-item__menutoggle">…</button> - attempting click action - scrolling into view if needed 162 | // trigger three dot menu and select readonly 163 | await page.locator('.column-entry', { hasText: 'title' }).hover() > 164 | await page.locator('.column-entry', { hasText: 'title' }).locator('[data-cy="customColumnAction"] button').click({ force: true }) | ^ 165 | await page.locator('[data-cy="columnReadonlyCheckbox"]').filter({ hasText: 'Read only' }).click() 166 | 167 | // save view at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/view.spec.ts:164:110
[chromium] β€Ί playwright/e2e/tables-table.spec.ts:74:2 β€Ί Manage a table β€Ί Transfer: playwright/support/commands.ts#L104
1) [chromium] β€Ί playwright/e2e/tables-table.spec.ts:74:2 β€Ί Manage a table β€Ί Transfer ───────────── TimeoutError: locator.waitFor: Timeout 30000ms exceeded. Call log: - waiting for locator('[data-cy="customTableAction"] button').first() to be visible at support/commands.ts:104 102 | 103 | for (let attempt = 1; attempt <= 3; attempt++) { > 104 | await menuButton.waitFor({ state: 'visible', timeout: ACTION_TIMEOUT }) | ^ 105 | await menuButton.scrollIntoViewIfNeeded() 106 | await page.locator('.toastify').first().waitFor({ state: 'hidden', timeout: 5000 }).catch(() => {}) 107 | await menuButton.click() at openTableActionsMenu (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:104:20) at clickOnTableThreeDotMenu (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:373:3) at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/tables-table.spec.ts:87:3
[chromium] β€Ί playwright/e2e/context.spec.ts:160:2 β€Ί Manage a context β€Ί Delete context with shares: playwright/e2e/context.spec.ts#L194
1) [chromium] β€Ί playwright/e2e/context.spec.ts:160:2 β€Ί Manage a context β€Ί Delete context with shares Error: expect(received).toBeTruthy() Received: false 192 | await deleteDialog.getByRole('button', { name: 'Delete' }).click() 193 | const deleteResponse = await deleteResponsePromise > 194 | expect(deleteResponse.ok()).toBeTruthy() | ^ 195 | await expect(deleteDialog).toBeHidden({ timeout: 10000 }) 196 | 197 | // Wait for the navigation item to be hidden at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/context.spec.ts:194:31
playwright-summary
Process completed with exit code 1.
Playwright (stable34)
No files were found with the provided path: playwright/test-results/ test-results/. No artifacts will be uploaded.
🎭 Playwright Run Summary
1 failed [chromium] β€Ί playwright/e2e/view.spec.ts:175:2 β€Ί Interact with views β€Ί Create view and delete rows in the view 2 flaky [chromium] β€Ί playwright/e2e/tables-table.spec.ts:74:2 β€Ί Manage a table β€Ί Transfer ────────────── [chromium] β€Ί playwright/e2e/view.spec.ts:151:2 β€Ί Interact with views β€Ί Create view and make column readonly in the view 82 passed (9.4m)
🎭 Playwright Run Summary
85 passed (9.9m)
🎭 Playwright Run Summary
1 flaky [chromium] β€Ί playwright/e2e/context.spec.ts:160:2 β€Ί Manage a context β€Ί Delete context with shares 84 passed (10.4m)

Artifacts

Produced during runtime
Name Size Digest
playwright-results-master Expired
57.3 MB
sha256:6489d2562dd094e405d56e0e7ea45b38bcd5338a14912c54ae9bebed6c1ba6dc
playwright-results-stable33 Expired
30.9 MB
sha256:1221b7e39606e3a2632fdf6872f590d7d2bfb8e6eacb922c4f658a7248d88499