Add q param to algolia search, fix search term highlighting across html nodes #6553
test-smokes-parallel.yml
on: pull_request
jobs-matrix
50s
check-matrix
9s
Matrix: run-smoke-tests
Annotations
10 errors, 81 warnings, and 1 notice
|
[firefox] › tests/html-search-tabsets.spec.ts:79:5 › Search activation overrides localStorage tab preference:
tests/integration/playwright/tests/html-search-tabsets.spec.ts#L93
4) [firefox] › tests/html-search-tabsets.spec.ts:79:5 › Search activation overrides localStorage tab preference
Error: expect(locator).toBeVisible() failed
Locator: locator('mark').first()
Expected: visible
Received: hidden
Timeout: 5000ms
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('mark').first()
9 × locator resolved to <mark>python-only-content</mark>
- unexpected value "hidden"
91 |
92 | const marks = page.locator('mark');
> 93 | await expect(marks.first()).toBeVisible({ timeout: 5000 });
| ^
94 |
95 | // Python tab should be active despite localStorage saying "R"
96 | const groupedSection = page.locator('#grouped-tabset');
at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-search-tabsets.spec.ts:93:31
|
|
[firefox] › tests/html-search-tabsets.spec.ts:35:5 › Search keeps active tab when it already has a match:
tests/integration/playwright/tests/html-search-tabsets.spec.ts#L39
3) [firefox] › tests/html-search-tabsets.spec.ts:35:5 › Search keeps active tab when it already has a match
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('mark').first()
Expected: visible
Received: hidden
Timeout: 5000ms
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('mark').first()
9 × locator resolved to <mark>gamma-both-tabs</mark>
- unexpected value "hidden"
37 |
38 | const marks = page.locator('mark');
> 39 | await expect(marks.first()).toBeVisible({ timeout: 5000 });
| ^
40 |
41 | // R tab should stay active — it already has a match
42 | const section = page.locator('#both-tabs-match');
at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-search-tabsets.spec.ts:39:31
|
|
[firefox] › tests/html-search-tabsets.spec.ts:35:5 › Search keeps active tab when it already has a match:
tests/integration/playwright/tests/html-search-tabsets.spec.ts#L39
3) [firefox] › tests/html-search-tabsets.spec.ts:35:5 › Search keeps active tab when it already has a match
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('mark').first()
Expected: visible
Received: hidden
Timeout: 5000ms
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('mark').first()
9 × locator resolved to <mark>gamma-both-tabs</mark>
- unexpected value "hidden"
37 |
38 | const marks = page.locator('mark');
> 39 | await expect(marks.first()).toBeVisible({ timeout: 5000 });
| ^
40 |
41 | // R tab should stay active — it already has a match
42 | const section = page.locator('#both-tabs-match');
at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-search-tabsets.spec.ts:39:31
|
|
[firefox] › tests/html-search-tabsets.spec.ts:35:5 › Search keeps active tab when it already has a match:
tests/integration/playwright/tests/html-search-tabsets.spec.ts#L39
3) [firefox] › tests/html-search-tabsets.spec.ts:35:5 › Search keeps active tab when it already has a match
Error: expect(locator).toBeVisible() failed
Locator: locator('mark').first()
Expected: visible
Received: hidden
Timeout: 5000ms
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('mark').first()
9 × locator resolved to <mark>gamma-both-tabs</mark>
- unexpected value "hidden"
37 |
38 | const marks = page.locator('mark');
> 39 | await expect(marks.first()).toBeVisible({ timeout: 5000 });
| ^
40 |
41 | // R tab should stay active — it already has a match
42 | const section = page.locator('#both-tabs-match');
at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-search-tabsets.spec.ts:39:31
|
|
[chromium] › tests/html-search-tabsets.spec.ts:79:5 › Search activation overrides localStorage tab preference:
tests/integration/playwright/tests/html-search-tabsets.spec.ts#L93
2) [chromium] › tests/html-search-tabsets.spec.ts:79:5 › Search activation overrides localStorage tab preference
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('mark').first()
Expected: visible
Received: hidden
Timeout: 5000ms
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('mark').first()
9 × locator resolved to <mark>python-only-content</mark>
- unexpected value "hidden"
91 |
92 | const marks = page.locator('mark');
> 93 | await expect(marks.first()).toBeVisible({ timeout: 5000 });
| ^
94 |
95 | // Python tab should be active despite localStorage saying "R"
96 | const groupedSection = page.locator('#grouped-tabset');
at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-search-tabsets.spec.ts:93:31
|
|
[chromium] › tests/html-search-tabsets.spec.ts:79:5 › Search activation overrides localStorage tab preference:
tests/integration/playwright/tests/html-search-tabsets.spec.ts#L93
2) [chromium] › tests/html-search-tabsets.spec.ts:79:5 › Search activation overrides localStorage tab preference
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('mark').first()
Expected: visible
Received: hidden
Timeout: 5000ms
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('mark').first()
9 × locator resolved to <mark>python-only-content</mark>
- unexpected value "hidden"
91 |
92 | const marks = page.locator('mark');
> 93 | await expect(marks.first()).toBeVisible({ timeout: 5000 });
| ^
94 |
95 | // Python tab should be active despite localStorage saying "R"
96 | const groupedSection = page.locator('#grouped-tabset');
at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-search-tabsets.spec.ts:93:31
|
|
[chromium] › tests/html-search-tabsets.spec.ts:79:5 › Search activation overrides localStorage tab preference:
tests/integration/playwright/tests/html-search-tabsets.spec.ts#L93
2) [chromium] › tests/html-search-tabsets.spec.ts:79:5 › Search activation overrides localStorage tab preference
Error: expect(locator).toBeVisible() failed
Locator: locator('mark').first()
Expected: visible
Received: hidden
Timeout: 5000ms
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('mark').first()
9 × locator resolved to <mark>python-only-content</mark>
- unexpected value "hidden"
91 |
92 | const marks = page.locator('mark');
> 93 | await expect(marks.first()).toBeVisible({ timeout: 5000 });
| ^
94 |
95 | // Python tab should be active despite localStorage saying "R"
96 | const groupedSection = page.locator('#grouped-tabset');
at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-search-tabsets.spec.ts:93:31
|
|
[chromium] › tests/html-search-tabsets.spec.ts:35:5 › Search keeps active tab when it already has a match:
tests/integration/playwright/tests/html-search-tabsets.spec.ts#L39
1) [chromium] › tests/html-search-tabsets.spec.ts:35:5 › Search keeps active tab when it already has a match
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('mark').first()
Expected: visible
Received: hidden
Timeout: 5000ms
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('mark').first()
9 × locator resolved to <mark>gamma-both-tabs</mark>
- unexpected value "hidden"
37 |
38 | const marks = page.locator('mark');
> 39 | await expect(marks.first()).toBeVisible({ timeout: 5000 });
| ^
40 |
41 | // R tab should stay active — it already has a match
42 | const section = page.locator('#both-tabs-match');
at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-search-tabsets.spec.ts:39:31
|
|
[chromium] › tests/html-search-tabsets.spec.ts:35:5 › Search keeps active tab when it already has a match:
tests/integration/playwright/tests/html-search-tabsets.spec.ts#L39
1) [chromium] › tests/html-search-tabsets.spec.ts:35:5 › Search keeps active tab when it already has a match
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('mark').first()
Expected: visible
Received: hidden
Timeout: 5000ms
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('mark').first()
9 × locator resolved to <mark>gamma-both-tabs</mark>
- unexpected value "hidden"
37 |
38 | const marks = page.locator('mark');
> 39 | await expect(marks.first()).toBeVisible({ timeout: 5000 });
| ^
40 |
41 | // R tab should stay active — it already has a match
42 | const section = page.locator('#both-tabs-match');
at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-search-tabsets.spec.ts:39:31
|
|
[chromium] › tests/html-search-tabsets.spec.ts:35:5 › Search keeps active tab when it already has a match:
tests/integration/playwright/tests/html-search-tabsets.spec.ts#L39
1) [chromium] › tests/html-search-tabsets.spec.ts:35:5 › Search keeps active tab when it already has a match
Error: expect(locator).toBeVisible() failed
Locator: locator('mark').first()
Expected: visible
Received: hidden
Timeout: 5000ms
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('mark').first()
9 × locator resolved to <mark>gamma-both-tabs</mark>
- unexpected value "hidden"
37 |
38 | const marks = page.locator('mark');
> 39 | await expect(marks.first()).toBeVisible({ timeout: 5000 });
| ^
40 |
41 | // R tab should stay active — it already has a match
42 | const section = page.locator('#both-tabs-match');
at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-search-tabsets.spec.ts:39:31
|
|
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>0wL6YaQAAAADGWlPhkLVMQKHV7JI3H7lVQ0hJMzBFREdFMDQwNgBFZGdl
|
|
Running Tests buckets 06 / Run smoke (ubuntu-latest)
Failed to restore: Cache service responded with 400
|
|
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>0476YaQAAAABlx17NSSFAR5ql3T2P7PELUEhYMzFFREdFMDYxMQBFZGdl
|
|
Running Tests buckets 08 / 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>05L6YaQAAAAA4wfCQhUiISYbfcjcuPNwcQ0hHRURHRTE5MjAARWRnZQ==
|
|
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>0H7+YaQAAAABCR/IMRmoqSKvSgBlU6YiFQ0hHRURHRTE3MDYARWRnZQ==
|
|
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>0KL+YaQAAAABvq20znaXKSawKbjE3MCJOUEhMMzBFREdFMDIxMwBFZGdl
|
|
Running Tests buckets 01 / 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>0L7+YaQAAAACcq5KM5g+9TaDZK4sFH2aAUEhMMzBFREdFMDQxNwBFZGdl
|
|
Running Tests buckets 18 / 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>0R7+YaQAAAAC3HekfrfTVS7DDen/kukxfQ0hJMzBFREdFMDIxMQBFZGdl
|
|
Running Tests buckets 16 / 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>0Ub+YaQAAAACVJaSAeBgCSLDR6+3p4EMRRE0yRURHRTA5MDkARWRnZQ==
|
|
Running Tests buckets 02 / 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>0W7+YaQAAAAA2ZFCKz39oR7ehtOoX1moKUEhMMzBFREdFMDIxNgBFZGdl
|
|
Running Tests buckets 05 / 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>0ab+YaQAAAAAvbDE6UkBnQKQk8dqKXtrnREVOMzAxMDAwMTAxMDMxAEVkZ2U=
|
|
Running Tests buckets 15 / 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>0ar+YaQAAAACLk2b/ZRFvTqh59MML3FyyREVOMzAxMDAwMTA0MDIzAEVkZ2U=
|
|
Running Tests buckets 17 / 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>0br+YaQAAAACf04XkX4a4Tr2G86gZrZCxUEFPRURHRTA1MDcARWRnZQ==
|
|
Running Tests buckets 07 / 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>0hL+YaQAAAADG5AnNMFd3Sb18jvZHBT4/REVOMzAxMDAwMTAzMDQ1AEVkZ2U=
|
|
Running Tests buckets 14 / 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>0qr+YaQAAAAAirc7WfVqmTrn3GmBtxDouQ0hJMzBFREdFMDMwOQBFZGdl
|
|
Running Tests buckets 04 / 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>0uL+YaQAAAADi5MORrr5OTIw3WWwfyDa2UEhMMzBFREdFMDEwNwBFZGdl
|
|
Running Tests buckets 10 / 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>0ur+YaQAAAAB3Efo85O/gSLBUT3ZyfI5iUEhYMzFFREdFMDUyMABFZGdl
|
|
Running Tests buckets 11 / 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>0vr+YaQAAAADtfRVYmTs5Qp5zSFWMqRmAUEhYMzFFREdFMDUxMQBFZGdl
|
|
Running Tests buckets 09 / 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>05r+YaQAAAADC0adXzLzzRqUvdRX7ls2dREVOMzAxMDAwMTA1MDQ5AEVkZ2U=
|
|
Running Tests buckets 13 / 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>0+7+YaQAAAACN3G1rEjb2TIuGQOr5UvLCRE0yRURHRTEwMDgARWRnZQ==
|
|
Running Tests buckets 20 / Run smoke (ubuntu-latest)
variable used before declaration
|
|
Running Tests buckets 20 / Run smoke (ubuntu-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>0MMCYaQAAAAC6vfMhjlrLQovC6+Qnp9skUEhMMzBFREdFMDEyMABFZGdl
|
|
Running Tests buckets 06 / 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>0SMCYaQAAAADw5ZuRxS21SrZTv0yqeqrEUEFPRURHRTA1MTQARWRnZQ==
|
|
Running Tests buckets 08 / 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>0dcCYaQAAAADUmn8yUlt7SZWf5spJt9IGUEhMMzBFREdFMDQxOABFZGdl
|
|
Running Tests buckets 18 / 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>0rcCYaQAAAABxHPt+RbbARKpdk1e00749UEhMMzBFREdFMDIxMQBFZGdl
|
|
Running Tests buckets 17 / 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>0sMCYaQAAAAA2ikZEQgXASpe6gF9kBYFNQ0hJMzBFREdFMDQwOQBFZGdl
|
|
Running Tests buckets 12 / Run smoke (windows-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>0scCYaQAAAACTgj5rZIgAR7K8eO0oSZT+UEhMMzBFREdFMDQxNgBFZGdl
|
|
Running Tests buckets 19 / 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>028CYaQAAAABVCQWClpLcSKTqp/8276EBUEFPRURHRTA2MTIARWRnZQ==
|
|
Running Tests buckets 16 / 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>03cCYaQAAAADnZvK2gMOATZm56+rK40CFUEhMMzBFREdFMDEwOABFZGdl
|
|
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>07cCYaQAAAADt7D6nrh2YQr2WVf/nlp3tUEhMMzBFREdFMDEyMQBFZGdl
|
|
Running Tests buckets 20 / Run smoke (windows-latest)
variable used before declaration
|
|
Running Tests buckets 20 / 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>0D8GYaQAAAADKgxkNr9HeRpUmcJDU48YDUEFPRURHRTA1MjIARWRnZQ==
|
|
Running Tests buckets 15 / 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>0K8GYaQAAAACfwKzqv208TY+HEbdSPoBPQ0hHRURHRTE3MTYARWRnZQ==
|
|
Running Tests buckets 02 / 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>0VcGYaQAAAADgjdzx2vThQIP+hU1ZqC0eQ0hJMzBFREdFMDIxOQBFZGdl
|
|
Running Tests buckets 09 / 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>0jsGYaQAAAACu6R8YfgaKSZVV6zCKdWZRUEFPRURHRTA2MjIARWRnZQ==
|
|
Running Tests buckets 14 / 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>0l8GYaQAAAAC6aTwX+csUS5TCx8aAnZl2Q0hHRURHRTE4MTcARWRnZQ==
|
|
Running Tests buckets 13 / 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>0msGYaQAAAAC9Tw0/4lqBQrT3MKSoHBajUEFPRURHRTA2MDcARWRnZQ==
|
|
Running Tests buckets 10 / 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>0m8GYaQAAAACZG/HFlI+FRrlU1wYp3u4CUEFPRURHRTA1MTkARWRnZQ==
|
|
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>01sGYaQAAAAAUBF+uzDuQQZMf9tiCyDfrQ0hJMzBFREdFMDExNwBFZGdl
|
|
Running Tests buckets 03 / 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
|
|
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>06MGYaQAAAAAAm3v3JFtpRKFWBnCFE/5NUEFPRURHRTA1MjIARWRnZQ==
|
|
Running Tests buckets 07 / 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>0M8KYaQAAAAB3uVExzsvlQKPryUAAGgcXUEhYMzFFREdFMDUxOQBFZGdl
|
|
Running Tests buckets 04 / 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>0Z8KYaQAAAAC/R/XYuW4aSo+Ay5ryl9MDUEhYMzFFREdFMDUyMABFZGdl
|
|
Running Tests buckets 05 / Run smoke (windows-latest)
Failed to restore: Cache service responded with 400
|
|
🎭 Playwright Run Summary
6 failed
[chromium] › tests/html-search-tabsets.spec.ts:35:5 › Search keeps active tab when it already has a match
[chromium] › tests/html-search-tabsets.spec.ts:79:5 › Search activation overrides localStorage tab preference
[firefox] › tests/html-search-tabsets.spec.ts:35:5 › Search keeps active tab when it already has a match
[firefox] › tests/html-search-tabsets.spec.ts:79:5 › Search activation overrides localStorage tab preference
[webkit] › tests/html-search-tabsets.spec.ts:35:5 › Search keeps active tab when it already has a match
[webkit] › tests/html-search-tabsets.spec.ts:79:5 › Search activation overrides localStorage tab preference
582 passed (7.8m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
2.08 MB |
sha256:84c1c59fee017895cc50e07e68b0bdf590544c91c2deaa842d3c61f9aa6f7202
|
|