feat: Reorder views #1554
playwright.yml
on: pull_request
Matrix: playwright
playwright-summary
6s
Annotations
4 errors, 1 warning, and 3 notices
|
[chromium] › playwright/e2e/tables-import-export-scheme.spec.ts:201:2 › Import Export Scheme › Import table from scheme:
playwright/e2e/tables-import-export-scheme.spec.ts#L210
1) [chromium] › playwright/e2e/tables-import-export-scheme.spec.ts:201:2 › Import Export Scheme › Import table from scheme
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-cy="navigationTableItem"]').filter({ hasText: 'Imported scheme table' })
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for locator('[data-cy="navigationTableItem"]').filter({ hasText: 'Imported scheme table' })
208 | .locator('[data-cy="navigationTableItem"]')
209 | .filter({ hasText: scheme.title })
> 210 | await expect(todoListItem).toBeVisible({ timeout: 10000 })
| ^
211 |
212 | await todoListItem.locator('a').first().click()
213 | await todoListItem
at /home/runner/work/tables/tables/playwright/e2e/tables-import-export-scheme.spec.ts:210:30
|
|
[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
2) [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"]')
- 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/work/tables/tables/playwright/e2e/view.spec.ts:203:60
|
|
[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/work/tables/tables/playwright/e2e/tables-sharing-link.spec.ts:28:19)
at /home/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/tables-import-export-scheme.spec.ts:201:2 › Import Export Scheme › Import table from scheme
84 passed (6.5m)
|
|
🎭 Playwright Run Summary
85 passed (8.0m)
|
|
🎭 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:175:2 › Interact with views › Create view and delete rows in the view
83 passed (8.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-results-master
Expired
|
29.2 MB |
sha256:c7e849ba3815bba68a858f4d5b2cd1bde5ffe6d545bef085d67edf7df3e72bc0
|
|
|
playwright-results-stable34
Expired
|
5.89 MB |
sha256:b8b3a137c94b0316bc421fdcbe0472b849feaa595701a6161be067245212be3a
|
|