mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-27 05:34:20 +00:00
added spaces
This commit is contained in:
@@ -24,7 +24,6 @@ test.afterAll(async () => {
|
|||||||
|
|
||||||
// Helper function to set up query tab and navigate to Index Advisor
|
// Helper function to set up query tab and navigate to Index Advisor
|
||||||
async function setupIndexAdvisorTab(page: Page, customQuery?: string) {
|
async function setupIndexAdvisorTab(page: Page, customQuery?: string) {
|
||||||
|
|
||||||
const explorer = await DataExplorer.open(page, TestAccount.SQL);
|
const explorer = await DataExplorer.open(page, TestAccount.SQL);
|
||||||
const databaseNode = await explorer.waitForNode(DATABASE_ID);
|
const databaseNode = await explorer.waitForNode(DATABASE_ID);
|
||||||
await databaseNode.expand();
|
await databaseNode.expand();
|
||||||
|
|||||||
Reference in New Issue
Block a user