Add sv/data-types and sv/events lessons, update priority-enc #55
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-22436968700
Expired
|
25 MB |
sha256:f0a37c993d9b1343c44d1b1a7c8c2edfa4228fa01a8f227f9e06d4febe760eeb
|
|