πΌοΈ Add persistent per-view layout modes (table / tiles / gallery) #1616
playwright.yml
on: pull_request
Matrix: playwright
playwright-summary
7s
Annotations
3 errors, 2 warnings, and 4 notices
|
[chromium] βΊ playwright/e2e/tables-table.spec.ts:74:2 βΊ Manage a table βΊ Transfer:
playwright/support/commands.ts#L104
1) [chromium] βΊ playwright/e2e/tables-table.spec.ts:74:2 βΊ Manage a table βΊ Transfer βββββββββββββ
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for locator('[data-cy="customTableAction"] button').first() to be visible
at support/commands.ts:104
102 |
103 | for (let attempt = 1; attempt <= 3; attempt++) {
> 104 | await menuButton.waitFor({ state: 'visible', timeout: ACTION_TIMEOUT })
| ^
105 | await menuButton.scrollIntoViewIfNeeded()
106 | await page.locator('.toastify').first().waitFor({ state: 'hidden', timeout: 5000 }).catch(() => {})
107 | await menuButton.click()
at openTableActionsMenu (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:104:20)
at clickOnTableThreeDotMenu (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:373:3)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/tables-table.spec.ts:87:3
|
|
[chromium] βΊ playwright/e2e/tables-table.spec.ts:74:2 βΊ Manage a table βΊ Transfer:
playwright/support/commands.ts#L104
1) [chromium] βΊ playwright/e2e/tables-table.spec.ts:74:2 βΊ Manage a table βΊ Transfer βββββββββββββ
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for locator('[data-cy="customTableAction"] button').first() to be visible
at support/commands.ts:104
102 |
103 | for (let attempt = 1; attempt <= 3; attempt++) {
> 104 | await menuButton.waitFor({ state: 'visible', timeout: ACTION_TIMEOUT })
| ^
105 | await menuButton.scrollIntoViewIfNeeded()
106 | await page.locator('.toastify').first().waitFor({ state: 'hidden', timeout: 5000 }).catch(() => {})
107 | await menuButton.click()
at openTableActionsMenu (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:104:20)
at clickOnTableThreeDotMenu (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:373:3)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/tables-table.spec.ts:87: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
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
|
|
Playwright (stable34)
No files were found with the provided path: playwright/test-results/
test-results/. No artifacts will be uploaded.
|
|
Playwright (stable34)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
|
π Playwright Run Summary
87 passed (8.2m)
|
|
π Playwright Run Summary
1 flaky
[chromium] βΊ playwright/e2e/tables-table.spec.ts:74:2 βΊ Manage a table βΊ Transfer ββββββββββββββ
86 passed (10.2m)
|
|
π Playwright Run Summary
1 flaky
[chromium] βΊ playwright/e2e/tables-table.spec.ts:74:2 βΊ Manage a table βΊ Transfer ββββββββββββββ
86 passed (17.2m)
|
|
π Playwright Run Summary
1 flaky
[chromium] βΊ playwright/e2e/view.spec.ts:175:2 βΊ Interact with views βΊ Create view and delete rows in the view
86 passed (19.3m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-results-master
|
17.7 MB |
sha256:896df8833f603e466694fe13c31d17dbea400814d42a17d238a31f76ddefc07d
|
|
|
playwright-results-stable33
|
7.58 MB |
sha256:9be9ef4a729b6e2e13e7be6fccc510beaaf2876715b117a3583f6428e72d190e
|
|
|
playwright-results-stable35
|
8.04 MB |
sha256:d828ac240c52686a56df562d4c91d78d33418d5f8a7f507d8dfd500e61d36df5
|
|