Fix transition buttons: use MoveCursorToTransition inject_message #50
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.3m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-waveform-22430011173
Expired
|
17.3 MB |
sha256:b26ee651d6340218cba614c6ba1b576a4c21b6d00c0fbefc37bddfdd7a77050a
|
|