Add notification for async import finished event #1538
playwright.yml
on: pull_request
Matrix: playwright
playwright-summary
7s
Annotations
3 errors, 2 warnings, and 3 notices
|
[chromium] › playwright/e2e/view-mandatory-state.spec.ts:59:2 › Mandatory Column Functionality › SelectedViewColumns - Mandatory Checkbox display:
playwright/e2e/view-mandatory-state.spec.ts#L74
2) [chromium] › playwright/e2e/view-mandatory-state.spec.ts:59:2 › Mandatory Column Functionality › SelectedViewColumns - Mandatory Checkbox display
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
72 | const entry = page.locator('.column-entry', { hasText: colTitle })
73 | await entry.hover()
> 74 | await entry.locator('[data-cy="customColumnAction"] button').click({ force: true })
| ^
75 | }
76 |
77 | await openColumnMenu('title')
at openColumnMenu (/home/runner/work/tables/tables/playwright/e2e/view-mandatory-state.spec.ts:74:65)
at /home/runner/work/tables/tables/playwright/e2e/view-mandatory-state.spec.ts:77:3
|
|
[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 (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
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-mandatory-state.spec.ts:59:2 › Mandatory Column Functionality › SelectedViewColumns - Mandatory Checkbox display
83 passed (9.2m)
|
|
🎭 Playwright Run Summary
85 passed (16.5m)
|
|
🎭 Playwright Run Summary
85 passed (21.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-results-stable33
Expired
|
24.3 MB |
sha256:6587194ff0c2849afd09a1bf3811d6730fd4d09140883614db5fca45efe81769
|
|