chore: Bump psalm and add rector #1510
Triggered via pull request
August 27, 2026 09:11
Status
Failure
Total duration
1h 39m 24s
Artifacts
3
playwright.yml
on: pull_request
Matrix: playwright
playwright-summary
8s
Annotations
34 errors and 3 notices
|
Playwright (stable34)
Process completed with exit code 1.
|
|
[chromium] βΊ playwright/e2e/column-datetime.spec.ts:43:2 βΊ Test column date and time βΊ Insert and test rows - default now:
playwright/support/commands.ts#L805
4) [chromium] βΊ playwright/e2e/column-datetime.spec.ts:43:2 βΊ Test column date and time βΊ Insert and test rows - default now
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:805
803 | .click()
804 | await page.waitForTimeout(10)
> 805 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
806 | await expect(
807 | page
808 | .locator('.custom-table table tr th .cell')
at createDatetimeColumn (/home/runner/work/tables/tables/playwright/support/commands.ts:805:64)
at /home/runner/work/tables/tables/playwright/e2e/column-datetime.spec.ts:71:3
|
|
[chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:40:2 βΊ Test column date βΊ Insert and test rows - default now:
playwright/support/commands.ts#L839
3) [chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:40:2 βΊ Test column date βΊ Insert and test rows - default now
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:839
837 | .click()
838 | await page.waitForTimeout(10)
> 839 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
840 | await expect(
841 | page
842 | .locator('.custom-table table tr th .cell')
at createDatetimeDateColumn (/home/runner/work/tables/tables/playwright/support/commands.ts:839:64)
at /home/runner/work/tables/tables/playwright/e2e/column-datetimeDate.spec.ts:67:3
|
|
[chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:40:2 βΊ Test column date βΊ Insert and test rows - default now:
playwright/support/commands.ts#L839
3) [chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:40:2 βΊ Test column date βΊ Insert and test rows - default now
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:839
837 | .click()
838 | await page.waitForTimeout(10)
> 839 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
840 | await expect(
841 | page
842 | .locator('.custom-table table tr th .cell')
at createDatetimeDateColumn (/home/runner/work/tables/tables/playwright/support/commands.ts:839:64)
at /home/runner/work/tables/tables/playwright/e2e/column-datetimeDate.spec.ts:67:3
|
|
[chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:40:2 βΊ Test column date βΊ Insert and test rows - default now:
playwright/support/commands.ts#L839
3) [chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:40:2 βΊ Test column date βΊ Insert and test rows - default now
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:839
837 | .click()
838 | await page.waitForTimeout(10)
> 839 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
840 | await expect(
841 | page
842 | .locator('.custom-table table tr th .cell')
at createDatetimeDateColumn (/home/runner/work/tables/tables/playwright/support/commands.ts:839:64)
at /home/runner/work/tables/tables/playwright/e2e/column-datetimeDate.spec.ts:67:3
|
|
[chromium] βΊ playwright/e2e/column-datetime.spec.ts:14:2 βΊ Test column date and time βΊ Manage date and time column:
playwright/support/commands.ts#L805
2) [chromium] βΊ playwright/e2e/column-datetime.spec.ts:14:2 βΊ Test column date and time βΊ Manage date and time column
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:805
803 | .click()
804 | await page.waitForTimeout(10)
> 805 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
806 | await expect(
807 | page
808 | .locator('.custom-table table tr th .cell')
at createDatetimeColumn (/home/runner/work/tables/tables/playwright/support/commands.ts:805:64)
at /home/runner/work/tables/tables/playwright/e2e/column-datetime.spec.ts:19:3
|
|
[chromium] βΊ playwright/e2e/column-datetime.spec.ts:14:2 βΊ Test column date and time βΊ Manage date and time column:
playwright/support/commands.ts#L805
2) [chromium] βΊ playwright/e2e/column-datetime.spec.ts:14:2 βΊ Test column date and time βΊ Manage date and time column
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:805
803 | .click()
804 | await page.waitForTimeout(10)
> 805 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
806 | await expect(
807 | page
808 | .locator('.custom-table table tr th .cell')
at createDatetimeColumn (/home/runner/work/tables/tables/playwright/support/commands.ts:805:64)
at /home/runner/work/tables/tables/playwright/e2e/column-datetime.spec.ts:19:3
|
|
[chromium] βΊ playwright/e2e/column-datetime.spec.ts:14:2 βΊ Test column date and time βΊ Manage date and time column:
playwright/support/commands.ts#L805
2) [chromium] βΊ playwright/e2e/column-datetime.spec.ts:14:2 βΊ Test column date and time βΊ Manage date and time column
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:805
803 | .click()
804 | await page.waitForTimeout(10)
> 805 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
806 | await expect(
807 | page
808 | .locator('.custom-table table tr th .cell')
at createDatetimeColumn (/home/runner/work/tables/tables/playwright/support/commands.ts:805:64)
at /home/runner/work/tables/tables/playwright/e2e/column-datetime.spec.ts:19:3
|
|
[chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:14:2 βΊ Test column date βΊ Manage date column:
playwright/support/commands.ts#L839
1) [chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:14:2 βΊ Test column date βΊ Manage date column
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:839
837 | .click()
838 | await page.waitForTimeout(10)
> 839 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
840 | await expect(
841 | page
842 | .locator('.custom-table table tr th .cell')
at createDatetimeDateColumn (/home/runner/work/tables/tables/playwright/support/commands.ts:839:64)
at /home/runner/work/tables/tables/playwright/e2e/column-datetimeDate.spec.ts:19:3
|
|
[chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:14:2 βΊ Test column date βΊ Manage date column:
playwright/support/commands.ts#L839
1) [chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:14:2 βΊ Test column date βΊ Manage date column
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:839
837 | .click()
838 | await page.waitForTimeout(10)
> 839 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
840 | await expect(
841 | page
842 | .locator('.custom-table table tr th .cell')
at createDatetimeDateColumn (/home/runner/work/tables/tables/playwright/support/commands.ts:839:64)
at /home/runner/work/tables/tables/playwright/e2e/column-datetimeDate.spec.ts:19:3
|
|
[chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:14:2 βΊ Test column date βΊ Manage date column:
playwright/support/commands.ts#L839
1) [chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:14:2 βΊ Test column date βΊ Manage date column
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:839
837 | .click()
838 | await page.waitForTimeout(10)
> 839 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
840 | await expect(
841 | page
842 | .locator('.custom-table table tr th .cell')
at createDatetimeDateColumn (/home/runner/work/tables/tables/playwright/support/commands.ts:839:64)
at /home/runner/work/tables/tables/playwright/e2e/column-datetimeDate.spec.ts:19:3
|
|
Playwright (master)
Process completed with exit code 1.
|
|
[chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:40:2 βΊ Test column date βΊ Insert and test rows - default now:
playwright/support/commands.ts#L839
4) [chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:40:2 βΊ Test column date βΊ Insert and test rows - default now
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:839
837 | .click()
838 | await page.waitForTimeout(10)
> 839 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
840 | await expect(
841 | page
842 | .locator('.custom-table table tr th .cell')
at createDatetimeDateColumn (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:839:64)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-datetimeDate.spec.ts:67:3
|
|
[chromium] βΊ playwright/e2e/column-datetime.spec.ts:43:2 βΊ Test column date and time βΊ Insert and test rows - default now:
playwright/support/commands.ts#L805
3) [chromium] βΊ playwright/e2e/column-datetime.spec.ts:43:2 βΊ Test column date and time βΊ Insert and test rows - default now
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:805
803 | .click()
804 | await page.waitForTimeout(10)
> 805 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
806 | await expect(
807 | page
808 | .locator('.custom-table table tr th .cell')
at createDatetimeColumn (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:805:64)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-datetime.spec.ts:71:3
|
|
[chromium] βΊ playwright/e2e/column-datetime.spec.ts:43:2 βΊ Test column date and time βΊ Insert and test rows - default now:
playwright/support/commands.ts#L805
3) [chromium] βΊ playwright/e2e/column-datetime.spec.ts:43:2 βΊ Test column date and time βΊ Insert and test rows - default now
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:805
803 | .click()
804 | await page.waitForTimeout(10)
> 805 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
806 | await expect(
807 | page
808 | .locator('.custom-table table tr th .cell')
at createDatetimeColumn (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:805:64)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-datetime.spec.ts:71:3
|
|
[chromium] βΊ playwright/e2e/column-datetime.spec.ts:43:2 βΊ Test column date and time βΊ Insert and test rows - default now:
playwright/support/commands.ts#L805
3) [chromium] βΊ playwright/e2e/column-datetime.spec.ts:43:2 βΊ Test column date and time βΊ Insert and test rows - default now
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:805
803 | .click()
804 | await page.waitForTimeout(10)
> 805 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
806 | await expect(
807 | page
808 | .locator('.custom-table table tr th .cell')
at createDatetimeColumn (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:805:64)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-datetime.spec.ts:71:3
|
|
[chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:14:2 βΊ Test column date βΊ Manage date column:
playwright/support/commands.ts#L839
2) [chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:14:2 βΊ Test column date βΊ Manage date column
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:839
837 | .click()
838 | await page.waitForTimeout(10)
> 839 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
840 | await expect(
841 | page
842 | .locator('.custom-table table tr th .cell')
at createDatetimeDateColumn (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:839:64)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-datetimeDate.spec.ts:19:3
|
|
[chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:14:2 βΊ Test column date βΊ Manage date column:
playwright/support/commands.ts#L839
2) [chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:14:2 βΊ Test column date βΊ Manage date column
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:839
837 | .click()
838 | await page.waitForTimeout(10)
> 839 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
840 | await expect(
841 | page
842 | .locator('.custom-table table tr th .cell')
at createDatetimeDateColumn (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:839:64)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-datetimeDate.spec.ts:19:3
|
|
[chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:14:2 βΊ Test column date βΊ Manage date column:
playwright/support/commands.ts#L839
2) [chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:14:2 βΊ Test column date βΊ Manage date column
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:839
837 | .click()
838 | await page.waitForTimeout(10)
> 839 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
840 | await expect(
841 | page
842 | .locator('.custom-table table tr th .cell')
at createDatetimeDateColumn (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:839:64)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-datetimeDate.spec.ts:19:3
|
|
[chromium] βΊ playwright/e2e/column-datetime.spec.ts:14:2 βΊ Test column date and time βΊ Manage date and time column:
playwright/support/commands.ts#L805
1) [chromium] βΊ playwright/e2e/column-datetime.spec.ts:14:2 βΊ Test column date and time βΊ Manage date and time column
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:805
803 | .click()
804 | await page.waitForTimeout(10)
> 805 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
806 | await expect(
807 | page
808 | .locator('.custom-table table tr th .cell')
at createDatetimeColumn (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:805:64)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-datetime.spec.ts:19:3
|
|
[chromium] βΊ playwright/e2e/column-datetime.spec.ts:14:2 βΊ Test column date and time βΊ Manage date and time column:
playwright/support/commands.ts#L805
1) [chromium] βΊ playwright/e2e/column-datetime.spec.ts:14:2 βΊ Test column date and time βΊ Manage date and time column
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:805
803 | .click()
804 | await page.waitForTimeout(10)
> 805 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
806 | await expect(
807 | page
808 | .locator('.custom-table table tr th .cell')
at createDatetimeColumn (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:805:64)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-datetime.spec.ts:19:3
|
|
[chromium] βΊ playwright/e2e/column-datetime.spec.ts:14:2 βΊ Test column date and time βΊ Manage date and time column:
playwright/support/commands.ts#L805
1) [chromium] βΊ playwright/e2e/column-datetime.spec.ts:14:2 βΊ Test column date and time βΊ Manage date and time column
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:805
803 | .click()
804 | await page.waitForTimeout(10)
> 805 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
806 | await expect(
807 | page
808 | .locator('.custom-table table tr th .cell')
at createDatetimeColumn (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:805:64)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-datetime.spec.ts:19:3
|
|
Playwright (stable33)
Process completed with exit code 1.
|
|
[chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:40:2 βΊ Test column date βΊ Insert and test rows - default now:
playwright/support/commands.ts#L839
4) [chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:40:2 βΊ Test column date βΊ Insert and test rows - default now
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:839
837 | .click()
838 | await page.waitForTimeout(10)
> 839 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
840 | await expect(
841 | page
842 | .locator('.custom-table table tr th .cell')
at createDatetimeDateColumn (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:839:64)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-datetimeDate.spec.ts:67:3
|
|
[chromium] βΊ playwright/e2e/column-datetime.spec.ts:43:2 βΊ Test column date and time βΊ Insert and test rows - default now:
playwright/support/commands.ts#L805
3) [chromium] βΊ playwright/e2e/column-datetime.spec.ts:43:2 βΊ Test column date and time βΊ Insert and test rows - default now
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:805
803 | .click()
804 | await page.waitForTimeout(10)
> 805 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
806 | await expect(
807 | page
808 | .locator('.custom-table table tr th .cell')
at createDatetimeColumn (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:805:64)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-datetime.spec.ts:71:3
|
|
[chromium] βΊ playwright/e2e/column-datetime.spec.ts:43:2 βΊ Test column date and time βΊ Insert and test rows - default now:
playwright/support/commands.ts#L805
3) [chromium] βΊ playwright/e2e/column-datetime.spec.ts:43:2 βΊ Test column date and time βΊ Insert and test rows - default now
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:805
803 | .click()
804 | await page.waitForTimeout(10)
> 805 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
806 | await expect(
807 | page
808 | .locator('.custom-table table tr th .cell')
at createDatetimeColumn (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:805:64)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-datetime.spec.ts:71:3
|
|
[chromium] βΊ playwright/e2e/column-datetime.spec.ts:43:2 βΊ Test column date and time βΊ Insert and test rows - default now:
playwright/support/commands.ts#L805
3) [chromium] βΊ playwright/e2e/column-datetime.spec.ts:43:2 βΊ Test column date and time βΊ Insert and test rows - default now
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:805
803 | .click()
804 | await page.waitForTimeout(10)
> 805 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
806 | await expect(
807 | page
808 | .locator('.custom-table table tr th .cell')
at createDatetimeColumn (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:805:64)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-datetime.spec.ts:71:3
|
|
[chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:14:2 βΊ Test column date βΊ Manage date column:
playwright/support/commands.ts#L839
2) [chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:14:2 βΊ Test column date βΊ Manage date column
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:839
837 | .click()
838 | await page.waitForTimeout(10)
> 839 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
840 | await expect(
841 | page
842 | .locator('.custom-table table tr th .cell')
at createDatetimeDateColumn (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:839:64)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-datetimeDate.spec.ts:19:3
|
|
[chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:14:2 βΊ Test column date βΊ Manage date column:
playwright/support/commands.ts#L839
2) [chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:14:2 βΊ Test column date βΊ Manage date column
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:839
837 | .click()
838 | await page.waitForTimeout(10)
> 839 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
840 | await expect(
841 | page
842 | .locator('.custom-table table tr th .cell')
at createDatetimeDateColumn (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:839:64)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-datetimeDate.spec.ts:19:3
|
|
[chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:14:2 βΊ Test column date βΊ Manage date column:
playwright/support/commands.ts#L839
2) [chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:14:2 βΊ Test column date βΊ Manage date column
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:839
837 | .click()
838 | await page.waitForTimeout(10)
> 839 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
840 | await expect(
841 | page
842 | .locator('.custom-table table tr th .cell')
at createDatetimeDateColumn (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:839:64)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-datetimeDate.spec.ts:19:3
|
|
[chromium] βΊ playwright/e2e/column-datetime.spec.ts:14:2 βΊ Test column date and time βΊ Manage date and time column:
playwright/support/commands.ts#L805
1) [chromium] βΊ playwright/e2e/column-datetime.spec.ts:14:2 βΊ Test column date and time βΊ Manage date and time column
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:805
803 | .click()
804 | await page.waitForTimeout(10)
> 805 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
806 | await expect(
807 | page
808 | .locator('.custom-table table tr th .cell')
at createDatetimeColumn (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:805:64)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-datetime.spec.ts:19:3
|
|
[chromium] βΊ playwright/e2e/column-datetime.spec.ts:14:2 βΊ Test column date and time βΊ Manage date and time column:
playwright/support/commands.ts#L805
1) [chromium] βΊ playwright/e2e/column-datetime.spec.ts:14:2 βΊ Test column date and time βΊ Manage date and time column
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:805
803 | .click()
804 | await page.waitForTimeout(10)
> 805 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
806 | await expect(
807 | page
808 | .locator('.custom-table table tr th .cell')
at createDatetimeColumn (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:805:64)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-datetime.spec.ts:19:3
|
|
[chromium] βΊ playwright/e2e/column-datetime.spec.ts:14:2 βΊ Test column date and time βΊ Manage date and time column:
playwright/support/commands.ts#L805
1) [chromium] βΊ playwright/e2e/column-datetime.spec.ts:14:2 βΊ Test column date and time βΊ Manage date and time column
Error: expect(locator).toBeVisible() failed
Locator: locator('.toastify.toast-success').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.toastify.toast-success').first()
at support/commands.ts:805
803 | .click()
804 | await page.waitForTimeout(10)
> 805 | await expect(page.locator('.toastify.toast-success').first()).toBeVisible()
| ^
806 | await expect(
807 | page
808 | .locator('.custom-table table tr th .cell')
at createDatetimeColumn (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:805:64)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-datetime.spec.ts:19:3
|
|
playwright-summary
Process completed with exit code 1.
|
|
π Playwright Run Summary
54 failed
[chromium] βΊ playwright/e2e/column-datetime.spec.ts:14:2 βΊ Test column date and time βΊ Manage date and time column
[chromium] βΊ playwright/e2e/column-datetime.spec.ts:43:2 βΊ Test column date and time βΊ Insert and test rows - default now
[chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:14:2 βΊ Test column date βΊ Manage date column
[chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:40:2 βΊ Test column date βΊ Insert and test rows - default now
[chromium] βΊ playwright/e2e/column-datetimeTime.spec.ts:14:2 βΊ Test column time βΊ Manage time column
[chromium] βΊ playwright/e2e/column-datetimeTime.spec.ts:38:2 βΊ Test column time βΊ Insert and test rows - default now
[chromium] βΊ playwright/e2e/column-number-progress.spec.ts:14:2 βΊ Test column number progress βΊ Manage progress column
[chromium] βΊ playwright/e2e/column-number-stars.spec.ts:14:2 βΊ Test column number stars βΊ Manage stars column
[chromium] βΊ playwright/e2e/column-number.spec.ts:15:2 βΊ Test column number βΊ Insert and test rows - default values
[chromium] βΊ playwright/e2e/column-number.spec.ts:50:2 βΊ Test column number βΊ Insert and test rows - individual column settings
[chromium] βΊ playwright/e2e/column-selection-check.spec.ts:14:2 βΊ Test column check βΊ Insert and test rows - default value unchecked
[chromium] βΊ playwright/e2e/column-selection-check.spec.ts:34:2 βΊ Test column check βΊ Insert and test rows - default value checked
[chromium] βΊ playwright/e2e/column-selection-multi.spec.ts:14:2 βΊ Test column multi selection βΊ Insert and test rows
[chromium] βΊ playwright/e2e/column-selection-multi.spec.ts:73:2 βΊ Test column multi selection βΊ Test empty selection
[chromium] βΊ playwright/e2e/column-selection.spec.ts:15:2 βΊ Test column single selection βΊ Insert and test rows
[chromium] βΊ playwright/e2e/column-selection.spec.ts:52:2 βΊ Test column single selection βΊ Test empty selection
[chromium] βΊ playwright/e2e/column-text-line.spec.ts:11:2 βΊ Test column text line βΊ Manage text line column
[chromium] βΊ playwright/e2e/column-text-link.spec.ts:16:2 βΊ Test column text-link βΊ Manage text-link column
[chromium] βΊ playwright/e2e/column-usergroup.spec.ts:23:2 βΊ Test column usergroup βΊ Create column and rows with default values
[chromium] βΊ playwright/e2e/column-usergroup.spec.ts:40:2 βΊ Test column usergroup βΊ Create column and rows without default values
[chromium] βΊ playwright/e2e/column-usergroup.spec.ts:57:2 βΊ Test column usergroup βΊ Create and edit rows
[chromium] βΊ playwright/e2e/context.spec.ts:62:2 βΊ Manage a context βΊ Update and add resources β
[chromium] βΊ playwright/e2e/tables-archive.spec.ts:11:2 βΊ Archive tables/views βΊ can archive tables
[chromium] βΊ playwright/e2e/tables-archive.spec.ts:34:2 βΊ Archive tables/views βΊ can unarchive tables
[chromium] βΊ playwright/e2e/tables-export-csv.spec.ts:38:2 βΊ CSV export βΊ Export all rows is always available in the three-dot menu
[chromium] βΊ playwright/e2e/tables-export-csv.spec.ts:59:2 βΊ CSV export βΊ Export filtered rows only appears in three-dot menu when a filter is active
[chromium] βΊ playwright/e2e/tables-export-csv.spec.ts:78:2 βΊ CSV export βΊ Export selected rows appears in selection bar when rows are checked
[chromium] βΊ playwright/e2e/tables-export-csv.spec.ts:98:2 βΊ CSV export βΊ Export filtered rows appears in selection bar when rows are selected and filter is active
[chromium] βΊ playwright/e2e/tables-export-csv.spec.ts:114:2 βΊ CSV export βΊ Export all rows includes unfiltered data even when filter is active
[chromium] βΊ playwright/e2e/tables-favorite.spec.ts:31:2 βΊ Favorite tables/views βΊ can favorite and remove favorite tables
[chromium] βΊ playwright/e2e/tables-favorite.spec.ts:65:2 βΊ Favorite tables/views βΊ can favorite and unfavorite views
[chromium] βΊ playwri
|
|
π Playwright Run Summary
54 failed
[chromium] βΊ playwright/e2e/column-datetime.spec.ts:14:2 βΊ Test column date and time βΊ Manage date and time column
[chromium] βΊ playwright/e2e/column-datetime.spec.ts:43:2 βΊ Test column date and time βΊ Insert and test rows - default now
[chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:14:2 βΊ Test column date βΊ Manage date column
[chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:40:2 βΊ Test column date βΊ Insert and test rows - default now
[chromium] βΊ playwright/e2e/column-datetimeTime.spec.ts:14:2 βΊ Test column time βΊ Manage time column
[chromium] βΊ playwright/e2e/column-datetimeTime.spec.ts:38:2 βΊ Test column time βΊ Insert and test rows - default now
[chromium] βΊ playwright/e2e/column-number-progress.spec.ts:14:2 βΊ Test column number progress βΊ Manage progress column
[chromium] βΊ playwright/e2e/column-number-stars.spec.ts:14:2 βΊ Test column number stars βΊ Manage stars column
[chromium] βΊ playwright/e2e/column-number.spec.ts:15:2 βΊ Test column number βΊ Insert and test rows - default values
[chromium] βΊ playwright/e2e/column-number.spec.ts:50:2 βΊ Test column number βΊ Insert and test rows - individual column settings
[chromium] βΊ playwright/e2e/column-selection-check.spec.ts:14:2 βΊ Test column check βΊ Insert and test rows - default value unchecked
[chromium] βΊ playwright/e2e/column-selection-check.spec.ts:34:2 βΊ Test column check βΊ Insert and test rows - default value checked
[chromium] βΊ playwright/e2e/column-selection-multi.spec.ts:14:2 βΊ Test column multi selection βΊ Insert and test rows
[chromium] βΊ playwright/e2e/column-selection-multi.spec.ts:73:2 βΊ Test column multi selection βΊ Test empty selection
[chromium] βΊ playwright/e2e/column-selection.spec.ts:15:2 βΊ Test column single selection βΊ Insert and test rows
[chromium] βΊ playwright/e2e/column-selection.spec.ts:52:2 βΊ Test column single selection βΊ Test empty selection
[chromium] βΊ playwright/e2e/column-text-line.spec.ts:11:2 βΊ Test column text line βΊ Manage text line column
[chromium] βΊ playwright/e2e/column-text-link.spec.ts:16:2 βΊ Test column text-link βΊ Manage text-link column
[chromium] βΊ playwright/e2e/column-usergroup.spec.ts:23:2 βΊ Test column usergroup βΊ Create column and rows with default values
[chromium] βΊ playwright/e2e/column-usergroup.spec.ts:40:2 βΊ Test column usergroup βΊ Create column and rows without default values
[chromium] βΊ playwright/e2e/column-usergroup.spec.ts:57:2 βΊ Test column usergroup βΊ Create and edit rows
[chromium] βΊ playwright/e2e/context.spec.ts:62:2 βΊ Manage a context βΊ Update and add resources β
[chromium] βΊ playwright/e2e/tables-archive.spec.ts:11:2 βΊ Archive tables/views βΊ can archive tables
[chromium] βΊ playwright/e2e/tables-archive.spec.ts:34:2 βΊ Archive tables/views βΊ can unarchive tables
[chromium] βΊ playwright/e2e/tables-export-csv.spec.ts:38:2 βΊ CSV export βΊ Export all rows is always available in the three-dot menu
[chromium] βΊ playwright/e2e/tables-export-csv.spec.ts:59:2 βΊ CSV export βΊ Export filtered rows only appears in three-dot menu when a filter is active
[chromium] βΊ playwright/e2e/tables-export-csv.spec.ts:78:2 βΊ CSV export βΊ Export selected rows appears in selection bar when rows are checked
[chromium] βΊ playwright/e2e/tables-export-csv.spec.ts:98:2 βΊ CSV export βΊ Export filtered rows appears in selection bar when rows are selected and filter is active
[chromium] βΊ playwright/e2e/tables-export-csv.spec.ts:114:2 βΊ CSV export βΊ Export all rows includes unfiltered data even when filter is active
[chromium] βΊ playwright/e2e/tables-favorite.spec.ts:31:2 βΊ Favorite tables/views βΊ can favorite and remove favorite tables
[chromium] βΊ playwright/e2e/tables-favorite.spec.ts:65:2 βΊ Favorite tables/views βΊ can favorite and unfavorite views
[chromium] βΊ playwri
|
|
π Playwright Run Summary
54 failed
[chromium] βΊ playwright/e2e/column-datetime.spec.ts:14:2 βΊ Test column date and time βΊ Manage date and time column
[chromium] βΊ playwright/e2e/column-datetime.spec.ts:43:2 βΊ Test column date and time βΊ Insert and test rows - default now
[chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:14:2 βΊ Test column date βΊ Manage date column
[chromium] βΊ playwright/e2e/column-datetimeDate.spec.ts:40:2 βΊ Test column date βΊ Insert and test rows - default now
[chromium] βΊ playwright/e2e/column-datetimeTime.spec.ts:14:2 βΊ Test column time βΊ Manage time column
[chromium] βΊ playwright/e2e/column-datetimeTime.spec.ts:38:2 βΊ Test column time βΊ Insert and test rows - default now
[chromium] βΊ playwright/e2e/column-number-progress.spec.ts:14:2 βΊ Test column number progress βΊ Manage progress column
[chromium] βΊ playwright/e2e/column-number-stars.spec.ts:14:2 βΊ Test column number stars βΊ Manage stars column
[chromium] βΊ playwright/e2e/column-number.spec.ts:15:2 βΊ Test column number βΊ Insert and test rows - default values
[chromium] βΊ playwright/e2e/column-number.spec.ts:50:2 βΊ Test column number βΊ Insert and test rows - individual column settings
[chromium] βΊ playwright/e2e/column-selection-check.spec.ts:14:2 βΊ Test column check βΊ Insert and test rows - default value unchecked
[chromium] βΊ playwright/e2e/column-selection-check.spec.ts:34:2 βΊ Test column check βΊ Insert and test rows - default value checked
[chromium] βΊ playwright/e2e/column-selection-multi.spec.ts:14:2 βΊ Test column multi selection βΊ Insert and test rows
[chromium] βΊ playwright/e2e/column-selection-multi.spec.ts:73:2 βΊ Test column multi selection βΊ Test empty selection
[chromium] βΊ playwright/e2e/column-selection.spec.ts:15:2 βΊ Test column single selection βΊ Insert and test rows
[chromium] βΊ playwright/e2e/column-selection.spec.ts:52:2 βΊ Test column single selection βΊ Test empty selection
[chromium] βΊ playwright/e2e/column-text-line.spec.ts:11:2 βΊ Test column text line βΊ Manage text line column
[chromium] βΊ playwright/e2e/column-text-link.spec.ts:16:2 βΊ Test column text-link βΊ Manage text-link column
[chromium] βΊ playwright/e2e/column-usergroup.spec.ts:23:2 βΊ Test column usergroup βΊ Create column and rows with default values
[chromium] βΊ playwright/e2e/column-usergroup.spec.ts:40:2 βΊ Test column usergroup βΊ Create column and rows without default values
[chromium] βΊ playwright/e2e/column-usergroup.spec.ts:57:2 βΊ Test column usergroup βΊ Create and edit rows
[chromium] βΊ playwright/e2e/context.spec.ts:62:2 βΊ Manage a context βΊ Update and add resources β
[chromium] βΊ playwright/e2e/tables-archive.spec.ts:11:2 βΊ Archive tables/views βΊ can archive tables
[chromium] βΊ playwright/e2e/tables-archive.spec.ts:34:2 βΊ Archive tables/views βΊ can unarchive tables
[chromium] βΊ playwright/e2e/tables-export-csv.spec.ts:38:2 βΊ CSV export βΊ Export all rows is always available in the three-dot menu
[chromium] βΊ playwright/e2e/tables-export-csv.spec.ts:59:2 βΊ CSV export βΊ Export filtered rows only appears in three-dot menu when a filter is active
[chromium] βΊ playwright/e2e/tables-export-csv.spec.ts:78:2 βΊ CSV export βΊ Export selected rows appears in selection bar when rows are checked
[chromium] βΊ playwright/e2e/tables-export-csv.spec.ts:98:2 βΊ CSV export βΊ Export filtered rows appears in selection bar when rows are selected and filter is active
[chromium] βΊ playwright/e2e/tables-export-csv.spec.ts:114:2 βΊ CSV export βΊ Export all rows includes unfiltered data even when filter is active
[chromium] βΊ playwright/e2e/tables-favorite.spec.ts:31:2 βΊ Favorite tables/views βΊ can favorite and remove favorite tables
[chromium] βΊ playwright/e2e/tables-favorite.spec.ts:65:2 βΊ Favorite tables/views βΊ can favorite and unfavorite views
[chromium] βΊ playwri
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-results-master
Expired
|
213 MB |
sha256:d0fd43e20ddac0a845acf23209bfe3af73658c39bad47e4c59d16a48d17da416
|
|
|
playwright-results-stable33
Expired
|
229 MB |
sha256:7428844b23ee0a6d5b7a99722ae07e14edf02bb043d19cb86f2fb8502a3066d9
|
|
|
playwright-results-stable34
Expired
|
258 MB |
sha256:101fbb4ba193f37392dcee2055c6caecfbdee16a41f40e8792585cf2880c0853
|
|