Sample Chrome extension for modifying set-cookie
responses
#12798
Annotations
4 errors, 3 warnings, and 1 notice
Run snippets tests:
packages/sdks-tests/src/snippet-tests/blueprints-blogs.spec.ts#L17
1) [angular-ssr] › blueprints-blogs.spec.ts:15:3 › BlogArticleComponent › should display article blurb
Error: expect(received).toContain(expected) // indexOf
Expected substring: "This is a sample blurb for the blog article."
Received string: ""
15 | test('should display article blurb', async ({ page }) => {
16 | const blurb = await page.locator('p').textContent();
> 17 | expect(blurb).toContain('This is a sample blurb for the blog article.');
| ^
18 | });
19 |
20 | test('should display article image', async ({ page }) => {
at /home/runner/work/builder/builder/packages/sdks-tests/src/snippet-tests/blueprints-blogs.spec.ts:17:19
|
Run snippets tests:
packages/sdks-tests/src/snippet-tests/blueprints-blogs.spec.ts#L17
1) [angular-ssr] › blueprints-blogs.spec.ts:15:3 › BlogArticleComponent › should display article blurb
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "This is a sample blurb for the blog article."
Received string: ""
15 | test('should display article blurb', async ({ page }) => {
16 | const blurb = await page.locator('p').textContent();
> 17 | expect(blurb).toContain('This is a sample blurb for the blog article.');
| ^
18 | });
19 |
20 | test('should display article image', async ({ page }) => {
at /home/runner/work/builder/builder/packages/sdks-tests/src/snippet-tests/blueprints-blogs.spec.ts:17:19
|
Run snippets tests:
packages/sdks-tests/src/snippet-tests/blueprints-blogs.spec.ts#L17
1) [angular-ssr] › blueprints-blogs.spec.ts:15:3 › BlogArticleComponent › should display article blurb
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "This is a sample blurb for the blog article."
Received string: ""
15 | test('should display article blurb', async ({ page }) => {
16 | const blurb = await page.locator('p').textContent();
> 17 | expect(blurb).toContain('This is a sample blurb for the blog article.');
| ^
18 | });
19 |
20 | test('should display article image', async ({ page }) => {
at /home/runner/work/builder/builder/packages/sdks-tests/src/snippet-tests/blueprints-blogs.spec.ts:17:19
|
Run snippets tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run snippets tests:
packages/sdks-tests/[angular-ssr] › blueprints-editorial.spec.ts#L1
packages/sdks-tests/[angular-ssr] › blueprints-editorial.spec.ts took 19.8s
|
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
1 failed
[angular-ssr] › blueprints-blogs.spec.ts:15:3 › BlogArticleComponent › should display article blurb
1 skipped
32 passed (42.5s)
|
Loading