Run npm format
This commit is contained in:
parent
72eca5ed79
commit
6be839991f
|
@ -16,7 +16,7 @@ test("Tables CRUD", async ({ page }) => {
|
|||
|
||||
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