mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-02 19:43:10 +03:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user