Merge branch 'master' into users/languy/upgrade-typescript-to-4.9.5

This commit is contained in:
Laurent Nguyen
2024-07-08 09:22:12 +02:00
13 changed files with 331 additions and 40 deletions

View File

@@ -14,6 +14,9 @@ test("Tables CRUD", async ({ page }) => {
await okButton.click();
});
const databaseNode = explorer.treeNode("DATA/TablesDB");
await databaseNode.expand();
const tableNode = explorer.treeNode(`DATA/TablesDB/${tableId}`);
await expect(tableNode.element).toBeAttached();