tests: Update floating video test.
Some checks are pending
CI Pipeline / prepare (push) Waiting to run
CI Pipeline / docker (amd64, ubuntu-24.04) (push) Blocked by required conditions
CI Pipeline / docker (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
CI Pipeline / create-manifest (push) Blocked by required conditions
Build and Push Multi-Arch Docker Image / build-and-push (push) Waiting to run
Frontend Tests / test (push) Waiting to run

This commit is contained in:
SergeantPanda 2026-03-28 18:14:25 -05:00
parent f00d1fe63c
commit 1d3cd5fd75

View file

@ -150,6 +150,10 @@ describe('FloatingVideo', () => {
type: 'mpegts',
url: 'http://example.com/stream.ts',
isLive: true,
}),
expect.objectContaining({
enableWorker: true,
enableStashBuffer: false,
})
);
});