fix: update return type #1391
playwright.yml
on: pull_request
Matrix: playwright
playwright-summary
6s
Annotations
9 errors, 1 warning, and 3 notices
|
[chromium] βΊ playwright/e2e/tables-sharing-link.spec.ts:138:2 βΊ Public link sharing βΊ Create:
playwright/e2e/tables-sharing-link.spec.ts#L28
2) [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
2) [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.
|
|
[chromium] βΊ playwright/e2e/tables-rows.spec.ts:109:2 βΊ Rows for a table βΊ Check mandatory fields error:
playwright/e2e/tables-rows.spec.ts#L123
1) [chromium] βΊ playwright/e2e/tables-rows.spec.ts:109:2 βΊ Rows for a table βΊ Check mandatory fields error
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('[data-cy="createRowBtn"]')
121 |
122 | await loadTable(page, 'to do list')
> 123 | await page.locator('[data-cy="createRowBtn"]').click({ force: true })
| ^
124 |
125 | await expect(page.locator('[data-cy="createRowModal"] .notecard--error')).toBeVisible()
126 | await expect(page.locator('[data-cy="createRowSaveButton"]')).toBeDisabled()
at /home/runner/work/tables/tables/playwright/e2e/tables-rows.spec.ts:123:50
|
|
[chromium] βΊ playwright/e2e/tables-rows.spec.ts:109:2 βΊ Rows for a table βΊ Check mandatory fields error:
playwright/e2e/tables-rows.spec.ts#L0
1) [chromium] βΊ playwright/e2e/tables-rows.spec.ts:109:2 βΊ Rows for a table βΊ Check mandatory fields error
Test timeout of 60000ms exceeded.
|
|
Playwright (master)
Process completed with exit code 1.
|
|
[chromium] βΊ playwright/e2e/context-navigation.spec.ts:27:2 βΊ Test context navigation βΊ Create context that is hidden in nav by default:
playwright/e2e/context-navigation.spec.ts#L63
1) [chromium] βΊ playwright/e2e/context-navigation.spec.ts:27:2 βΊ Test context navigation βΊ Create context that is hidden in nav by default
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.app-menu__grid .app-item[title="test application hidden"]')
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.app-menu__grid .app-item[title="test application hidden"]')
61 | ).toBeChecked()
62 |
> 63 | await expect(await getAppMenuEntry(page, contextTitle)).toBeVisible()
| ^
64 | })
65 | })
66 |
at /home/runner/work/tables/tables/playwright/e2e/context-navigation.spec.ts:63:59
|
|
[chromium] βΊ playwright/e2e/context-navigation.spec.ts:27:2 βΊ Test context navigation βΊ Create context that is hidden in nav by default:
playwright/e2e/context-navigation.spec.ts#L63
1) [chromium] βΊ playwright/e2e/context-navigation.spec.ts:27:2 βΊ Test context navigation βΊ Create context that is hidden in nav by default
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.app-menu__grid .app-item[title="test application hidden"]')
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.app-menu__grid .app-item[title="test application hidden"]')
61 | ).toBeChecked()
62 |
> 63 | await expect(await getAppMenuEntry(page, contextTitle)).toBeVisible()
| ^
64 | })
65 | })
66 |
at /home/runner/work/tables/tables/playwright/e2e/context-navigation.spec.ts:63:59
|
|
[chromium] βΊ playwright/e2e/context-navigation.spec.ts:27:2 βΊ Test context navigation βΊ Create context that is hidden in nav by default:
playwright/e2e/context-navigation.spec.ts#L63
1) [chromium] βΊ playwright/e2e/context-navigation.spec.ts:27:2 βΊ Test context navigation βΊ Create context that is hidden in nav by default
Error: expect(locator).toBeVisible() failed
Locator: locator('.app-menu__grid .app-item[title="test application hidden"]')
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.app-menu__grid .app-item[title="test application hidden"]')
61 | ).toBeChecked()
62 |
> 63 | await expect(await getAppMenuEntry(page, contextTitle)).toBeVisible()
| ^
64 | })
65 | })
66 |
at /home/runner/work/tables/tables/playwright/e2e/context-navigation.spec.ts:63:59
|
|
playwright-summary
Process completed with exit code 1.
|
|
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 (7.8m)
|
|
π Playwright Run Summary
2 flaky
[chromium] βΊ playwright/e2e/tables-rows.spec.ts:109:2 βΊ Rows for a table βΊ Check mandatory fields error
[chromium] βΊ playwright/e2e/tables-sharing-link.spec.ts:138:2 βΊ Public link sharing βΊ Create, access and delete a password protected public link share
83 passed (9.5m)
|
|
π Playwright Run Summary
1 failed
[chromium] βΊ playwright/e2e/context-navigation.spec.ts:27:2 βΊ Test context navigation βΊ Create context that is hidden in nav by default
84 passed (8.8m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-results-master
Expired
|
5.53 MB |
sha256:57f245d290188a64fd9af1f9551c31e017ca9e4233dd938b01f1bb8e2f897cb3
|
|
|
playwright-results-stable33
Expired
|
36.8 MB |
sha256:a09597dfc3dc5e86111987805ab1cc751602024e4f527838f8b5518b11ab81b8
|
|