fix(navigation): keep parent table expanded when opening a view #1467
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"]')
- 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/view-mandatory-state.spec.ts:81:2 › Mandatory Column Functionality › SelectedViewColumns - Checkboxes mutual exclusivity:
playwright/e2e/view-mandatory-state.spec.ts#L95
2) [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/work/tables/tables/playwright/e2e/view-mandatory-state.spec.ts:95:65)
at /home/runner/work/tables/tables/playwright/e2e/view-mandatory-state.spec.ts:99:3
|
|
[chromium] › playwright/e2e/tables-sharing-link.spec.ts:138:2 › Public link sharing › Create:
playwright/e2e/tables-sharing-link.spec.ts#L28
1) [chromium] › playwright/e2e/tables-sharing-link.spec.ts:138:2 › Public link sharing › Create, access and delete a password protected public link share
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:143:28
|
|
[chromium] › playwright/e2e/tables-sharing-link.spec.ts:138:2 › Public link sharing › Create:
playwright/e2e/tables-sharing-link.spec.ts#L0
1) [chromium] › playwright/e2e/tables-sharing-link.spec.ts:138:2 › Public link sharing › Create, access and delete a password protected public link share
Test timeout of 120000ms exceeded.
|
|
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 (8.1m)
|
|
🎭 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 (8.3m)
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › playwright/e2e/tables-sharing-link.spec.ts:138:2 › Public link sharing › Create, access and delete a password protected public link share
[chromium] › playwright/e2e/view-mandatory-state.spec.ts:81:2 › Mandatory Column Functionality › SelectedViewColumns - Checkboxes mutual exclusivity
83 passed (9.6m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-results-master
Expired
|
21.1 MB |
sha256:b16debfc397086cbbd75cabb698db709c42a9ec0186a0526f6f19e08c31050a9
|
|
|
playwright-results-stable33
Expired
|
25.2 MB |
sha256:935267ac92be660aea23cfc5029a0d40913250d94b9723ef5de83258d575664c
|
|