Skip to content

websites - add pagefind.app support #6682

websites - add pagefind.app support

websites - add pagefind.app support #6682

Triggered via pull request March 10, 2026 22:33
Status Failure
Total duration 33m 43s
Artifacts 1

test-smokes-parallel.yml

on: pull_request
jobs-matrix
18s
jobs-matrix
check-matrix
5s
check-matrix
Matrix: run-smoke-tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 81 warnings, and 1 notice
[chromium] › tests/html-search-pagefind.spec.ts:81:5 › Clicking a search result navigates to the correct page: tests/integration/playwright/tests/html-search-pagefind.spec.ts#L93
4) [chromium] › tests/html-search-pagefind.spec.ts:81:5 › Clicking a search result navigates to the correct page Error: expect(locator).toBeVisible() failed Locator: locator('.aa-Panel .aa-Item').first() Expected: visible Timeout: 10000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 10000ms - waiting for locator('.aa-Panel .aa-Item').first() 91 | 92 | const results = page.locator(".aa-Panel .aa-Item"); > 93 | await expect(results.first()).toBeVisible({ timeout: 10000 }); | ^ 94 | 95 | // Click the first result link 96 | await results.first().locator("a").click(); at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-search-pagefind.spec.ts:93:33
[chromium] › tests/html-search-pagefind.spec.ts:74:5 › Pagefind files are present in output: tests/integration/playwright/tests/html-search-pagefind.spec.ts#L78
3) [chromium] › tests/html-search-pagefind.spec.ts:74:5 › Pagefind files are present in output ─── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 200 Received: 404 76 | "./html/search-pagefind/_site/pagefind/pagefind.js" 77 | ); > 78 | expect(response?.status()).toBe(200); | ^ 79 | }); 80 | 81 | test("Clicking a search result navigates to the correct page", async ({ at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-search-pagefind.spec.ts:78:30
[chromium] › tests/html-search-pagefind.spec.ts:74:5 › Pagefind files are present in output: tests/integration/playwright/tests/html-search-pagefind.spec.ts#L78
3) [chromium] › tests/html-search-pagefind.spec.ts:74:5 › Pagefind files are present in output ─── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 200 Received: 404 76 | "./html/search-pagefind/_site/pagefind/pagefind.js" 77 | ); > 78 | expect(response?.status()).toBe(200); | ^ 79 | }); 80 | 81 | test("Clicking a search result navigates to the correct page", async ({ at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-search-pagefind.spec.ts:78:30
[chromium] › tests/html-search-pagefind.spec.ts:74:5 › Pagefind files are present in output: tests/integration/playwright/tests/html-search-pagefind.spec.ts#L78
3) [chromium] › tests/html-search-pagefind.spec.ts:74:5 › Pagefind files are present in output ─── Error: expect(received).toBe(expected) // Object.is equality Expected: 200 Received: 404 76 | "./html/search-pagefind/_site/pagefind/pagefind.js" 77 | ); > 78 | expect(response?.status()).toBe(200); | ^ 79 | }); 80 | 81 | test("Clicking a search result navigates to the correct page", async ({ at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-search-pagefind.spec.ts:78:30
[chromium] › tests/html-search-pagefind.spec.ts:26:5 › Pagefind search returns results from other pages: tests/integration/playwright/tests/html-search-pagefind.spec.ts#L37
2) [chromium] › tests/html-search-pagefind.spec.ts:26:5 › Pagefind search returns results from other pages Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('.aa-Panel .aa-Item').first() Expected: visible Timeout: 10000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 10000ms - waiting for locator('.aa-Panel .aa-Item').first() 35 | 36 | const results = page.locator(".aa-Panel .aa-Item"); > 37 | await expect(results.first()).toBeVisible({ timeout: 10000 }); | ^ 38 | 39 | const count = await results.count(); 40 | expect(count).toBeGreaterThanOrEqual(1); at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-search-pagefind.spec.ts:37:33
[chromium] › tests/html-search-pagefind.spec.ts:26:5 › Pagefind search returns results from other pages: tests/integration/playwright/tests/html-search-pagefind.spec.ts#L37
2) [chromium] › tests/html-search-pagefind.spec.ts:26:5 › Pagefind search returns results from other pages Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('.aa-Panel .aa-Item').first() Expected: visible Timeout: 10000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 10000ms - waiting for locator('.aa-Panel .aa-Item').first() 35 | 36 | const results = page.locator(".aa-Panel .aa-Item"); > 37 | await expect(results.first()).toBeVisible({ timeout: 10000 }); | ^ 38 | 39 | const count = await results.count(); 40 | expect(count).toBeGreaterThanOrEqual(1); at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-search-pagefind.spec.ts:37:33
[chromium] › tests/html-search-pagefind.spec.ts:26:5 › Pagefind search returns results from other pages: tests/integration/playwright/tests/html-search-pagefind.spec.ts#L37
2) [chromium] › tests/html-search-pagefind.spec.ts:26:5 › Pagefind search returns results from other pages Error: expect(locator).toBeVisible() failed Locator: locator('.aa-Panel .aa-Item').first() Expected: visible Timeout: 10000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 10000ms - waiting for locator('.aa-Panel .aa-Item').first() 35 | 36 | const results = page.locator(".aa-Panel .aa-Item"); > 37 | await expect(results.first()).toBeVisible({ timeout: 10000 }); | ^ 38 | 39 | const count = await results.count(); 40 | expect(count).toBeGreaterThanOrEqual(1); at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-search-pagefind.spec.ts:37:33
[chromium] › tests/html-search-pagefind.spec.ts:5:5 › Pagefind search returns results for indexed content: tests/integration/playwright/tests/html-search-pagefind.spec.ts#L20
1) [chromium] › tests/html-search-pagefind.spec.ts:5:5 › Pagefind search returns results for indexed content Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('.aa-Panel .aa-Item').first() Expected: visible Timeout: 10000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 10000ms - waiting for locator('.aa-Panel .aa-Item').first() 18 | // Wait for search results to appear in the autocomplete panel 19 | const results = page.locator(".aa-Panel .aa-Item"); > 20 | await expect(results.first()).toBeVisible({ timeout: 10000 }); | ^ 21 | 22 | const count = await results.count(); 23 | expect(count).toBeGreaterThanOrEqual(1); at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-search-pagefind.spec.ts:20:33
[chromium] › tests/html-search-pagefind.spec.ts:5:5 › Pagefind search returns results for indexed content: tests/integration/playwright/tests/html-search-pagefind.spec.ts#L20
1) [chromium] › tests/html-search-pagefind.spec.ts:5:5 › Pagefind search returns results for indexed content Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('.aa-Panel .aa-Item').first() Expected: visible Timeout: 10000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 10000ms - waiting for locator('.aa-Panel .aa-Item').first() 18 | // Wait for search results to appear in the autocomplete panel 19 | const results = page.locator(".aa-Panel .aa-Item"); > 20 | await expect(results.first()).toBeVisible({ timeout: 10000 }); | ^ 21 | 22 | const count = await results.count(); 23 | expect(count).toBeGreaterThanOrEqual(1); at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-search-pagefind.spec.ts:20:33
[chromium] › tests/html-search-pagefind.spec.ts:5:5 › Pagefind search returns results for indexed content: tests/integration/playwright/tests/html-search-pagefind.spec.ts#L20
1) [chromium] › tests/html-search-pagefind.spec.ts:5:5 › Pagefind search returns results for indexed content Error: expect(locator).toBeVisible() failed Locator: locator('.aa-Panel .aa-Item').first() Expected: visible Timeout: 10000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 10000ms - waiting for locator('.aa-Panel .aa-Item').first() 18 | // Wait for search results to appear in the autocomplete panel 19 | const results = page.locator(".aa-Panel .aa-Item"); > 20 | await expect(results.first()).toBeVisible({ timeout: 10000 }); | ^ 21 | 22 | const count = await results.count(); 23 | expect(count).toBeGreaterThanOrEqual(1); at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-search-pagefind.spec.ts:20:33
Running Tests buckets 08 / Run smoke (ubuntu-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0dp+waQAAAAC84eWEbFe+SLJa5XwmlqKxUEhMMzBFREdFMDQwNgBFZGdl
Running Tests buckets 08 / Run smoke (ubuntu-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 15 / Run smoke (ubuntu-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>05Z+waQAAAAD4SkpJI50aR4W5bnFnIlwzUEhYMzFFREdFMDYwOABFZGdl
Running Tests buckets 15 / Run smoke (ubuntu-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 14 / Run smoke (ubuntu-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0/J+waQAAAAAXxID6Is49RbS9Y+Usj/8KUEhMMzBFREdFMDIxOABFZGdl
Running Tests buckets 14 / Run smoke (ubuntu-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 11 / Run smoke (ubuntu-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0DKCwaQAAAADloZj804YqQ7YpfGg34w0rQ0hHRURHRTE3MTIARWRnZQ==
Running Tests buckets 11 / Run smoke (ubuntu-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 13 / Run smoke (ubuntu-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0DKCwaQAAAAADFqq106HHS6zjudyD7Zz8UEhMMzBFREdFMDQxNgBFZGdl
Running Tests buckets 13 / Run smoke (ubuntu-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 10 / Run smoke (ubuntu-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0JqCwaQAAAADEuGXERyE0QbS/l9TwM33zUEFPRURHRTA2MDcARWRnZQ==
Running Tests buckets 10 / Run smoke (ubuntu-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 02 / Run smoke (ubuntu-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0KqCwaQAAAABDAkNGgf8DRo/gPt5u8oBzUEhMMzBFREdFMDExOQBFZGdl
Running Tests buckets 02 / Run smoke (ubuntu-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 20 / Run smoke (ubuntu-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0O6CwaQAAAABbKRUUn3oES5N98KdtMB8SUEFPRURHRTA2MjIARWRnZQ==
Running Tests buckets 20 / Run smoke (ubuntu-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 04 / Run smoke (ubuntu-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0SqCwaQAAAAA/WZbd+werTIWboHFl3cvEUEFPRURHRTA2MTUARWRnZQ==
Running Tests buckets 04 / Run smoke (ubuntu-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 07 / Run smoke (ubuntu-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0S6CwaQAAAABmFQiq3yccT7ppF8baGU3uQ0hJMzBFREdFMDQxMwBFZGdl
Running Tests buckets 07 / Run smoke (ubuntu-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 18 / Run smoke (ubuntu-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0T6CwaQAAAAAEMQGt0OhsQYA5e1JL94FlUEFPRURHRTA2MTcARWRnZQ==
Running Tests buckets 18 / Run smoke (ubuntu-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 06 / Run smoke (ubuntu-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0d6CwaQAAAADWZDW0eh7UQZuInYoQF5QtUEFPRURHRTA2MjIARWRnZQ==
Running Tests buckets 06 / Run smoke (ubuntu-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 09 / Run smoke (ubuntu-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0laCwaQAAAABxgj59Wa/SS4M8/G9Tdk/uUEFPRURHRTA1MTQARWRnZQ==
Running Tests buckets 09 / Run smoke (ubuntu-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 05 / Run smoke (ubuntu-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0maCwaQAAAAD8lOoZVCRmRZtrJAlpFlHZRE0yRURHRTEwMDcARWRnZQ==
Running Tests buckets 05 / Run smoke (ubuntu-latest)
variable used before declaration
Running Tests buckets 05 / Run smoke (ubuntu-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 17 / Run smoke (ubuntu-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0vaCwaQAAAABzMi57qEfnTbWNV/pV1YYJUEFPRURHRTA1MTIARWRnZQ==
Running Tests buckets 17 / Run smoke (ubuntu-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 16 / Run smoke (ubuntu-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0+qCwaQAAAABA8h19HKP4RqfCJOZjB0xgRE0yRURHRTA5MTQARWRnZQ==
Running Tests buckets 16 / Run smoke (ubuntu-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 19 / Run smoke (ubuntu-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0p6GwaQAAAABcJs7bGhi7SIvPRm46cn4URE0yRURHRTEwMjAARWRnZQ==
Running Tests buckets 19 / Run smoke (ubuntu-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 12 / Run smoke (ubuntu-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>00aGwaQAAAACNqH5CZluNQLwlQrXC6idWRE0yRURHRTEwMDcARWRnZQ==
Running Tests buckets 12 / Run smoke (ubuntu-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 01 / Run smoke (ubuntu-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>00qGwaQAAAABQFGvxFtJBQ6o4eDP9rXPVRE0yRURHRTEwMjIARWRnZQ==
Running Tests buckets 01 / Run smoke (ubuntu-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 19 / Run smoke (windows-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>01KGwaQAAAAAQQNei8F9fQJ5jiUs0Le3+UEhMMzBFREdFMDIxOQBFZGdl
Running Tests buckets 19 / Run smoke (windows-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 04 / Run smoke (windows-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>01KGwaQAAAAByjS6w4h0JQr9DnLCi8Q+NQ0hJMzBFREdFMDIxNwBFZGdl
Running Tests buckets 04 / Run smoke (windows-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 06 / Run smoke (windows-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>08qGwaQAAAAA9J834OVudQaIQTry3MwOVUEhMMzBFREdFMDQxNwBFZGdl
Running Tests buckets 06 / Run smoke (windows-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 11 / Run smoke (windows-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0D6KwaQAAAAAGVq9KBrZCSrRPblOJMmwpUEhMMzBFREdFMDQwNgBFZGdl
Running Tests buckets 11 / Run smoke (windows-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 03 / Run smoke (windows-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0FqKwaQAAAABoG7V+h7n5Ro+zqNBdrcjgRE0yRURHRTA3MTYARWRnZQ==
Running Tests buckets 03 / Run smoke (windows-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 17 / Run smoke (windows-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0HKKwaQAAAADN74DGK1H0R6GSB/kJOk1QUEFPRURHRTA2MTYARWRnZQ==
Running Tests buckets 17 / Run smoke (windows-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 15 / Run smoke (windows-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0IqKwaQAAAAAAR+ta7AEBS43Xe/iq4J87UEFPRURHRTA1MTUARWRnZQ==
Running Tests buckets 15 / Run smoke (windows-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 18 / Run smoke (windows-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0LqKwaQAAAACbplEPs46xRqHxmIKjtQpnUEhMMzBFREdFMDQxNgBFZGdl
Running Tests buckets 18 / Run smoke (windows-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 09 / Run smoke (windows-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0MaKwaQAAAAAuNXt1LT4jQpagorFivYP8UEhMMzBFREdFMDQwNgBFZGdl
Running Tests buckets 09 / Run smoke (windows-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 13 / Run smoke (windows-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0MaKwaQAAAADwn2SJyJ/6Q5IB9c01btbKUEhYMzFFREdFMDYxMgBFZGdl
Running Tests buckets 13 / Run smoke (windows-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 02 / Run smoke (windows-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0SaKwaQAAAACWf3GGd40hR62IDWYu6g78RE0yRURHRTA3MDcARWRnZQ==
Running Tests buckets 02 / Run smoke (windows-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 05 / Run smoke (windows-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0UaKwaQAAAABot/Js3LAURoWAV6OO4hHtREVOMzAxMDAwMTAzMDE3AEVkZ2U=
Running Tests buckets 05 / Run smoke (windows-latest)
variable used before declaration
Running Tests buckets 05 / Run smoke (windows-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 08 / Run smoke (windows-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0U6KwaQAAAAC9+2DQWYFNR6+8YPxkr2AGQ0hHRURHRTE3MDYARWRnZQ==
Running Tests buckets 08 / Run smoke (windows-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 14 / Run smoke (windows-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0jqKwaQAAAADbcNKMK2vbQJJuTLO9C7QsQ0hHRURHRTE4MTMARWRnZQ==
Running Tests buckets 14 / Run smoke (windows-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 16 / Run smoke (windows-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0kaKwaQAAAABPdbTOrBywR7CwMxINct+6UEhMMzBFREdFMDIxMABFZGdl
Running Tests buckets 16 / Run smoke (windows-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 12 / Run smoke (windows-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0nKKwaQAAAABtJ2AX9UywTIYsHbIRA7DkREVOMzAxMDAwMTA1MDMzAEVkZ2U=
Running Tests buckets 12 / Run smoke (windows-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 07 / Run smoke (windows-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0pqKwaQAAAAAoVpKeyRyxSq2uTqd5/ah6V1NURURHRTAzMTEARWRnZQ==
Running Tests buckets 07 / Run smoke (windows-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 01 / Run smoke (windows-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0p6KwaQAAAAD+exmmOtm9TZ6OQT6j3NtfQ0hJMzBFREdFMDEyMgBFZGdl
Running Tests buckets 01 / Run smoke (windows-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 20 / Run smoke (windows-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0xaKwaQAAAAAfuGN2xEwuQ5OmNUVl1hJ5RE0yRURHRTA4MjIARWRnZQ==
Running Tests buckets 20 / Run smoke (windows-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 10 / Run smoke (windows-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>04aOwaQAAAACHHKgob/xiTrHKjsiYNrvVREVOMzAxMDAwMTAzMDA5AEVkZ2U=
Running Tests buckets 10 / Run smoke (windows-latest)
Failed to restore: Cache service responded with 400
Running Tests buckets 03 / Run smoke (ubuntu-latest)
Failed to restore: Cache service responded with 400
🎭 Playwright Run Summary
18 failed [chromium] › tests/html-search-pagefind.spec.ts:5:5 › Pagefind search returns results for indexed content [chromium] › tests/html-search-pagefind.spec.ts:26:5 › Pagefind search returns results from other pages [chromium] › tests/html-search-pagefind.spec.ts:74:5 › Pagefind files are present in output ──── [chromium] › tests/html-search-pagefind.spec.ts:81:5 › Clicking a search result navigates to the correct page [chromium] › tests/html-search-pagefind.spec.ts:102:5 › Search result URLs have no double slashes [chromium] › tests/html-search-pagefind.spec.ts:122:5 › Search works after navigating to a result page [firefox] › tests/html-search-pagefind.spec.ts:5:5 › Pagefind search returns results for indexed content [firefox] › tests/html-search-pagefind.spec.ts:26:5 › Pagefind search returns results from other pages [firefox] › tests/html-search-pagefind.spec.ts:74:5 › Pagefind files are present in output ───── [firefox] › tests/html-search-pagefind.spec.ts:81:5 › Clicking a search result navigates to the correct page [firefox] › tests/html-search-pagefind.spec.ts:102:5 › Search result URLs have no double slashes [firefox] › tests/html-search-pagefind.spec.ts:122:5 › Search works after navigating to a result page [webkit] › tests/html-search-pagefind.spec.ts:5:5 › Pagefind search returns results for indexed content [webkit] › tests/html-search-pagefind.spec.ts:26:5 › Pagefind search returns results from other pages [webkit] › tests/html-search-pagefind.spec.ts:74:5 › Pagefind files are present in output ────── [webkit] › tests/html-search-pagefind.spec.ts:81:5 › Clicking a search result navigates to the correct page [webkit] › tests/html-search-pagefind.spec.ts:102:5 › Search result URLs have no double slashes [webkit] › tests/html-search-pagefind.spec.ts:122:5 › Search works after navigating to a result page 675 passed (16.9m)

Artifacts

Produced during runtime
Name Size Digest
playwright-report Expired
13.2 MB
sha256:fa26e96332043cdd62bfe046714f258d5053aa7f60d7bf0e2ae22047e8f1c891