chore: fix workflow error with too many arguments passed to changeset… #1384
Annotations
2 errors and 1 notice
tests/integrations/nested-list.spec.ts#L1
1) [firefox] › nested-list.spec.ts:53:6 › With JS › Server Validation ────────────────────────────
Test timeout of 30000ms exceeded.
|
tests/integrations/nested-list.spec.ts#L23
1) [firefox] › nested-list.spec.ts:53:6 › With JS › Server Validation ────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('body').getByRole('button', { name: 'Add option' }).first()
- locator resolved to <button form=":R35:" name="__intent__" formnovalidate=""…>Add option</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
21 |
22 | await fieldset.options.nth(0).fill('First');
> 23 | await fieldset.addOption.nth(0).click();
| ^
24 | await fieldset.options.nth(1).fill('Second');
25 | await fieldset.addOption.nth(0).click();
26 | await fieldset.options.nth(2).fill('Third');
at runTest (/home/runner/work/conform/conform/tests/integrations/nested-list.spec.ts:23:34)
at /home/runner/work/conform/conform/tests/integrations/nested-list.spec.ts:55:3
|
|
This job succeeded
Loading