fixed test issue

This commit is contained in:
Sakshi Gupta 2025-09-30 23:18:03 +05:30
parent 89cea73f19
commit 674057d1d6
2 changed files with 6 additions and 6 deletions

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()}</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()}
{this.props.instantMaximumThroughput.toLocaleString('en-US')}
</span>
<span style={{ float: "right" }}>{this.props.softAllowedMaximumThroughput.toLocaleString()}</span>
<span style={{ float: "right" }}>{this.props.softAllowedMaximumThroughput.toLocaleString('en-US')}</span>
</Stack.Item>
</Stack>
<ProgressIndicator

View File

@ -419,7 +419,7 @@ exports[`ThroughputInputAutoPilotV3Component autopilot input visible 1`] = `
}
}
>
10,00,000
1,000,000
</span>
</StackItem>
</Stack>
@ -986,7 +986,7 @@ exports[`ThroughputInputAutoPilotV3Component spendAck checkbox visible 1`] = `
}
}
>
10,00,000
1,000,000
</span>
</StackItem>
</Stack>
@ -1531,7 +1531,7 @@ exports[`ThroughputInputAutoPilotV3Component throughput input visible 1`] = `
}
}
>
10,00,000
1,000,000
</span>
</StackItem>
</Stack>