feat(tests): Migrate some tests from Cypress to Playwright #8
playwright.yml
on: pull_request
Matrix: playwright
playwright-summary
7s
Annotations
21 errors and 2 notices
|
[chromium] βΊ playwright/e2e/tables-import.spec.ts:116:2 βΊ Import csv βΊ Import csv from device:
playwright/e2e/tables-import.spec.ts#L128
3) [chromium] βΊ playwright/e2e/tables-import.spec.ts:116:2 βΊ Import csv βΊ Import csv from device β
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('.file_import__preview tbody tr')
Expected: 4
Received: 0
Timeout: 20000ms
Call log:
- Expect "toHaveCount" with timeout 20000ms
- waiting for locator('.file_import__preview tbody tr')
24 Γ locator resolved to 0 elements
- unexpected value "0"
126 |
127 | await page.locator('.modal__content button').filter({ hasText: 'Preview' }).click()
> 128 | await expect(page.locator('.file_import__preview tbody tr')).toHaveCount(4, { timeout: 20000 })
| ^
129 |
130 | const importUploadReqPromise = page.waitForResponse(response => response.url().includes('/apps/tables/importupload/table/') && response.request().method() === 'POST')
131 | await page.locator('.modal__content').getByRole('button', { name: /^Import$/ }).click()
at /home/runner/work/tables/tables/playwright/e2e/tables-import.spec.ts:128:64
|
|
[chromium] βΊ playwright/e2e/tables-import.spec.ts:116:2 βΊ Import csv βΊ Import csv from device:
playwright/e2e/tables-import.spec.ts#L128
3) [chromium] βΊ playwright/e2e/tables-import.spec.ts:116:2 βΊ Import csv βΊ Import csv from device β
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('.file_import__preview tbody tr')
Expected: 4
Received: 0
Timeout: 20000ms
Call log:
- Expect "toHaveCount" with timeout 20000ms
- waiting for locator('.file_import__preview tbody tr')
24 Γ locator resolved to 0 elements
- unexpected value "0"
126 |
127 | await page.locator('.modal__content button').filter({ hasText: 'Preview' }).click()
> 128 | await expect(page.locator('.file_import__preview tbody tr')).toHaveCount(4, { timeout: 20000 })
| ^
129 |
130 | const importUploadReqPromise = page.waitForResponse(response => response.url().includes('/apps/tables/importupload/table/') && response.request().method() === 'POST')
131 | await page.locator('.modal__content').getByRole('button', { name: /^Import$/ }).click()
at /home/runner/work/tables/tables/playwright/e2e/tables-import.spec.ts:128:64
|
|
[chromium] βΊ playwright/e2e/tables-import.spec.ts:116:2 βΊ Import csv βΊ Import csv from device:
playwright/e2e/tables-import.spec.ts#L0
3) [chromium] βΊ playwright/e2e/tables-import.spec.ts:116:2 βΊ Import csv βΊ Import csv from device β
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Test timeout of 30000ms exceeded.
|
|
[chromium] βΊ playwright/e2e/tables-import.spec.ts:116:2 βΊ Import csv βΊ Import csv from device:
playwright/e2e/tables-import.spec.ts#L128
3) [chromium] βΊ playwright/e2e/tables-import.spec.ts:116:2 βΊ Import csv βΊ Import csv from device β
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('.file_import__preview tbody tr')
Expected: 4
Received: 0
Timeout: 20000ms
Call log:
- Expect "toHaveCount" with timeout 20000ms
- waiting for locator('.file_import__preview tbody tr')
24 Γ locator resolved to 0 elements
- unexpected value "0"
126 |
127 | await page.locator('.modal__content button').filter({ hasText: 'Preview' }).click()
> 128 | await expect(page.locator('.file_import__preview tbody tr')).toHaveCount(4, { timeout: 20000 })
| ^
129 |
130 | const importUploadReqPromise = page.waitForResponse(response => response.url().includes('/apps/tables/importupload/table/') && response.request().method() === 'POST')
131 | await page.locator('.modal__content').getByRole('button', { name: /^Import$/ }).click()
at /home/runner/work/tables/tables/playwright/e2e/tables-import.spec.ts:128:64
|
|
[chromium] βΊ playwright/e2e/tables-import.spec.ts:85:2 βΊ Import csv βΊ Import csv from Files:
playwright/e2e/tables-import.spec.ts#L101
2) [chromium] βΊ playwright/e2e/tables-import.spec.ts:85:2 βΊ Import csv βΊ Import csv from Files βββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('.file_import__preview tbody tr')
Expected: 4
Received: 0
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('.file_import__preview tbody tr')
9 Γ locator resolved to 0 elements
- unexpected value "0"
99 |
100 | await page.locator('.modal__content button').filter({ hasText: 'Preview' }).click()
> 101 | await expect(page.locator('.file_import__preview tbody tr')).toHaveCount(4)
| ^
102 |
103 | const importUploadReqPromise = page.waitForResponse(response => response.url().includes('/apps/tables/import/table/') && response.request().method() === 'POST')
104 | await page.locator('.modal__content').getByRole('button', { name: /^Import$/ }).click()
at /home/runner/work/tables/tables/playwright/e2e/tables-import.spec.ts:101:64
|
|
[chromium] βΊ playwright/e2e/tables-import.spec.ts:85:2 βΊ Import csv βΊ Import csv from Files:
playwright/e2e/tables-import.spec.ts#L101
2) [chromium] βΊ playwright/e2e/tables-import.spec.ts:85:2 βΊ Import csv βΊ Import csv from Files βββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('.file_import__preview tbody tr')
Expected: 4
Received: 0
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('.file_import__preview tbody tr')
9 Γ locator resolved to 0 elements
- unexpected value "0"
99 |
100 | await page.locator('.modal__content button').filter({ hasText: 'Preview' }).click()
> 101 | await expect(page.locator('.file_import__preview tbody tr')).toHaveCount(4)
| ^
102 |
103 | const importUploadReqPromise = page.waitForResponse(response => response.url().includes('/apps/tables/import/table/') && response.request().method() === 'POST')
104 | await page.locator('.modal__content').getByRole('button', { name: /^Import$/ }).click()
at /home/runner/work/tables/tables/playwright/e2e/tables-import.spec.ts:101:64
|
|
[chromium] βΊ playwright/e2e/tables-import.spec.ts:85:2 βΊ Import csv βΊ Import csv from Files:
playwright/e2e/tables-import.spec.ts#L101
2) [chromium] βΊ playwright/e2e/tables-import.spec.ts:85:2 βΊ Import csv βΊ Import csv from Files βββ
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('.file_import__preview tbody tr')
Expected: 4
Received: 0
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('.file_import__preview tbody tr')
9 Γ locator resolved to 0 elements
- unexpected value "0"
99 |
100 | await page.locator('.modal__content button').filter({ hasText: 'Preview' }).click()
> 101 | await expect(page.locator('.file_import__preview tbody tr')).toHaveCount(4)
| ^
102 |
103 | const importUploadReqPromise = page.waitForResponse(response => response.url().includes('/apps/tables/import/table/') && response.request().method() === 'POST')
104 | await page.locator('.modal__content').getByRole('button', { name: /^Import$/ }).click()
at /home/runner/work/tables/tables/playwright/e2e/tables-import.spec.ts:101:64
|
|
[chromium] βΊ playwright/e2e/context-navigation.spec.ts:74:2 βΊ Test context navigation βΊ Create context that shows in nav by default:
playwright/e2e/context-navigation.spec.ts#L86
1) [chromium] βΊ playwright/e2e/context-navigation.spec.ts:74:2 βΊ Test context navigation βΊ Create context that shows in nav by default
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('nav[aria-label="Applications menu"]').locator('[title="test application shown"]')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('nav[aria-label="Applications menu"]').locator('[title="test application shown"]')
84 |
85 | // Confirming that the context is shown in the navigation for the owner
> 86 | await expect(appMenuEntry(page, contextTitle)).toBeVisible()
| ^
87 |
88 | await loadContext(page, contextTitle)
89 | await expect(page.locator('[data-cy="context-title"]')).toBeVisible()
at /home/runner/work/tables/tables/playwright/e2e/context-navigation.spec.ts:86:50
|
|
[chromium] βΊ playwright/e2e/context-navigation.spec.ts:74:2 βΊ Test context navigation βΊ Create context that shows in nav by default:
playwright/e2e/context-navigation.spec.ts#L86
1) [chromium] βΊ playwright/e2e/context-navigation.spec.ts:74:2 βΊ Test context navigation βΊ Create context that shows in nav by default
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('nav[aria-label="Applications menu"]').locator('[title="test application shown"]')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('nav[aria-label="Applications menu"]').locator('[title="test application shown"]')
84 |
85 | // Confirming that the context is shown in the navigation for the owner
> 86 | await expect(appMenuEntry(page, contextTitle)).toBeVisible()
| ^
87 |
88 | await loadContext(page, contextTitle)
89 | await expect(page.locator('[data-cy="context-title"]')).toBeVisible()
at /home/runner/work/tables/tables/playwright/e2e/context-navigation.spec.ts:86:50
|
|
[chromium] βΊ playwright/e2e/context-navigation.spec.ts:74:2 βΊ Test context navigation βΊ Create context that shows in nav by default:
playwright/e2e/context-navigation.spec.ts#L86
1) [chromium] βΊ playwright/e2e/context-navigation.spec.ts:74:2 βΊ Test context navigation βΊ Create context that shows in nav by default
Error: expect(locator).toBeVisible() failed
Locator: locator('nav[aria-label="Applications menu"]').locator('[title="test application shown"]')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('nav[aria-label="Applications menu"]').locator('[title="test application shown"]')
84 |
85 | // Confirming that the context is shown in the navigation for the owner
> 86 | await expect(appMenuEntry(page, contextTitle)).toBeVisible()
| ^
87 |
88 | await loadContext(page, contextTitle)
89 | await expect(page.locator('[data-cy="context-title"]')).toBeVisible()
at /home/runner/work/tables/tables/playwright/e2e/context-navigation.spec.ts:86:50
|
|
[chromium] βΊ playwright/e2e/tables-import.spec.ts:116:2 βΊ Import csv βΊ Import csv from device:
playwright/e2e/tables-import.spec.ts#L128
3) [chromium] βΊ playwright/e2e/tables-import.spec.ts:116:2 βΊ Import csv βΊ Import csv from device β
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('.file_import__preview tbody tr')
Expected: 4
Received: 0
Timeout: 20000ms
Call log:
- Expect "toHaveCount" with timeout 20000ms
- waiting for locator('.file_import__preview tbody tr')
24 Γ locator resolved to 0 elements
- unexpected value "0"
126 |
127 | await page.locator('.modal__content button').filter({ hasText: 'Preview' }).click()
> 128 | await expect(page.locator('.file_import__preview tbody tr')).toHaveCount(4, { timeout: 20000 })
| ^
129 |
130 | const importUploadReqPromise = page.waitForResponse(response => response.url().includes('/apps/tables/importupload/table/') && response.request().method() === 'POST')
131 | await page.locator('.modal__content').getByRole('button', { name: /^Import$/ }).click()
at /home/runner/work/tables/tables/playwright/e2e/tables-import.spec.ts:128:64
|
|
[chromium] βΊ playwright/e2e/tables-import.spec.ts:116:2 βΊ Import csv βΊ Import csv from device:
playwright/e2e/tables-import.spec.ts#L128
3) [chromium] βΊ playwright/e2e/tables-import.spec.ts:116:2 βΊ Import csv βΊ Import csv from device β
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('.file_import__preview tbody tr')
Expected: 4
Received: 0
Timeout: 20000ms
Call log:
- Expect "toHaveCount" with timeout 20000ms
- waiting for locator('.file_import__preview tbody tr')
24 Γ locator resolved to 0 elements
- unexpected value "0"
126 |
127 | await page.locator('.modal__content button').filter({ hasText: 'Preview' }).click()
> 128 | await expect(page.locator('.file_import__preview tbody tr')).toHaveCount(4, { timeout: 20000 })
| ^
129 |
130 | const importUploadReqPromise = page.waitForResponse(response => response.url().includes('/apps/tables/importupload/table/') && response.request().method() === 'POST')
131 | await page.locator('.modal__content').getByRole('button', { name: /^Import$/ }).click()
at /home/runner/work/tables/tables/playwright/e2e/tables-import.spec.ts:128:64
|
|
[chromium] βΊ playwright/e2e/tables-import.spec.ts:116:2 βΊ Import csv βΊ Import csv from device:
playwright/e2e/tables-import.spec.ts#L0
3) [chromium] βΊ playwright/e2e/tables-import.spec.ts:116:2 βΊ Import csv βΊ Import csv from device β
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Test timeout of 30000ms exceeded.
|
|
[chromium] βΊ playwright/e2e/tables-import.spec.ts:116:2 βΊ Import csv βΊ Import csv from device:
playwright/e2e/tables-import.spec.ts#L128
3) [chromium] βΊ playwright/e2e/tables-import.spec.ts:116:2 βΊ Import csv βΊ Import csv from device β
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('.file_import__preview tbody tr')
Expected: 4
Received: 0
Timeout: 20000ms
Call log:
- Expect "toHaveCount" with timeout 20000ms
- waiting for locator('.file_import__preview tbody tr')
24 Γ locator resolved to 0 elements
- unexpected value "0"
126 |
127 | await page.locator('.modal__content button').filter({ hasText: 'Preview' }).click()
> 128 | await expect(page.locator('.file_import__preview tbody tr')).toHaveCount(4, { timeout: 20000 })
| ^
129 |
130 | const importUploadReqPromise = page.waitForResponse(response => response.url().includes('/apps/tables/importupload/table/') && response.request().method() === 'POST')
131 | await page.locator('.modal__content').getByRole('button', { name: /^Import$/ }).click()
at /home/runner/work/tables/tables/playwright/e2e/tables-import.spec.ts:128:64
|
|
[chromium] βΊ playwright/e2e/tables-import.spec.ts:85:2 βΊ Import csv βΊ Import csv from Files:
playwright/e2e/tables-import.spec.ts#L101
2) [chromium] βΊ playwright/e2e/tables-import.spec.ts:85:2 βΊ Import csv βΊ Import csv from Files βββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('.file_import__preview tbody tr')
Expected: 4
Received: 0
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('.file_import__preview tbody tr')
9 Γ locator resolved to 0 elements
- unexpected value "0"
99 |
100 | await page.locator('.modal__content button').filter({ hasText: 'Preview' }).click()
> 101 | await expect(page.locator('.file_import__preview tbody tr')).toHaveCount(4)
| ^
102 |
103 | const importUploadReqPromise = page.waitForResponse(response => response.url().includes('/apps/tables/import/table/') && response.request().method() === 'POST')
104 | await page.locator('.modal__content').getByRole('button', { name: /^Import$/ }).click()
at /home/runner/work/tables/tables/playwright/e2e/tables-import.spec.ts:101:64
|
|
[chromium] βΊ playwright/e2e/tables-import.spec.ts:85:2 βΊ Import csv βΊ Import csv from Files:
playwright/e2e/tables-import.spec.ts#L101
2) [chromium] βΊ playwright/e2e/tables-import.spec.ts:85:2 βΊ Import csv βΊ Import csv from Files βββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('.file_import__preview tbody tr')
Expected: 4
Received: 0
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('.file_import__preview tbody tr')
9 Γ locator resolved to 0 elements
- unexpected value "0"
99 |
100 | await page.locator('.modal__content button').filter({ hasText: 'Preview' }).click()
> 101 | await expect(page.locator('.file_import__preview tbody tr')).toHaveCount(4)
| ^
102 |
103 | const importUploadReqPromise = page.waitForResponse(response => response.url().includes('/apps/tables/import/table/') && response.request().method() === 'POST')
104 | await page.locator('.modal__content').getByRole('button', { name: /^Import$/ }).click()
at /home/runner/work/tables/tables/playwright/e2e/tables-import.spec.ts:101:64
|
|
[chromium] βΊ playwright/e2e/tables-import.spec.ts:85:2 βΊ Import csv βΊ Import csv from Files:
playwright/e2e/tables-import.spec.ts#L101
2) [chromium] βΊ playwright/e2e/tables-import.spec.ts:85:2 βΊ Import csv βΊ Import csv from Files βββ
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('.file_import__preview tbody tr')
Expected: 4
Received: 0
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('.file_import__preview tbody tr')
9 Γ locator resolved to 0 elements
- unexpected value "0"
99 |
100 | await page.locator('.modal__content button').filter({ hasText: 'Preview' }).click()
> 101 | await expect(page.locator('.file_import__preview tbody tr')).toHaveCount(4)
| ^
102 |
103 | const importUploadReqPromise = page.waitForResponse(response => response.url().includes('/apps/tables/import/table/') && response.request().method() === 'POST')
104 | await page.locator('.modal__content').getByRole('button', { name: /^Import$/ }).click()
at /home/runner/work/tables/tables/playwright/e2e/tables-import.spec.ts:101:64
|
|
[chromium] βΊ playwright/e2e/context-navigation.spec.ts:74:2 βΊ Test context navigation βΊ Create context that shows in nav by default:
playwright/e2e/context-navigation.spec.ts#L86
1) [chromium] βΊ playwright/e2e/context-navigation.spec.ts:74:2 βΊ Test context navigation βΊ Create context that shows in nav by default
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('nav[aria-label="Applications menu"]').locator('[title="test application shown"]')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('nav[aria-label="Applications menu"]').locator('[title="test application shown"]')
84 |
85 | // Confirming that the context is shown in the navigation for the owner
> 86 | await expect(appMenuEntry(page, contextTitle)).toBeVisible()
| ^
87 |
88 | await loadContext(page, contextTitle)
89 | await expect(page.locator('[data-cy="context-title"]')).toBeVisible()
at /home/runner/work/tables/tables/playwright/e2e/context-navigation.spec.ts:86:50
|
|
[chromium] βΊ playwright/e2e/context-navigation.spec.ts:74:2 βΊ Test context navigation βΊ Create context that shows in nav by default:
playwright/e2e/context-navigation.spec.ts#L86
1) [chromium] βΊ playwright/e2e/context-navigation.spec.ts:74:2 βΊ Test context navigation βΊ Create context that shows in nav by default
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('nav[aria-label="Applications menu"]').locator('[title="test application shown"]')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('nav[aria-label="Applications menu"]').locator('[title="test application shown"]')
84 |
85 | // Confirming that the context is shown in the navigation for the owner
> 86 | await expect(appMenuEntry(page, contextTitle)).toBeVisible()
| ^
87 |
88 | await loadContext(page, contextTitle)
89 | await expect(page.locator('[data-cy="context-title"]')).toBeVisible()
at /home/runner/work/tables/tables/playwright/e2e/context-navigation.spec.ts:86:50
|
|
[chromium] βΊ playwright/e2e/context-navigation.spec.ts:74:2 βΊ Test context navigation βΊ Create context that shows in nav by default:
playwright/e2e/context-navigation.spec.ts#L86
1) [chromium] βΊ playwright/e2e/context-navigation.spec.ts:74:2 βΊ Test context navigation βΊ Create context that shows in nav by default
Error: expect(locator).toBeVisible() failed
Locator: locator('nav[aria-label="Applications menu"]').locator('[title="test application shown"]')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('nav[aria-label="Applications menu"]').locator('[title="test application shown"]')
84 |
85 | // Confirming that the context is shown in the navigation for the owner
> 86 | await expect(appMenuEntry(page, contextTitle)).toBeVisible()
| ^
87 |
88 | await loadContext(page, contextTitle)
89 | await expect(page.locator('[data-cy="context-title"]')).toBeVisible()
at /home/runner/work/tables/tables/playwright/e2e/context-navigation.spec.ts:86:50
|
|
playwright-summary
Process completed with exit code 1.
|
|
π Playwright Run Summary
8 failed
[chromium] βΊ playwright/e2e/context-navigation.spec.ts:74:2 βΊ Test context navigation βΊ Create context that shows in nav by default
[chromium] βΊ playwright/e2e/tables-import.spec.ts:85:2 βΊ Import csv βΊ Import csv from Files ββββ
[chromium] βΊ playwright/e2e/tables-import.spec.ts:116:2 βΊ Import csv βΊ Import csv from device ββ
[chromium] βΊ playwright/e2e/tables-import.spec.ts:143:2 βΊ Import csv βΊ Import csv from device with updating of existent files
[chromium] βΊ playwright/e2e/tables-import.spec.ts:196:2 βΊ Import csv from Files file action βΊ Import to new table
[chromium] βΊ playwright/e2e/tables-import.spec.ts:217:2 βΊ Import csv from Files file action βΊ Import to existing table
[chromium] βΊ playwright/e2e/tables-table.spec.ts:39:2 βΊ Manage a table βΊ Create with import ββββ
[chromium] βΊ playwright/e2e/view-filtering-selection.spec.ts:228:2 βΊ Filtering in a view by selection columns βΊ Filter view removes rows that no longer match
73 passed (25.2m)
|
|
π Playwright Run Summary
8 failed
[chromium] βΊ playwright/e2e/context-navigation.spec.ts:74:2 βΊ Test context navigation βΊ Create context that shows in nav by default
[chromium] βΊ playwright/e2e/tables-import.spec.ts:85:2 βΊ Import csv βΊ Import csv from Files ββββ
[chromium] βΊ playwright/e2e/tables-import.spec.ts:116:2 βΊ Import csv βΊ Import csv from device ββ
[chromium] βΊ playwright/e2e/tables-import.spec.ts:143:2 βΊ Import csv βΊ Import csv from device with updating of existent files
[chromium] βΊ playwright/e2e/tables-import.spec.ts:196:2 βΊ Import csv from Files file action βΊ Import to new table
[chromium] βΊ playwright/e2e/tables-import.spec.ts:217:2 βΊ Import csv from Files file action βΊ Import to existing table
[chromium] βΊ playwright/e2e/tables-table.spec.ts:39:2 βΊ Manage a table βΊ Create with import ββββ
[chromium] βΊ playwright/e2e/view-filtering-selection.spec.ts:228:2 βΊ Filtering in a view by selection columns βΊ Filter view removes rows that no longer match
2 flaky
[chromium] βΊ playwright/e2e/column-datetime.spec.ts:14:2 βΊ Test column date and time βΊ Manage date and time column
[chromium] βΊ playwright/e2e/view-mandatory-state.spec.ts:50:2 βΊ Mandatory Column Functionality βΊ SelectedViewColumns - Checkboxes mutual exclusivity
71 passed (25.4m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-results-master
Expired
|
66.2 MB |
sha256:b5b2b354fecf4fb07b29aea081e0780fa592f787328abf0c1ae7126dc33b5525
|
|
|
playwright-results-stable33
Expired
|
56.3 MB |
sha256:9eb054b01320016f3fdf7341041159fb531c660e464f0f02eb3169b7854004a5
|
|