Remove type=number to allow strings for case of duration (2951) by @Alex-Tideman (Attempt 1) #5439
Annotations
2 errors, 2 warnings, and 1 notice
|
Run Integration tests:
tests/integration/workflows-search-attribute-filter.desktop.spec.ts#L66
1) [chromium desktop] › integration/workflows-search-attribute-filter.desktop.spec.ts:31:1 › it should update the datetime filter based on the selected timezone
Error: locator.inputValue: Test timeout of 10000ms exceeded.
Call log:
- waiting for getByTestId('manual-search-input')
64 | ).toBeVisible();
65 |
> 66 | query = await page.getByTestId('manual-search-input').inputValue();
| ^
67 | expect(getDatetime(query)).toMatch(validDatetime);
68 | });
69 |
at /home/runner/work/ui/ui/tests/integration/workflows-search-attribute-filter.desktop.spec.ts:66:57
|
|
Run Integration tests:
tests/integration/workflows-search-attribute-filter.desktop.spec.ts#L0
1) [chromium desktop] › integration/workflows-search-attribute-filter.desktop.spec.ts:31:1 › it should update the datetime filter based on the selected timezone
Test timeout of 10000ms exceeded.
|
|
Run Integration tests:
[chromium mobile] › integration/workflow-actions.spec.ts#L0
[chromium mobile] › integration/workflow-actions.spec.ts took 15.6s
|
|
Run Integration tests:
[chromium desktop] › integration/workflow-actions.spec.ts#L0
[chromium desktop] › integration/workflow-actions.spec.ts took 17.8s
|
|
Run Integration tests
1 flaky
[chromium desktop] › integration/workflows-search-attribute-filter.desktop.spec.ts:31:1 › it should update the datetime filter based on the selected timezone
132 passed (4.2m)
|
Loading