feat: add is not empty filter support #1584
playwright.yml
on: pull_request
Matrix: playwright
playwright-summary
6s
Annotations
1 error, 2 warnings, and 3 notices
|
[chromium] › playwright/e2e/view-mandatory-state.spec.ts:81:2 › Mandatory Column Functionality › SelectedViewColumns - Checkboxes mutual exclusivity:
playwright/e2e/view-mandatory-state.spec.ts#L95
1) [chromium] › playwright/e2e/view-mandatory-state.spec.ts:81:2 › Mandatory Column Functionality › SelectedViewColumns - Checkboxes mutual exclusivity
Error: locator.click: Element is not visible
Call log:
- waiting for locator('.column-entry').filter({ hasText: 'title' }).locator('[data-cy="customColumnAction"] button')
- locator resolved to <button type="button" data-v-00a99684="" data-v-23e5cae7="" aria-label="Actions" aria-haspopup="menu" aria-expanded="false" id="nc-vue-32-trigger" class="button-vue button-vue--size-normal button-vue--tertiary button-vue--legacy34 action-item__menutoggle">…</button>
- attempting click action
- scrolling into view if needed
93 | const entry = page.locator('.column-entry', { hasText: colTitle })
94 | await entry.hover()
> 95 | await entry.locator('[data-cy="customColumnAction"] button').click({ force: true })
| ^
96 | }
97 |
98 | // should disable mandatory checkbox when readonly is enabled
at openColumnMenu (/home/runner/actions-runner/_work/tables/tables/playwright/e2e/view-mandatory-state.spec.ts:95:65)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/view-mandatory-state.spec.ts:99:3
|
|
Playwright (stable34)
No files were found with the provided path: playwright/test-results/
test-results/. No artifacts will be uploaded.
|
|
Playwright (master)
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-mandatory-state.spec.ts:81:2 › Mandatory Column Functionality › SelectedViewColumns - Checkboxes mutual exclusivity
85 passed (8.6m)
|
|
🎭 Playwright Run Summary
86 passed (9.0m)
|
|
🎭 Playwright Run Summary
86 passed (9.9m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-results-stable33
|
14.5 MB |
sha256:043b74d944a323c5272859a95ff57bd0946ddb1fbe188e64de61f21d3df59a44
|
|