Fix cross-coverage intersect typo, enable minification, Lighthouse a1… #54
Annotations
3 errors and 1 notice
|
waveform-e2e
Process completed with exit code 1.
|
|
e2e/waveform.spec.js:92:1 › waveform toolbar buttons send correct commands:
e2e/waveform.spec.js#L134
1) e2e/waveform.spec.js:92:1 › waveform toolbar buttons send correct commands ────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Expected command blob "transition_previous" for button "Previous transition"
expect(received).toContainEqual(expected) // deep equality
Expected value: "transition_previous
"
Received array: []
Call Log:
- Timeout 3000ms exceeded while waiting on the predicate
132 | for (const { title, cmd } of buttons) {
133 | await page.getByTitle(title).click();
> 134 | await expect.poll(
| ^
135 | () => page.evaluate(() => window._cmdTexts),
136 | { timeout: 3_000, message: `Expected command blob "${cmd}" for button "${title}"` }
137 | ).toContainEqual(cmd + '\n');
at /home/runner/work/sv-tutorial/sv-tutorial/e2e/waveform.spec.js:134:5
|
|
e2e/waveform.spec.js:92:1 › waveform toolbar buttons send correct commands:
e2e/waveform.spec.js#L134
1) e2e/waveform.spec.js:92:1 › waveform toolbar buttons send correct commands ────────────────────
Error: Expected command blob "transition_previous" for button "Previous transition"
expect(received).toContainEqual(expected) // deep equality
Expected value: "transition_previous
"
Received array: []
Call Log:
- Timeout 3000ms exceeded while waiting on the predicate
132 | for (const { title, cmd } of buttons) {
133 | await page.getByTitle(title).click();
> 134 | await expect.poll(
| ^
135 | () => page.evaluate(() => window._cmdTexts),
136 | { timeout: 3_000, message: `Expected command blob "${cmd}" for button "${title}"` }
137 | ).toContainEqual(cmd + '\n');
at /home/runner/work/sv-tutorial/sv-tutorial/e2e/waveform.spec.js:134:5
|
|
🎭 Playwright Run Summary
1 failed
e2e/waveform.spec.js:92:1 › waveform toolbar buttons send correct commands ─────────────────────
6 passed (1.2m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-waveform-22432768606
Expired
|
22 MB |
sha256:95b5b56fc806ae3a84582d8827d94597bf81094ae3a8c7da977de92408f85244
|
|