fix autoscale selector

This commit is contained in:
Asier Isayas
2025-12-08 09:55:21 -08:00
parent bbfff77495
commit 2a02112d87

View File

@@ -115,7 +115,7 @@ test.describe("Autoscale and Manual throughput", () => {
};
const switchManualToAutoscaleThroughput = async (): Promise<void> => {
const autoscaleRadioButton = explorer.frame.getByText("Autoscale");
const autoscaleRadioButton = explorer.frame.getByText("Autoscale", { exact: true });
await autoscaleRadioButton.click();
await expect(explorer.commandBarButton(CommandBarButton.Save)).toBeEnabled();
await explorer.commandBarButton(CommandBarButton.Save).click();