Sample Chrome extension for modifying set-cookie
responses
#12798
Annotations
6 errors, 2 warnings, and 1 notice
Run snippets tests:
packages/sdks-tests/src/snippet-tests/custom-child.spec.ts#L1
1) [gen1-remix] › custom-child.spec.ts:14:3 › Div with Hero class, and text › should verify builder-block with specific text
Test timeout of 30000ms exceeded.
|
Run snippets tests:
packages/sdks-tests/src/snippet-tests/custom-child.spec.ts#L19
1) [gen1-remix] › custom-child.spec.ts:14:3 › Div with Hero class, and text › should verify builder-block with specific text
Error: page.goto: Test timeout of 30000ms exceeded.
Call log:
- navigating to "http://localhost:1111/custom-child", waiting until "load"
17 | );
18 |
> 19 | await page.goto('/custom-child');
| ^
20 |
21 | await page.waitForLoadState('networkidle');
22 | const builderBlock = page.locator('div.builder-block').first();
at /home/runner/work/builder/builder/packages/sdks-tests/src/snippet-tests/custom-child.spec.ts:19:16
|
Run snippets tests:
packages/sdks-tests/src/snippet-tests/editable-regions.spec.ts#L1
2) [gen1-remix] › editable-regions.spec.ts:21:3 › Editable regions in custom components › should render a div with two columns with placeholder text
Test timeout of 30000ms exceeded.
|
Run snippets tests:
packages/sdks-tests/src/snippet-tests/editable-regions.spec.ts#L29
2) [gen1-remix] › editable-regions.spec.ts:21:3 › Editable regions in custom components › should render a div with two columns with placeholder text
Error: page.goto: net::ERR_ABORTED; maybe frame was detached?
Call log:
- navigating to "http://localhost:1111/editable-region", waiting until "load"
27 | );
28 |
> 29 | await page.goto('/editable-region');
| ^
30 |
31 | const twoColumns = page.locator('div.builder-block').first();
32 | await expect(twoColumns).toBeVisible();
at /home/runner/work/builder/builder/packages/sdks-tests/src/snippet-tests/editable-regions.spec.ts:29:16
|
Run snippets tests:
packages/sdks-tests/src/snippet-tests/integrating-pages.spec.ts#L1
3) [gen1-remix] › integrating-pages.spec.ts:32:5 › Integrating Pages › Drafts › loads homepage draft
Test timeout of 30000ms exceeded.
|
Run snippets tests:
packages/sdks-tests/src/snippet-tests/integrating-pages.spec.ts#L33
3) [gen1-remix] › integrating-pages.spec.ts:32:5 › Integrating Pages › Drafts › loads homepage draft
Error: page.goto: net::ERR_ABORTED; maybe frame was detached?
Call log:
- navigating to "http://localhost:1111/?builder.space=ee9f13b4981e489a9a1209887695ef2b&builder.cachebust=true&builder.preview=page&builder.noCache=true&__builder_editing__=true&builder.overrides.page=1fe45b6889284af180391da829de40a3&builder.overrides.1fe45b6889284af180391da829de40a3=1fe45b6889284af180391da829de40a3", waiting until "load"
31 | test.describe('Drafts', () => {
32 | test('loads homepage draft', async ({ page }) => {
> 33 | await page.goto(
| ^
34 | '/?builder.space=ee9f13b4981e489a9a1209887695ef2b&builder.cachebust=true&builder.preview=page&builder.noCache=true&__builder_editing__=true&builder.overrides.page=1fe45b6889284af180391da829de40a3&builder.overrides.1fe45b6889284af180391da829de40a3=1fe45b6889284af180391da829de40a3'
35 | );
36 | await expect(page.locator('body')).not.toContainText('This is the homepage.');
at /home/runner/work/builder/builder/packages/sdks-tests/src/snippet-tests/integrating-pages.spec.ts:33:18
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "angular-snippet-playwright-report", "angular-ssr-snippet-playwright-report".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Run snippets tests
3 flaky
[gen1-remix] › custom-child.spec.ts:14:3 › Div with Hero class, and text › should verify builder-block with specific text
[gen1-remix] › editable-regions.spec.ts:21:3 › Editable regions in custom components › should render a div with two columns with placeholder text
[gen1-remix] › integrating-pages.spec.ts:32:5 › Integrating Pages › Drafts › loads homepage draft
19 skipped
12 passed (1.8m)
|
Loading