test(client): account for the screen share FPS select in settings tests

Follow-up to the screen share FPS setting (#115).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LwtnpHAoSFr1ZibQgQkNQK
This commit is contained in:
Claude
2026-07-19 10:50:11 +00:00
parent 9e6ff47194
commit 5ac407a71a
@@ -256,8 +256,8 @@ describe("SettingsOverlay", () => {
getTab(container, 5).click();
const selects = container.querySelectorAll("select.form-input");
// input device, output device, video quality, video device = 4
expect(selects.length).toBe(4);
// input device, output device, video quality, screen share fps, video device = 5
expect(selects.length).toBe(5);
const sliders = container.querySelectorAll(".settings-slider");
expect(sliders.length).toBeGreaterThanOrEqual(1);