dont delete database after every test. leave it to the CI

This commit is contained in:
Asier Isayas
2025-12-31 13:20:20 -05:00
parent 644226d800
commit 7ddedf3314
3 changed files with 17 additions and 11 deletions

View File

@@ -23,9 +23,9 @@ test.describe("Change Partition Key", () => {
await PartitionKeyTab.click();
});
test.afterAll("Delete Test Database", async () => {
await context?.dispose();
});
// test.afterAll("Delete Test Database", async () => {
// await context?.dispose();
// });
test("Change partition key path", async () => {
await expect(explorer.frame.getByText("/partitionKey")).toBeVisible();