fixed test issue

This commit is contained in:
Sakshi Gupta 2025-09-30 23:21:27 +05:30
parent 674057d1d6
commit 2542f25299

View File

@ -499,13 +499,13 @@ export class ThroughputInputAutoPilotV3Component extends React.Component<
<Stack>
<Stack horizontal>
<Stack.Item style={{ width: "34%" }}>
<span>{this.props.minimum.toLocaleString('en-US')}</span>
<span>{this.props.minimum.toLocaleString("en-US")}</span>
</Stack.Item>
<Stack.Item style={{ width: "66%" }}>
<span style={{ float: "left", transform: "translateX(-50%)" }}>
{this.props.instantMaximumThroughput.toLocaleString('en-US')}
{this.props.instantMaximumThroughput.toLocaleString("en-US")}
</span>
<span style={{ float: "right" }}>{this.props.softAllowedMaximumThroughput.toLocaleString('en-US')}</span>
<span style={{ float: "right" }}>{this.props.softAllowedMaximumThroughput.toLocaleString("en-US")}</span>
</Stack.Item>
</Stack>
<ProgressIndicator