added spaces

This commit is contained in:
nishthaAhujaa
2026-01-07 15:04:53 +05:30
parent faee622bef
commit 60987c963c

View File

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