diff --git a/packages/studio/src/components/editor/propertyPanelFlatColorGradingSection.test.tsx b/packages/studio/src/components/editor/propertyPanelFlatColorGradingSection.test.tsx index 9899dcd9d..db615065e 100644 --- a/packages/studio/src/components/editor/propertyPanelFlatColorGradingSection.test.tsx +++ b/packages/studio/src/components/editor/propertyPanelFlatColorGradingSection.test.tsx @@ -278,6 +278,7 @@ describe("FlatColorGradingSection — Preset + LUT", () => { act(() => lutToggle?.dispatchEvent(new MouseEvent("click", { bubbles: true }))); const lutSelect = host.querySelector('[data-flat-grade-lut-select="true"]'); if (!lutSelect) throw new Error("expected a LUT catalog select"); + expect(lutSelect.getAttribute("aria-label")).toBe("Custom LUT"); act(() => { lutSelect.value = "assets/luts/cool.cube"; lutSelect.dispatchEvent(new Event("change", { bubbles: true })); @@ -611,4 +612,11 @@ describe("FlatColorGradingSection — HDR banner and Apply scope", () => { expect(onApplyToScope).toHaveBeenCalledTimes(1); act(() => root.unmount()); }); + + it("gives the Copy-grade-to scope select an accessible name — the visible text sits in a sibling span, not a