fix[gen2]: try to not use a global isolate instance and create fresh instance for each request #14670
ci.yml
on: pull_request
Gen 2 SDKs checks
3m 13s
Gen 1 SDK Core
2m 23s
build-angular-gen1
43s
Matrix: build
Matrix: Gen 1 React SDK
Matrix: Gen 1 SDK Snippets
Matrix: Gen 2 SDK Snippets
Matrix: Gen 2 SDKs
Annotations
4 errors and 1 notice
|
[react] › integrating-pages.spec.ts:51:5 › Integrating Pages › Visual Editor › updates homepage:
packages/sdks-tests/src/snippet-tests/integrating-pages.spec.ts#L95
1) [react] › integrating-pages.spec.ts:51:5 › Integrating Pages › Visual Editor › updates homepage
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: locator('iframe').contentFrame().getByText('This is a new homepage.')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 50000ms
- waiting for locator('iframe').contentFrame().getByText('This is a new homepage.')
93 |
94 | await sendContentUpdateMessage({ page, newContent: NEW_CONTENT, model: 'page' });
> 95 | await expect(page.frameLocator('iframe').getByText(NEW_TEXT)).toBeVisible();
| ^
96 | });
97 | });
98 | });
at /home/runner/work/builder/builder/packages/sdks-tests/src/snippet-tests/integrating-pages.spec.ts:95:69
|
|
[react] › integrating-pages.spec.ts:51:5 › Integrating Pages › Visual Editor › updates homepage:
packages/sdks-tests/src/snippet-tests/integrating-pages.spec.ts#L0
1) [react] › integrating-pages.spec.ts:51:5 › Integrating Pages › Visual Editor › updates homepage
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[react] › integrating-pages.spec.ts:51:5 › Integrating Pages › Visual Editor › updates homepage:
packages/sdks-tests/src/snippet-tests/integrating-pages.spec.ts#L95
1) [react] › integrating-pages.spec.ts:51:5 › Integrating Pages › Visual Editor › updates homepage
Error: expect(locator).toBeVisible()
Locator: locator('iframe').contentFrame().getByText('This is a new homepage.')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 50000ms
- waiting for locator('iframe').contentFrame().getByText('This is a new homepage.')
93 |
94 | await sendContentUpdateMessage({ page, newContent: NEW_CONTENT, model: 'page' });
> 95 | await expect(page.frameLocator('iframe').getByText(NEW_TEXT)).toBeVisible();
| ^
96 | });
97 | });
98 | });
at /home/runner/work/builder/builder/packages/sdks-tests/src/snippet-tests/integrating-pages.spec.ts:95:69
|
|
[react] › integrating-pages.spec.ts:51:5 › Integrating Pages › Visual Editor › updates homepage:
packages/sdks-tests/src/snippet-tests/integrating-pages.spec.ts#L0
1) [react] › integrating-pages.spec.ts:51:5 › Integrating Pages › Visual Editor › updates homepage
Test timeout of 30000ms exceeded.
|
|
🎭 Playwright Run Summary
1 flaky
[react] › integrating-pages.spec.ts:51:5 › Integrating Pages › Visual Editor › updates homepage
5 skipped
65 passed (1.4m)
|