Add E2E tests for partition key change workflow

This commit is contained in:
Bikram Choudhury
2025-12-24 02:58:08 +05:30
parent 42e230b88b
commit 52322c3649
9 changed files with 144 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ let queryTab: QueryTab = null!;
let queryEditor: Editor = null!;
test.beforeAll("Create Test Database", async () => {
context = await createTestSQLContainer(true);
context = await createTestSQLContainer({ includeTestData: true });
});
test.beforeEach("Open new query tab", async ({ page }) => {