Blog Nala Daily Run #36
Annotations
6 errors, 3 warnings, and 3 notices
[blog-live-webkit] › sitemap.test.js:8:9 › Blog sitemaps › @Blog Sitemaps:
tests/blog/sitemap.test.js#L1
1) [blog-live-webkit] › sitemap.test.js:8:9 › Blog sitemaps › @Blog Sitemaps,/en/sitemap.xml @sitemap @smoke @regression @blog › step-2: verify hreflang attribute
Test timeout of 30000ms exceeded.
|
[blog-live-webkit] › sitemap.test.js:8:9 › Blog sitemaps › @Blog Sitemaps:
tests/blog/sitemap.test.js#L22
1) [blog-live-webkit] › sitemap.test.js:8:9 › Blog sitemaps › @Blog Sitemaps,/en/sitemap.xml @sitemap @smoke @regression @blog › step-2: verify hreflang attribute
Error: Timed out 5000ms waiting for expect(received).toHaveAttribute(expected)
Expected string: "en"
Received string: ""
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('urlset url:nth-child(1) link')
20 | lang = (lang === 'jp' ? 'ja' : (lang === 'br' ? 'pt' : lang));
21 | console.info(`Hreflang Code: ${lang}`);
> 22 | await expect(page.locator('urlset url:nth-child(1) link')).toHaveAttribute('hreflang', lang);
| ^
23 | });
24 | });
25 | }
at /Users/runner/work/nala/nala/tests/blog/sitemap.test.js:22:68
at /Users/runner/work/nala/nala/tests/blog/sitemap.test.js:18:18
|
[blog-live-webkit] › sitemap.test.js:8:9 › Blog sitemaps › @Blog Sitemaps:
tests/blog/sitemap.test.js#L1
1) [blog-live-webkit] › sitemap.test.js:8:9 › Blog sitemaps › @Blog Sitemaps,/en/sitemap.xml @sitemap @smoke @regression @blog › step-2: verify hreflang attribute
Pending operations:
- expect.toHaveAttribute at tests/blog/sitemap.test.js:22:68
|
[blog-live-webkit] › sitemap.test.js:8:9 › Blog sitemaps › @Blog Sitemaps:
tests/blog/sitemap.test.js#L1
1) [blog-live-webkit] › sitemap.test.js:8:9 › Blog sitemaps › @Blog Sitemaps,/en/sitemap.xml @sitemap @smoke @regression @blog › step-2: verify hreflang attribute
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[blog-live-webkit] › sitemap.test.js:8:9 › Blog sitemaps › @Blog Sitemaps:
tests/blog/sitemap.test.js#L22
1) [blog-live-webkit] › sitemap.test.js:8:9 › Blog sitemaps › @Blog Sitemaps,/en/sitemap.xml @sitemap @smoke @regression @blog › step-2: verify hreflang attribute
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toHaveAttribute(expected)
Expected string: "en"
Received string: ""
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('urlset url:nth-child(1) link')
20 | lang = (lang === 'jp' ? 'ja' : (lang === 'br' ? 'pt' : lang));
21 | console.info(`Hreflang Code: ${lang}`);
> 22 | await expect(page.locator('urlset url:nth-child(1) link')).toHaveAttribute('hreflang', lang);
| ^
23 | });
24 | });
25 | }
at /Users/runner/work/nala/nala/tests/blog/sitemap.test.js:22:68
at /Users/runner/work/nala/nala/tests/blog/sitemap.test.js:18:18
|
[blog-live-webkit] › sitemap.test.js:8:9 › Blog sitemaps › @Blog Sitemaps:
tests/blog/sitemap.test.js#L1
1) [blog-live-webkit] › sitemap.test.js:8:9 › Blog sitemaps › @Blog Sitemaps,/en/sitemap.xml @sitemap @smoke @regression @blog › step-2: verify hreflang attribute
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- expect.toHaveAttribute at tests/blog/sitemap.test.js:22:68
|
Running tests (ubuntu-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Running tests (macos-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Running tests (windows-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
42 passed (43.7s)
|
🎭 Playwright Run Summary
1 flaky
[blog-live-webkit] › sitemap.test.js:8:9 › Blog sitemaps › @Blog Sitemaps,/en/sitemap.xml @sitemap @smoke @regression @blog
41 passed (2.6m)
|
🎭 Playwright Run Summary
42 passed (1.3m)
|