Skip to content

chore(deps): update actions/setup-node action to v7 (main) #1673

chore(deps): update actions/setup-node action to v7 (main)

chore(deps): update actions/setup-node action to v7 (main) #1673

Triggered via pull request September 5, 2026 10:45
Status Failure
Total duration 32m 51s
Artifacts 4

playwright.yml

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

Annotations

17 errors and 4 notices
[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/work/tables/tables/playwright/e2e/context.spec.ts:194:31
[chromium] β€Ί playwright/e2e/column-relation.spec.ts:98:2 β€Ί Test column relation β€Ί Relation labels render inside an application context: playwright/support/commands.ts#L325
1) [chromium] β€Ί playwright/e2e/column-relation.spec.ts:98:2 β€Ί Test column relation β€Ί Relation labels render inside an application context Error: expect(locator).toBeVisible() failed Locator: locator('[data-cy="createContextModal"]') Expected: visible Timeout: 30000ms Error: element(s) not found Call log: - Expect "toBeVisible" locator('[data-cy="createContextModal"]') with timeout 30000ms - waiting for locator('[data-cy="createContextModal"]') at support/commands.ts:325 323 | .first() 324 | .click({ force: true }) > 325 | await expect(page.locator('[data-cy="createContextModal"]')).toBeVisible() | ^ 326 | 327 | const input = page.locator('[data-cy="createContextTitle"]') 328 | await input.clear() at createContext (/home/runner/work/tables/tables/playwright/support/commands.ts:325:63) at /home/runner/work/tables/tables/playwright/e2e/column-relation.spec.ts:149:3
Playwright (master)
Process completed with exit code 1.
Playwright (master)
Process completed with exit code 1.
[chromium] β€Ί playwright/e2e/column-relation.spec.ts:98:2 β€Ί Test column relation β€Ί Relation labels render inside an application context: playwright/e2e/column-relation.spec.ts#L125
1) [chromium] β€Ί playwright/e2e/column-relation.spec.ts:98:2 β€Ί Test column relation β€Ί Relation labels render inside an application context Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForResponse: Target page, context or browser has been closed 123 | 124 | await selectFromVueDropdown(page, 'Select target', contextSourceTitle) > 125 | await page.waitForResponse( | ^ 126 | r => r.url().includes('/apps/tables/api/1/tables/') 127 | && r.url().includes('/columns') 128 | && r.request().method() === 'GET', at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-relation.spec.ts:125:14
[chromium] β€Ί playwright/e2e/column-relation.spec.ts:98:2 β€Ί Test column relation β€Ί Relation labels render inside an application context: playwright/e2e/column-relation.spec.ts#L0
1) [chromium] β€Ί playwright/e2e/column-relation.spec.ts:98:2 β€Ί Test column relation β€Ί Relation labels render inside an application context Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[chromium] β€Ί playwright/e2e/column-relation.spec.ts:98:2 β€Ί Test column relation β€Ί Relation labels render inside an application context: playwright/e2e/column-relation.spec.ts#L125
1) [chromium] β€Ί playwright/e2e/column-relation.spec.ts:98:2 β€Ί Test column relation β€Ί Relation labels render inside an application context Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForResponse: Target page, context or browser has been closed 123 | 124 | await selectFromVueDropdown(page, 'Select target', contextSourceTitle) > 125 | await page.waitForResponse( | ^ 126 | r => r.url().includes('/apps/tables/api/1/tables/') 127 | && r.url().includes('/columns') 128 | && r.request().method() === 'GET', at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-relation.spec.ts:125:14
[chromium] β€Ί playwright/e2e/column-relation.spec.ts:98:2 β€Ί Test column relation β€Ί Relation labels render inside an application context: playwright/e2e/column-relation.spec.ts#L0
1) [chromium] β€Ί playwright/e2e/column-relation.spec.ts:98:2 β€Ί Test column relation β€Ί Relation labels render inside an application context Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[chromium] β€Ί playwright/e2e/column-relation.spec.ts:98:2 β€Ί Test column relation β€Ί Relation labels render inside an application context: playwright/support/commands.ts#L325
1) [chromium] β€Ί playwright/e2e/column-relation.spec.ts:98:2 β€Ί Test column relation β€Ί Relation labels render inside an application context Error: expect(locator).toBeVisible() failed Locator: locator('[data-cy="createContextModal"]') Expected: visible Timeout: 30000ms Error: element(s) not found Call log: - Expect "toBeVisible" locator('[data-cy="createContextModal"]') with timeout 30000ms - waiting for locator('[data-cy="createContextModal"]') at support/commands.ts:325 323 | .first() 324 | .click({ force: true }) > 325 | await expect(page.locator('[data-cy="createContextModal"]')).toBeVisible() | ^ 326 | 327 | const input = page.locator('[data-cy="createContextTitle"]') 328 | await input.clear() at createContext (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:325:63) at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-relation.spec.ts:149:3
Playwright (stable34)
Process completed with exit code 1.
Playwright (stable34)
Process completed with exit code 1.
[chromium] β€Ί playwright/e2e/column-relation.spec.ts:98:2 β€Ί Test column relation β€Ί Relation labels render inside an application context: playwright/e2e/column-relation.spec.ts#L125
1) [chromium] β€Ί playwright/e2e/column-relation.spec.ts:98:2 β€Ί Test column relation β€Ί Relation labels render inside an application context Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForResponse: Target page, context or browser has been closed 123 | 124 | await selectFromVueDropdown(page, 'Select target', contextSourceTitle) > 125 | await page.waitForResponse( | ^ 126 | r => r.url().includes('/apps/tables/api/1/tables/') 127 | && r.url().includes('/columns') 128 | && r.request().method() === 'GET', at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-relation.spec.ts:125:14
[chromium] β€Ί playwright/e2e/column-relation.spec.ts:98:2 β€Ί Test column relation β€Ί Relation labels render inside an application context: playwright/e2e/column-relation.spec.ts#L0
1) [chromium] β€Ί playwright/e2e/column-relation.spec.ts:98:2 β€Ί Test column relation β€Ί Relation labels render inside an application context Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[chromium] β€Ί playwright/e2e/column-relation.spec.ts:98:2 β€Ί Test column relation β€Ί Relation labels render inside an application context: playwright/support/commands.ts#L325
1) [chromium] β€Ί playwright/e2e/column-relation.spec.ts:98:2 β€Ί Test column relation β€Ί Relation labels render inside an application context Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('[data-cy="createContextModal"]') Expected: visible Error: element(s) not found Call log: - Expect "toBeVisible" locator('[data-cy="createContextModal"]') with timeout 30000ms - waiting for locator('[data-cy="createContextModal"]') - Target page, context or browser has been closed at support/commands.ts:325 323 | .first() 324 | .click({ force: true }) > 325 | await expect(page.locator('[data-cy="createContextModal"]')).toBeVisible() | ^ 326 | 327 | const input = page.locator('[data-cy="createContextTitle"]') 328 | await input.clear() at createContext (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:325:63) at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-relation.spec.ts:149:3
[chromium] β€Ί playwright/e2e/column-relation.spec.ts:98:2 β€Ί Test column relation β€Ί Relation labels render inside an application context: playwright/e2e/column-relation.spec.ts#L0
1) [chromium] β€Ί playwright/e2e/column-relation.spec.ts:98:2 β€Ί Test column relation β€Ί Relation labels render inside an application context Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[chromium] β€Ί playwright/e2e/column-relation.spec.ts:98:2 β€Ί Test column relation β€Ί Relation labels render inside an application context: playwright/support/commands.ts#L325
1) [chromium] β€Ί playwright/e2e/column-relation.spec.ts:98:2 β€Ί Test column relation β€Ί Relation labels render inside an application context Error: expect(locator).toBeVisible() failed Locator: locator('[data-cy="createContextModal"]') Expected: visible Timeout: 30000ms Error: element(s) not found Call log: - Expect "toBeVisible" locator('[data-cy="createContextModal"]') with timeout 30000ms - waiting for locator('[data-cy="createContextModal"]') at support/commands.ts:325 323 | .first() 324 | .click({ force: true }) > 325 | await expect(page.locator('[data-cy="createContextModal"]')).toBeVisible() | ^ 326 | 327 | const input = page.locator('[data-cy="createContextTitle"]') 328 | await input.clear() at createContext (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:325:63) at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-relation.spec.ts:149:3
playwright-summary
Process completed with exit code 1.
🎭 Playwright Run Summary
1 flaky [chromium] β€Ί playwright/e2e/context.spec.ts:160:2 β€Ί Manage a context β€Ί Delete context with shares 87 passed (8.8m)
🎭 Playwright Run Summary
1 flaky [chromium] β€Ί playwright/e2e/column-relation.spec.ts:98:2 β€Ί Test column relation β€Ί Relation labels render inside an application context 87 passed (8.9m)
🎭 Playwright Run Summary
1 failed [chromium] β€Ί playwright/e2e/column-relation.spec.ts:98:2 β€Ί Test column relation β€Ί Relation labels render inside an application context 87 passed (11.2m)
🎭 Playwright Run Summary
1 failed [chromium] β€Ί playwright/e2e/column-relation.spec.ts:98:2 β€Ί Test column relation β€Ί Relation labels render inside an application context 87 passed (15.0m)

Artifacts

Produced during runtime
Name Size Digest
playwright-results-master
6.79 MB
sha256:4e4dec4545b4033ee80bfe1fef5b19af6dbf44a442d17f11ffc3025022ef346e
playwright-results-stable33
10.2 MB
sha256:57c7ff29f565dda00ddfcc2ba066c0e5735ce9c9fce20ad3333c75923991fc0c
playwright-results-stable34
8.34 MB
sha256:6f28821ea84ecb34e2bbde4591ea19a0d454942eae694abe66bad2afa64692e0
playwright-results-stable35
61 MB
sha256:41313728dc92335b0e6c91e0af2aa12037d4e2b227ff46c6756214901c5996f6