Merge pull request #2914 from nextcloud/fix/view-fe-filter #1534
playwright.yml
on: push
Matrix: playwright
playwright-summary
6s
Annotations
3 errors, 1 warning, and 3 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/actions-runner/_work/tables/tables/playwright/e2e/context.spec.ts:194:31
|
|
[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"]')
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/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
|
|
Playwright (stable34)
No files were found with the provided path: playwright/test-results/
test-results/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
85 passed (15.6m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › playwright/e2e/context.spec.ts:160:2 › Manage a context › Delete context with shares
84 passed (17.9m)
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › playwright/e2e/tables-table.spec.ts:74:2 › Manage a table › Transfer ──────────────
[chromium] › playwright/e2e/view.spec.ts:175:2 › Interact with views › Create view and delete rows in the view
83 passed (18.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-results-master
Expired
|
54.9 MB |
sha256:52e909477aff9eb91cc62d58029dfce24d6891498da3c853b2e0ff42b9ccedfe
|
|
|
playwright-results-stable33
Expired
|
30.3 MB |
sha256:69a85742a9ab2827541ea260ef90f832bce1d162c7b4c1f2bcbbbb41d6fef76e
|
|