onChange type #14065
Annotations
2 errors and 1 notice
Run snippets tests:
packages/sdks-tests/src/snippet-tests/blueprints-homepage.spec.ts#L1
1) [react] › blueprints-homepage.spec.ts:35:3 › Homepage › should display the Builder.io logo header
Test timeout of 30000ms exceeded.
|
Run snippets tests:
packages/sdks-tests/src/snippet-tests/blueprints-homepage.spec.ts#L36
1) [react] › blueprints-homepage.spec.ts:35:3 › Homepage › should display the Builder.io logo header
Error: page.waitForLoadState: Test timeout of 30000ms exceeded.
34 |
35 | test('should display the Builder.io logo header', async ({ page }) => {
> 36 | await page.waitForLoadState('networkidle');
| ^
37 | await expect(page.getByText('Builder.io')).toBeVisible();
38 | });
39 |
at /home/runner/work/builder/builder/packages/sdks-tests/src/snippet-tests/blueprints-homepage.spec.ts:36:16
|
Run snippets tests
1 flaky
[react] › blueprints-homepage.spec.ts:35:3 › Homepage › should display the Builder.io logo header
5 skipped
51 passed (1.2m)
|
Loading