chore: refine changeset setup (#657) #1312
Annotations
2 errors and 1 notice
Run Playwright tests:
tests/integrations/parse-with-yup.spec.ts#L1
1) [firefox] › parse-with-yup.spec.ts:71:6 › Parse with yup › Server Validation ──────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/integrations/parse-with-yup.spec.ts#L17
1) [firefox] › parse-with-yup.spec.ts:71:6 › Parse with yup › Server Validation ──────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('body').locator('footer button[type="submit"]')
- locator resolved to <button type="submit" class="inline-flex justify-center …>Submit</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
15 |
16 | await username.type('@');
> 17 | await playground.submit.click();
| ^
18 | await expect(playground.error).toHaveText([
19 | 'Min. 5 characters',
20 | 'At least 1 lowercase character',
at runTest (/home/runner/work/conform/conform/tests/integrations/parse-with-yup.spec.ts:17:26)
at /home/runner/work/conform/conform/tests/integrations/parse-with-yup.spec.ts:73:3
|
Run Playwright tests
1 flaky
[firefox] › parse-with-yup.spec.ts:71:6 › Parse with yup › Server Validation ───────────────────
9 skipped
99 passed (2.2m)
|
Loading