chore(deps): update actions/setup-node action to v7 (main) #1673
playwright.yml
on: pull_request
Matrix: playwright
playwright-summary
7s
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
|
|