feat(navigation): add LoadAdditionalEntriesListener #1413
playwright.yml
on: pull_request
Matrix: playwright
playwright-summary
6s
Annotations
4 errors, 1 warning, and 3 notices
|
[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
1) [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" 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:69:2 › Interact with views › Create view and insert rows in the view:
playwright/support/login.ts#L37
2) [chromium] › playwright/e2e/view.spec.ts:69:2 › Interact with views › Create view and insert rows in the view
Error: Login form was not visible
at support/login.ts:37
35 | }
36 |
> 37 | throw new Error('Login form was not visible')
| ^
38 | } catch (error) {
39 | lastError = error as Error
40 | await page.waitForTimeout(attempt * 1000)
at openLoginPage (/home/runner/actions-runner/_work/tables/tables/playwright/support/login.ts:37:10)
at login (/home/runner/actions-runner/_work/tables/tables/playwright/support/login.ts:112:4)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/view.spec.ts:50:3
|
|
[chromium] › playwright/e2e/tables-sharing-link.spec.ts:243:2 › Public link sharing › Create only public share shows form mode and allows submitting:
playwright/e2e/tables-sharing-link.spec.ts#L28
1) [chromium] › playwright/e2e/tables-sharing-link.spec.ts:243:2 › Public link sharing › Create only public share shows form mode and allows submitting
Error: locator.waitFor: Target page, context or browser has been closed
Call log:
- waiting for locator('[data-cy="customTableAction"] button').first() to be visible
26 | async function createPublicLinkShare(page: Page, options: { password?: string, permissions?: { read?: boolean, create?: boolean, update?: boolean, delete?: boolean } } = {}) {
27 | const menuButton = page.locator('[data-cy="customTableAction"] button').first()
> 28 | await menuButton.waitFor({ state: 'visible' })
| ^
29 | await menuButton.hover()
30 | await menuButton.click({ force: true })
31 | await page.locator('[data-cy="dataTableShareBtn"]').click()
at createPublicLinkShare (/home/runner/actions-runner/_work/tables/tables/playwright/e2e/tables-sharing-link.spec.ts:28:19)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/tables-sharing-link.spec.ts:247:28
|
|
[chromium] › playwright/e2e/tables-sharing-link.spec.ts:243:2 › Public link sharing › Create only public share shows form mode and allows submitting:
playwright/e2e/tables-sharing-link.spec.ts#L0
1) [chromium] › playwright/e2e/tables-sharing-link.spec.ts:243:2 › Public link sharing › Create only public share shows form mode and allows submitting
Test timeout of 120000ms exceeded.
|
|
Playwright (stable33)
No files were found with the provided path: playwright/test-results/
test-results/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › playwright/e2e/view.spec.ts:175:2 › Interact with views › Create view and delete rows in the view
84 passed (14.5m)
|
|
🎭 Playwright Run Summary
85 passed (14.5m)
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › playwright/e2e/tables-sharing-link.spec.ts:243:2 › Public link sharing › Create only public share shows form mode and allows submitting
[chromium] › playwright/e2e/view.spec.ts:69:2 › Interact with views › Create view and insert rows in the view
83 passed (16.5m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-results-master
Expired
|
20.2 MB |
sha256:b2ba38a06006ecf2486002cbd8d4178cd9a3b9d35eb6ad790c61b0639426be16
|
|
|
playwright-results-stable34
Expired
|
26.2 MB |
sha256:d3cd7ee2ac5fb7431ea02ddcd84ac8da49cf1612c7d768902ce06a1677a6a8ea
|
|