ignore nosql test files and list out the number of files runs on each shard

This commit is contained in:
Bikram Choudhury
2026-01-03 00:39:08 +05:30
parent 227c93a30b
commit 1039d835f4
3 changed files with 10 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ test.describe("Change Partition Key", () => {
// Click Scale & Settings and open Partition Key tab
await explorer.openScaleAndSettings(context);
const PartitionKeyTab = explorer.frame.getByTestId("settings-tab-header/PartitionKeyTab");
await expect(PartitionKeyTab).toBeVisible();
await PartitionKeyTab.click();
});