From 7f546cf94bd836ec6875c18b064757f70a167414 Mon Sep 17 00:00:00 2001 From: Bikram Choudhury Date: Wed, 7 Jan 2026 12:30:40 +0530 Subject: [PATCH] formating fix --- test/sql/scaleAndSettings/changePartitionKey.spec.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/sql/scaleAndSettings/changePartitionKey.spec.ts b/test/sql/scaleAndSettings/changePartitionKey.spec.ts index e1a15c3f6..95f5a957a 100644 --- a/test/sql/scaleAndSettings/changePartitionKey.spec.ts +++ b/test/sql/scaleAndSettings/changePartitionKey.spec.ts @@ -83,12 +83,12 @@ // await changePkPanel.getByLabel("Use existing container").check(); // await changePkPanel.getByText("Choose an existing container").click(); - // const containerDropdownItem = await getDropdownItemByNameOrPosition( - // explorer.frame, - // { name: newContainerId }, - // { ariaLabel: "Existing Containers" }, - // ); - // await containerDropdownItem.click(); +// const containerDropdownItem = await getDropdownItemByNameOrPosition( +// explorer.frame, +// { name: newContainerId }, +// { ariaLabel: "Existing Containers" }, +// ); +// await containerDropdownItem.click(); // await changePkPanel.getByTestId("Panel/OkButton").click(); // await explorer.frame.getByRole("button", { name: "Cancel" }).click();