fix(relation): Fix ellipsis for long selected relation labels #1518
playwright.yml
on: pull_request
Matrix: playwright
playwright-summary
6s
Annotations
18 errors and 3 notices
|
Playwright (stable33)
Process completed with exit code 1.
|
|
Playwright (stable33)
Process completed with exit code 1.
|
|
[chromium] βΊ playwright/e2e/column-text-link.spec.ts:16:2 βΊ Test column text-link βΊ Manage text-link column:
playwright/e2e/column-text-link.spec.ts#L44
1) [chromium] βΊ playwright/e2e/column-text-link.spec.ts:16:2 βΊ Test column text-link βΊ Manage text-link column
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('tr td a').filter({ hasText: 'nextcloud' }).first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('tr td a').filter({ hasText: 'nextcloud' }).first()
42 | await page.locator('[data-cy="createRowSaveButton"]').click()
43 |
> 44 | await expect(page.locator('tr td a').filter({ hasText: 'nextcloud' }).first()).toBeVisible()
| ^
45 | await expect(page.locator('tr td a').filter({ hasText: 'NC_server_test' }).first()).toBeVisible()
46 |
47 | const saveEditRow = async () => {
at /home/runner/work/tables/tables/playwright/e2e/column-text-link.spec.ts:44:82
|
|
[chromium] βΊ playwright/e2e/column-text-link.spec.ts:16:2 βΊ Test column text-link βΊ Manage text-link column:
playwright/e2e/column-text-link.spec.ts#L44
1) [chromium] βΊ playwright/e2e/column-text-link.spec.ts:16:2 βΊ Test column text-link βΊ Manage text-link column
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('tr td a').filter({ hasText: 'nextcloud' }).first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('tr td a').filter({ hasText: 'nextcloud' }).first()
42 | await page.locator('[data-cy="createRowSaveButton"]').click()
43 |
> 44 | await expect(page.locator('tr td a').filter({ hasText: 'nextcloud' }).first()).toBeVisible()
| ^
45 | await expect(page.locator('tr td a').filter({ hasText: 'NC_server_test' }).first()).toBeVisible()
46 |
47 | const saveEditRow = async () => {
at /home/runner/work/tables/tables/playwright/e2e/column-text-link.spec.ts:44:82
|
|
[chromium] βΊ playwright/e2e/column-text-link.spec.ts:16:2 βΊ Test column text-link βΊ Manage text-link column:
playwright/e2e/column-text-link.spec.ts#L44
1) [chromium] βΊ playwright/e2e/column-text-link.spec.ts:16:2 βΊ Test column text-link βΊ Manage text-link column
Error: expect(locator).toBeVisible() failed
Locator: locator('tr td a').filter({ hasText: 'nextcloud' }).first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('tr td a').filter({ hasText: 'nextcloud' }).first()
42 | await page.locator('[data-cy="createRowSaveButton"]').click()
43 |
> 44 | await expect(page.locator('tr td a').filter({ hasText: 'nextcloud' }).first()).toBeVisible()
| ^
45 | await expect(page.locator('tr td a').filter({ hasText: 'NC_server_test' }).first()).toBeVisible()
46 |
47 | const saveEditRow = async () => {
at /home/runner/work/tables/tables/playwright/e2e/column-text-link.spec.ts:44:82
|
|
Playwright (master)
Process completed with exit code 1.
|
|
Playwright (master)
Process completed with exit code 1.
|
|
Playwright (stable34)
Process completed with exit code 1.
|
|
[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
2) [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
|
|
Playwright (stable34)
Process completed with exit code 1.
|
|
[chromium] βΊ playwright/e2e/column-text-link.spec.ts:16:2 βΊ Test column text-link βΊ Manage text-link column:
playwright/e2e/column-text-link.spec.ts#L44
1) [chromium] βΊ playwright/e2e/column-text-link.spec.ts:16:2 βΊ Test column text-link βΊ Manage text-link column
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('tr td a').filter({ hasText: 'nextcloud' }).first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('tr td a').filter({ hasText: 'nextcloud' }).first()
42 | await page.locator('[data-cy="createRowSaveButton"]').click()
43 |
> 44 | await expect(page.locator('tr td a').filter({ hasText: 'nextcloud' }).first()).toBeVisible()
| ^
45 | await expect(page.locator('tr td a').filter({ hasText: 'NC_server_test' }).first()).toBeVisible()
46 |
47 | const saveEditRow = async () => {
at /home/runner/work/tables/tables/playwright/e2e/column-text-link.spec.ts:44:82
|
|
[chromium] βΊ playwright/e2e/column-text-link.spec.ts:16:2 βΊ Test column text-link βΊ Manage text-link column:
playwright/e2e/column-text-link.spec.ts#L44
1) [chromium] βΊ playwright/e2e/column-text-link.spec.ts:16:2 βΊ Test column text-link βΊ Manage text-link column
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('tr td a').filter({ hasText: 'nextcloud' }).first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('tr td a').filter({ hasText: 'nextcloud' }).first()
42 | await page.locator('[data-cy="createRowSaveButton"]').click()
43 |
> 44 | await expect(page.locator('tr td a').filter({ hasText: 'nextcloud' }).first()).toBeVisible()
| ^
45 | await expect(page.locator('tr td a').filter({ hasText: 'NC_server_test' }).first()).toBeVisible()
46 |
47 | const saveEditRow = async () => {
at /home/runner/work/tables/tables/playwright/e2e/column-text-link.spec.ts:44:82
|
|
[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
2) [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/work/tables/tables/playwright/e2e/tables-import-export-scheme.spec.ts:210:30
|
|
[chromium] βΊ playwright/e2e/column-text-link.spec.ts:16:2 βΊ Test column text-link βΊ Manage text-link column:
playwright/e2e/column-text-link.spec.ts#L44
1) [chromium] βΊ playwright/e2e/column-text-link.spec.ts:16:2 βΊ Test column text-link βΊ Manage text-link column
Error: expect(locator).toBeVisible() failed
Locator: locator('tr td a').filter({ hasText: 'nextcloud' }).first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('tr td a').filter({ hasText: 'nextcloud' }).first()
42 | await page.locator('[data-cy="createRowSaveButton"]').click()
43 |
> 44 | await expect(page.locator('tr td a').filter({ hasText: 'nextcloud' }).first()).toBeVisible()
| ^
45 | await expect(page.locator('tr td a').filter({ hasText: 'NC_server_test' }).first()).toBeVisible()
46 |
47 | const saveEditRow = async () => {
at /home/runner/work/tables/tables/playwright/e2e/column-text-link.spec.ts:44:82
|
|
[chromium] βΊ playwright/e2e/column-text-link.spec.ts:16:2 βΊ Test column text-link βΊ Manage text-link column:
playwright/e2e/column-text-link.spec.ts#L44
1) [chromium] βΊ playwright/e2e/column-text-link.spec.ts:16:2 βΊ Test column text-link βΊ Manage text-link column
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('tr td a').filter({ hasText: 'nextcloud' }).first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('tr td a').filter({ hasText: 'nextcloud' }).first()
42 | await page.locator('[data-cy="createRowSaveButton"]').click()
43 |
> 44 | await expect(page.locator('tr td a').filter({ hasText: 'nextcloud' }).first()).toBeVisible()
| ^
45 | await expect(page.locator('tr td a').filter({ hasText: 'NC_server_test' }).first()).toBeVisible()
46 |
47 | const saveEditRow = async () => {
at /home/runner/work/tables/tables/playwright/e2e/column-text-link.spec.ts:44:82
|
|
[chromium] βΊ playwright/e2e/column-text-link.spec.ts:16:2 βΊ Test column text-link βΊ Manage text-link column:
playwright/e2e/column-text-link.spec.ts#L44
1) [chromium] βΊ playwright/e2e/column-text-link.spec.ts:16:2 βΊ Test column text-link βΊ Manage text-link column
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('tr td a').filter({ hasText: 'nextcloud' }).first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('tr td a').filter({ hasText: 'nextcloud' }).first()
42 | await page.locator('[data-cy="createRowSaveButton"]').click()
43 |
> 44 | await expect(page.locator('tr td a').filter({ hasText: 'nextcloud' }).first()).toBeVisible()
| ^
45 | await expect(page.locator('tr td a').filter({ hasText: 'NC_server_test' }).first()).toBeVisible()
46 |
47 | const saveEditRow = async () => {
at /home/runner/work/tables/tables/playwright/e2e/column-text-link.spec.ts:44:82
|
|
[chromium] βΊ playwright/e2e/column-text-link.spec.ts:16:2 βΊ Test column text-link βΊ Manage text-link column:
playwright/e2e/column-text-link.spec.ts#L44
1) [chromium] βΊ playwright/e2e/column-text-link.spec.ts:16:2 βΊ Test column text-link βΊ Manage text-link column
Error: expect(locator).toBeVisible() failed
Locator: locator('tr td a').filter({ hasText: 'nextcloud' }).first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('tr td a').filter({ hasText: 'nextcloud' }).first()
42 | await page.locator('[data-cy="createRowSaveButton"]').click()
43 |
> 44 | await expect(page.locator('tr td a').filter({ hasText: 'nextcloud' }).first()).toBeVisible()
| ^
45 | await expect(page.locator('tr td a').filter({ hasText: 'NC_server_test' }).first()).toBeVisible()
46 |
47 | const saveEditRow = async () => {
at /home/runner/work/tables/tables/playwright/e2e/column-text-link.spec.ts:44:82
|
|
playwright-summary
Process completed with exit code 1.
|
|
π Playwright Run Summary
1 failed
[chromium] βΊ playwright/e2e/column-text-link.spec.ts:16:2 βΊ Test column text-link βΊ Manage text-link column
84 passed (9.1m)
|
|
π Playwright Run Summary
1 failed
[chromium] βΊ playwright/e2e/column-text-link.spec.ts:16:2 βΊ Test column text-link βΊ Manage text-link column
1 flaky
[chromium] βΊ playwright/e2e/view.spec.ts:175:2 βΊ Interact with views βΊ Create view and delete rows in the view
83 passed (9.4m)
|
|
π Playwright Run Summary
1 failed
[chromium] βΊ playwright/e2e/column-text-link.spec.ts:16:2 βΊ Test column text-link βΊ Manage text-link column
1 flaky
[chromium] βΊ playwright/e2e/tables-import-export-scheme.spec.ts:201:2 βΊ Import Export Scheme βΊ Import table from scheme
83 passed (9.2m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-results-master
Expired
|
27.7 MB |
sha256:a20d8cdb48f6db78b2f648fdaecc395cdbcedaa14479c78d4456547fbe624db4
|
|
|
playwright-results-stable33
Expired
|
7.12 MB |
sha256:1c01af5dc6a46e679f8a164974565451a4e10fb4b0907b32b9407b364f532d05
|
|
|
playwright-results-stable34
Expired
|
12.2 MB |
sha256:402931035c8431119ea58ebae35b96625368f60432aeea416a51e14a167eade2
|
|