chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.62.5 (main) #1540
playwright.yml
on: pull_request
Matrix: playwright
playwright-summary
5s
Annotations
4 errors, 2 warnings, and 3 notices
|
[chromium] › playwright/e2e/view.spec.ts:151:2 › Interact with views › Create view and make column readonly in the view:
playwright/e2e/view.spec.ts#L164
3) [chromium] › playwright/e2e/view.spec.ts:151:2 › Interact with views › Create view and make column readonly in the view
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-51-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
162 | // trigger three dot menu and select readonly
163 | await page.locator('.column-entry', { hasText: 'title' }).hover()
> 164 | await page.locator('.column-entry', { hasText: 'title' }).locator('[data-cy="customColumnAction"] button').click({ force: true })
| ^
165 | await page.locator('[data-cy="columnReadonlyCheckbox"]').filter({ hasText: 'Read only' }).click()
166 |
167 | // save view
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/view.spec.ts:164:110
|
|
[chromium] › playwright/e2e/tables-share.spec.ts:14:2 › Share a table › Share table:
playwright/e2e/tables-share.spec.ts#L30
2) [chromium] › playwright/e2e/tables-share.spec.ts:14:2 › Share a table › Share table ───────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('[data-cy="customTableAction"] button')
28 | await loadTable(page, tableTitle)
29 |
> 30 | await page.locator('[data-cy="customTableAction"] button').click()
| ^
31 | await page.locator('[data-cy="dataTableShareBtn"]').click()
32 |
33 | const userSearchReqPromise = page.waitForResponse(r => r.url().includes(`/autocomplete/get?search=${localUser2.userId}`) && r.request().method() === 'GET')
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/tables-share.spec.ts:30:62
|
|
[chromium] › playwright/e2e/tables-share.spec.ts:14:2 › Share a table › Share table:
playwright/e2e/tables-share.spec.ts#L0
2) [chromium] › playwright/e2e/tables-share.spec.ts:14:2 › Share a table › Share table ───────────
Test timeout of 120000ms exceeded.
|
|
[chromium] › playwright/e2e/tables-import-export-scheme.spec.ts:201:2 › Import Export Scheme › Import table from scheme:
playwright/e2e/tables-import-export-scheme.spec.ts#L210
1) [chromium] › playwright/e2e/tables-import-export-scheme.spec.ts:201:2 › Import Export Scheme › Import table from scheme
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-cy="navigationTableItem"]').filter({ hasText: 'Imported scheme table' })
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for locator('[data-cy="navigationTableItem"]').filter({ hasText: 'Imported scheme table' })
208 | .locator('[data-cy="navigationTableItem"]')
209 | .filter({ hasText: scheme.title })
> 210 | await expect(todoListItem).toBeVisible({ timeout: 10000 })
| ^
211 |
212 | await todoListItem.locator('a').first().click()
213 | await todoListItem
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/tables-import-export-scheme.spec.ts:210:30
|
|
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
85 passed (7.2m)
|
|
🎭 Playwright Run Summary
85 passed (8.1m)
|
|
🎭 Playwright Run Summary
3 flaky
[chromium] › playwright/e2e/tables-import-export-scheme.spec.ts:201:2 › Import Export Scheme › Import table from scheme
[chromium] › playwright/e2e/tables-share.spec.ts:14:2 › Share a table › Share table ────────────
[chromium] › playwright/e2e/view.spec.ts:151:2 › Interact with views › Create view and make column readonly in the view
82 passed (10.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-results-stable33
Expired
|
37.8 MB |
sha256:c7963f51db0019c736c89f925bdcfc60ab0c80c8d0aa976e4f02fd90f7013877
|
|