Run npm format

This commit is contained in:
Senthamil Sindhu 2024-07-01 08:22:12 -07:00
parent 72eca5ed79
commit 6be839991f
1 changed files with 1 additions and 1 deletions

View File

@ -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();