diff --git a/src/Explorer/Controls/ThroughputInput/ThroughputInput.tsx b/src/Explorer/Controls/ThroughputInput/ThroughputInput.tsx index 8c780cebc..de8b7757a 100644 --- a/src/Explorer/Controls/ThroughputInput/ThroughputInput.tsx +++ b/src/Explorer/Controls/ThroughputInput/ThroughputInput.tsx @@ -118,6 +118,7 @@ export const ThroughputInput: FunctionComponent = ({ = ({ aria-label="Manual mode" checked={!isAutoscaleSelected} type="radio" + aria-required={true} role="radio" tabIndex={0} onChange={(e) => handleOnChangeMode(e, "Manual")} diff --git a/src/Explorer/Controls/ThroughputInput/__snapshots__/ThroughputInput.test.tsx.snap b/src/Explorer/Controls/ThroughputInput/__snapshots__/ThroughputInput.test.tsx.snap index 4a928aae8..0798c01ef 100644 --- a/src/Explorer/Controls/ThroughputInput/__snapshots__/ThroughputInput.test.tsx.snap +++ b/src/Explorer/Controls/ThroughputInput/__snapshots__/ThroughputInput.test.tsx.snap @@ -654,6 +654,7 @@ exports[`ThroughputInput Pane should render Default properly 1`] = ` >