chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.63.1 (main) #1662
playwright.yml
on: pull_request
Matrix: playwright
playwright-summary
6s
Annotations
19 errors and 4 notices
|
[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
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
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
|
|
[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
3) [chromium] βΊ playwright/e2e/view.spec.ts:175:2 βΊ Interact with views βΊ Create view and delete rows in the view
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('[data-cy="customTableRow"]')
Expected: -1
Received: 3
Timeout: 10000ms
Call log:
- Expect "toHaveCount" locator('[data-cy="customTableRow"]') 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/column-relation.spec.ts:98:2 βΊ Test column relation βΊ Relation labels render inside an application context:
playwright/e2e/column-relation.spec.ts#L125
2) [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
2) [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
2) [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
|
|
[chromium] βΊ playwright/e2e/column-relation.spec.ts:46:2 βΊ Test column relation βΊ Create relation column:
playwright/e2e/column-relation.spec.ts#L71
1) [chromium] βΊ playwright/e2e/column-relation.spec.ts:46:2 βΊ Test column relation βΊ Create relation column, row, and verify label in table
Error: page.waitForResponse: Target page, context or browser has been closed
69 | // configure the relation to point at the source table and use 'Name' as label
70 | await selectFromVueDropdown(page, 'Select target', sourceTableTitle)
> 71 | await page.waitForResponse(
| ^
72 | r => r.url().includes('/apps/tables/api/1/tables/')
73 | && r.url().includes('/columns')
74 | && r.request().method() === 'GET',
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-relation.spec.ts:71:14
|
|
[chromium] βΊ playwright/e2e/column-relation.spec.ts:46:2 βΊ Test column relation βΊ Create relation column:
playwright/e2e/column-relation.spec.ts#L0
1) [chromium] βΊ playwright/e2e/column-relation.spec.ts:46:2 βΊ Test column relation βΊ Create relation column, row, and verify label in table
Test timeout of 60000ms exceeded.
|
|
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/support/commands.ts#L325
2) [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
|
|
[chromium] βΊ playwright/e2e/column-relation.spec.ts:46:2 βΊ Test column relation βΊ Create relation column:
playwright/e2e/column-relation.spec.ts#L71
1) [chromium] βΊ playwright/e2e/column-relation.spec.ts:46:2 βΊ Test column relation βΊ Create relation column, row, and verify label in table
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: page.waitForResponse: Target page, context or browser has been closed
69 | // configure the relation to point at the source table and use 'Name' as label
70 | await selectFromVueDropdown(page, 'Select target', sourceTableTitle)
> 71 | await page.waitForResponse(
| ^
72 | r => r.url().includes('/apps/tables/api/1/tables/')
73 | && r.url().includes('/columns')
74 | && r.request().method() === 'GET',
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-relation.spec.ts:71:14
|
|
[chromium] βΊ playwright/e2e/column-relation.spec.ts:46:2 βΊ Test column relation βΊ Create relation column:
playwright/e2e/column-relation.spec.ts#L0
1) [chromium] βΊ playwright/e2e/column-relation.spec.ts:46:2 βΊ Test column relation βΊ Create relation column, row, and verify label in table
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Test timeout of 60000ms exceeded.
|
|
[chromium] βΊ playwright/e2e/column-relation.spec.ts:46:2 βΊ Test column relation βΊ Create relation column:
playwright/e2e/column-relation.spec.ts#L71
1) [chromium] βΊ playwright/e2e/column-relation.spec.ts:46:2 βΊ Test column relation βΊ Create relation column, row, and verify label in table
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: page.waitForResponse: Target page, context or browser has been closed
69 | // configure the relation to point at the source table and use 'Name' as label
70 | await selectFromVueDropdown(page, 'Select target', sourceTableTitle)
> 71 | await page.waitForResponse(
| ^
72 | r => r.url().includes('/apps/tables/api/1/tables/')
73 | && r.url().includes('/columns')
74 | && r.request().method() === 'GET',
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-relation.spec.ts:71:14
|
|
[chromium] βΊ playwright/e2e/column-relation.spec.ts:46:2 βΊ Test column relation βΊ Create relation column:
playwright/e2e/column-relation.spec.ts#L0
1) [chromium] βΊ playwright/e2e/column-relation.spec.ts:46:2 βΊ Test column relation βΊ Create relation column, row, and verify label in table
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Test timeout of 60000ms exceeded.
|
|
[chromium] βΊ playwright/e2e/column-relation.spec.ts:46:2 βΊ Test column relation βΊ Create relation column:
playwright/e2e/column-relation.spec.ts#L71
1) [chromium] βΊ playwright/e2e/column-relation.spec.ts:46:2 βΊ Test column relation βΊ Create relation column, row, and verify label in table
Error: page.waitForResponse: Target page, context or browser has been closed
69 | // configure the relation to point at the source table and use 'Name' as label
70 | await selectFromVueDropdown(page, 'Select target', sourceTableTitle)
> 71 | await page.waitForResponse(
| ^
72 | r => r.url().includes('/apps/tables/api/1/tables/')
73 | && r.url().includes('/columns')
74 | && r.request().method() === 'GET',
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-relation.spec.ts:71:14
|
|
[chromium] βΊ playwright/e2e/column-relation.spec.ts:46:2 βΊ Test column relation βΊ Create relation column:
playwright/e2e/column-relation.spec.ts#L0
1) [chromium] βΊ playwright/e2e/column-relation.spec.ts:46:2 βΊ Test column relation βΊ Create relation column, row, and verify label in table
Test timeout of 60000ms exceeded.
|
|
playwright-summary
Process completed with exit code 1.
|
|
π 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.4m)
|
|
π 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 (9.7m)
|
|
π Playwright Run Summary
3 flaky
[chromium] βΊ playwright/e2e/column-relation.spec.ts:46:2 βΊ Test column relation βΊ Create relation column, row, and verify label in table
[chromium] βΊ playwright/e2e/column-relation.spec.ts:98:2 βΊ Test column relation βΊ Relation labels render inside an application context
[chromium] βΊ playwright/e2e/view.spec.ts:175:2 βΊ Interact with views βΊ Create view and delete rows in the view
85 passed (10.6m)
|
|
π Playwright Run Summary
1 failed
[chromium] βΊ playwright/e2e/column-relation.spec.ts:46:2 βΊ Test column relation βΊ Create relation column, row, and verify label in table
1 flaky
[chromium] βΊ playwright/e2e/column-relation.spec.ts:98:2 βΊ Test column relation βΊ Relation labels render inside an application context
86 passed (11.5m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-results-master
|
8.94 MB |
sha256:93e00acc00d30076a8106609d7a80619b4f0984b073024a35035632f0dba46b1
|
|
|
playwright-results-stable33
|
35 MB |
sha256:9409f48f03f1a595d21fff7dbd87ac640e652152cb49f62ced72e77d219dbc28
|
|
|
playwright-results-stable34
|
14.7 MB |
sha256:a4181392a018cbaf51b00ccbcc96321eeccb4a1cc91e21bad840c678e54744ba
|
|
|
playwright-results-stable35
|
10.3 MB |
sha256:923e69b7de01198774af15129be6a68035a2b31361e49ad7b827902adf75af64
|
|