Merge pull request #300 from OpenElements/rebase #86
Annotations
4 errors, 2 warnings, and 1 notice
|
test
Process completed with exit code 1.
|
|
tests/e2e/seo.spec.ts:60:3 › SEO › robots.txt exists and is accessible:
tests/e2e/seo.spec.ts#L65
1) tests/e2e/seo.spec.ts:60:3 › SEO › robots.txt exists and is accessible ────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "User-agent"
Received string: "<html><head><meta name=\"color-scheme\" content=\"light dark\"></head><body><pre style=\"word-wrap: break-word; white-space: pre-wrap;\">User-Agent: *
Allow: /·
Sitemap: https://open-elements.com/sitemap.xml
</pre></body></html>"
63 |
64 | const content = await page.content();
> 65 | expect(content).toContain('User-agent');
| ^
66 | });
67 |
68 | test('sitemap.xml exists and is accessible', async ({ page, baseURL }) => {
at /home/runner/work/open-elements-website/open-elements-website/tests/e2e/seo.spec.ts:65:21
|
|
tests/e2e/seo.spec.ts:60:3 › SEO › robots.txt exists and is accessible:
tests/e2e/seo.spec.ts#L65
1) tests/e2e/seo.spec.ts:60:3 › SEO › robots.txt exists and is accessible ────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "User-agent"
Received string: "<html><head><meta name=\"color-scheme\" content=\"light dark\"></head><body><pre style=\"word-wrap: break-word; white-space: pre-wrap;\">User-Agent: *
Allow: /·
Sitemap: https://open-elements.com/sitemap.xml
</pre></body></html>"
63 |
64 | const content = await page.content();
> 65 | expect(content).toContain('User-agent');
| ^
66 | });
67 |
68 | test('sitemap.xml exists and is accessible', async ({ page, baseURL }) => {
at /home/runner/work/open-elements-website/open-elements-website/tests/e2e/seo.spec.ts:65:21
|
|
tests/e2e/seo.spec.ts:60:3 › SEO › robots.txt exists and is accessible:
tests/e2e/seo.spec.ts#L65
1) tests/e2e/seo.spec.ts:60:3 › SEO › robots.txt exists and is accessible ────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "User-agent"
Received string: "<html><head><meta name=\"color-scheme\" content=\"light dark\"></head><body><pre style=\"word-wrap: break-word; white-space: pre-wrap;\">User-Agent: *
Allow: /·
Sitemap: https://open-elements.com/sitemap.xml
</pre></body></html>"
63 |
64 | const content = await page.content();
> 65 | expect(content).toContain('User-agent');
| ^
66 | });
67 |
68 | test('sitemap.xml exists and is accessible', async ({ page, baseURL }) => {
at /home/runner/work/open-elements-website/open-elements-website/tests/e2e/seo.spec.ts:65:21
|
|
test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
1 failed
tests/e2e/seo.spec.ts:60:3 › SEO › robots.txt exists and is accessible ─────────────────────────
86 passed (1.3m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-traces
Expired
|
7.32 KB |
sha256:ca6772444e01528f0f646f4c9e98176dd57b90254e9db34d07dc97764b164b00
|
|