diff --git a/src/Common/Tooltip/InfoTooltip.tsx b/src/Common/Tooltip/InfoTooltip.tsx index 480aa9020..3ce33ca93 100644 --- a/src/Common/Tooltip/InfoTooltip.tsx +++ b/src/Common/Tooltip/InfoTooltip.tsx @@ -9,7 +9,7 @@ export const InfoTooltip: React.FunctionComponent = ({ children }: return ( - + ); diff --git a/src/Explorer/Controls/ThroughputInput/__snapshots__/ThroughputInput.test.tsx.snap b/src/Explorer/Controls/ThroughputInput/__snapshots__/ThroughputInput.test.tsx.snap index d295a7574..4a928aae8 100644 --- a/src/Explorer/Controls/ThroughputInput/__snapshots__/ThroughputInput.test.tsx.snap +++ b/src/Explorer/Controls/ThroughputInput/__snapshots__/ThroughputInput.test.tsx.snap @@ -345,12 +345,14 @@ exports[`ThroughputInput Pane should render Default properly 1`] = ` ariaLabel="Info" className="panelInfoIcon" iconName="Info" + tabIndex={0} >  @@ -1327,12 +1330,14 @@ exports[`ThroughputInput Pane should render Default properly 1`] = ` ariaLabel="Info" className="panelInfoIcon" iconName="Info" + tabIndex={0} >  diff --git a/src/Explorer/Panes/SettingsPane/SettingsPane.tsx b/src/Explorer/Panes/SettingsPane/SettingsPane.tsx index bec1200f7..db0746276 100644 --- a/src/Explorer/Panes/SettingsPane/SettingsPane.tsx +++ b/src/Explorer/Panes/SettingsPane/SettingsPane.tsx @@ -195,7 +195,6 @@ export const SettingsPane: FunctionComponent = () => { step={1} className="textfontclr" role="textbox" - tabIndex={0} id="max-degree" value={"" + maxDegreeOfParallelism} onIncrement={(newValue) => setMaxDegreeOfParallelism(parseInt(newValue) + 1 || maxDegreeOfParallelism)} diff --git a/src/Explorer/Panes/SettingsPane/__snapshots__/SettingsPane.test.tsx.snap b/src/Explorer/Panes/SettingsPane/__snapshots__/SettingsPane.test.tsx.snap index fdf0642f7..ccc2ad3a7 100644 --- a/src/Explorer/Panes/SettingsPane/__snapshots__/SettingsPane.test.tsx.snap +++ b/src/Explorer/Panes/SettingsPane/__snapshots__/SettingsPane.test.tsx.snap @@ -123,7 +123,6 @@ exports[`Settings Pane should render Default properly 1`] = ` onValidate={[Function]} role="textbox" step={1} - tabIndex={0} value="6" />