mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-06-05 15:12:04 +01:00
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");
|
const databaseNode = explorer.treeNode("DATA/TablesDB");
|
||||||
await databaseNode.expand();
|
await databaseNode.expand();
|
||||||
|
|
||||||
const tableNode = explorer.treeNode(`DATA/TablesDB/${tableId}`);
|
const tableNode = explorer.treeNode(`DATA/TablesDB/${tableId}`);
|
||||||
await expect(tableNode.element).toBeAttached();
|
await expect(tableNode.element).toBeAttached();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user