[MS] FileControlsPlayback component #21582
Annotations
4 errors and 1 notice
E2E tests:
client/tests/e2e/specs/file_viewers.spec.ts#L138
1) [Google Chrome] › specs/file_viewers.spec.ts:119:1 › Audio viewer ─────────────────────────────
Error: Expected media to have a volume of '0.49' but has '0.48'
136 | await expectMedia(audio).toHaveVolume(1);
137 | await volumeSlider.click();
> 138 | await expectMedia(audio).toHaveVolume(0.49);
| ^
139 | await volumeButton.click();
140 | await expectMedia(audio).toHaveVolume(0);
141 | await volumeButton.click();
at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/file_viewers.spec.ts:138:28
|
E2E tests:
client/tests/e2e/specs/file_viewers.spec.ts#L138
1) [Google Chrome] › specs/file_viewers.spec.ts:119:1 › Audio viewer ─────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Expected media to have a volume of '0.49' but has '0.48'
136 | await expectMedia(audio).toHaveVolume(1);
137 | await volumeSlider.click();
> 138 | await expectMedia(audio).toHaveVolume(0.49);
| ^
139 | await volumeButton.click();
140 | await expectMedia(audio).toHaveVolume(0);
141 | await volumeButton.click();
at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/file_viewers.spec.ts:138:28
|
E2E tests:
client/tests/e2e/specs/file_viewers.spec.ts#L138
1) [Google Chrome] › specs/file_viewers.spec.ts:119:1 › Audio viewer ─────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Expected media to have a volume of '0.49' but has '0.48'
136 | await expectMedia(audio).toHaveVolume(1);
137 | await volumeSlider.click();
> 138 | await expectMedia(audio).toHaveVolume(0.49);
| ^
139 | await volumeButton.click();
140 | await expectMedia(audio).toHaveVolume(0);
141 | await volumeButton.click();
at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/file_viewers.spec.ts:138:28
|
E2E tests
Process completed with exit code 1.
|
E2E tests
1 failed
[Google Chrome] › specs/file_viewers.spec.ts:119:1 › Audio viewer ──────────────────────────────
238 passed (8.0m)
|
Loading