mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-07-21 21:07:23 +01:00
Remove all of the test.skip() calls.
This commit is contained in:
@@ -28,7 +28,6 @@ test.describe("Change Partition Key", () => {
|
||||
});
|
||||
|
||||
test("Change partition key path", async ({ page }) => {
|
||||
test.skip();
|
||||
await expect(explorer.frame.getByText("/partitionKey")).toBeVisible();
|
||||
await expect(explorer.frame.getByText("Change partition key")).toBeVisible();
|
||||
await expect(explorer.frame.getByText(/To safeguard the integrity of/)).toBeVisible();
|
||||
|
||||
Reference in New Issue
Block a user