Fix Tables test
This commit is contained in:
parent
473a6d34bd
commit
72eca5ed79
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue