Compare commits

..

2 Commits

Author SHA1 Message Date
vaidankarswapnil
c25d132954 Updated 1 test snapshot 2022-02-01 09:06:53 +05:30
vaidankarswapnil
15eedb898d Fixed a11y graph input query issue 2022-02-01 09:02:05 +05:30
4 changed files with 0 additions and 6 deletions

View File

@@ -164,7 +164,6 @@ export class InputTypeaheadComponent extends React.Component<
<TextField
multiline={useTextarea}
rows={1}
id="input"
defaultValue={defaultValue}
ariaLabel="Input query"
placeholder={placeholder}

View File

@@ -14,7 +14,6 @@ exports[`inputTypeahead renders <input /> 1`] = `
<StyledTextFieldBase
ariaLabel="Input query"
className="input-type-head-text-field"
id="input"
multiline={false}
onChange={[Function]}
onFocus={[Function]}
@@ -41,7 +40,6 @@ exports[`inputTypeahead renders <textarea /> 1`] = `
<StyledTextFieldBase
ariaLabel="Input query"
className="input-type-head-text-field"
id="input"
multiline={true}
onChange={[Function]}
onFocus={[Function]}

View File

@@ -582,7 +582,6 @@ export class ThroughputInputAutoPilotV3Component extends React.Component<
onChange={this.onThroughputChange}
min={this.props.minimum}
errorMessage={this.props.throughputError}
ariaLabel="Estimate your required throughput with capacity calculator"
/>
{this.state.exceedFreeTierThroughput && (
<MessageBar

View File

@@ -262,7 +262,6 @@ exports[`ThroughputInputAutoPilotV3Component spendAck checkbox visible 1`] = `
</StyledLinkBase>
</Text>
<StyledTextFieldBase
ariaLabel="Estimate your required throughput with capacity calculator"
disabled={false}
id="throughputInput"
key="provisioned throughput input"
@@ -538,7 +537,6 @@ exports[`ThroughputInputAutoPilotV3Component throughput input visible 1`] = `
</StyledLinkBase>
</Text>
<StyledTextFieldBase
ariaLabel="Estimate your required throughput with capacity calculator"
disabled={false}
id="throughputInput"
key="provisioned throughput input"