Compare commits

...

2 Commits

Author SHA1 Message Date
vaidankarswapnil
b5718d4ab7 Updated 1 test snapshot 2022-02-07 12:35:51 +05:30
vaidankarswapnil
3eeebc9114 Fixed a11y scale tab manual option label issue 2022-02-07 12:30:38 +05:30
2 changed files with 3 additions and 0 deletions

View File

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

View File

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