diff --git a/src/Explorer/Panes/AddCollectionPanel/AddCollectionPanel.tsx b/src/Explorer/Panes/AddCollectionPanel/AddCollectionPanel.tsx index f578ab81b..b47588d3e 100644 --- a/src/Explorer/Panes/AddCollectionPanel/AddCollectionPanel.tsx +++ b/src/Explorer/Panes/AddCollectionPanel/AddCollectionPanel.tsx @@ -7,7 +7,6 @@ import { Icon, IconButton, IDropdownOption, - IRenderFunction, Link, ProgressIndicator, Separator, diff --git a/test/fx.ts b/test/fx.ts index 5bf6aa6e3..9087e0b7e 100644 --- a/test/fx.ts +++ b/test/fx.ts @@ -1,7 +1,7 @@ import { DefaultAzureCredential } from "@azure/identity"; import { Frame, Locator, Page, expect } from "@playwright/test"; import crypto from "crypto"; -import { TestContainerContext, TestDatabaseContext } from "./testData"; +import { TestContainerContext } from "./testData"; const RETRY_COUNT = 3; diff --git a/test/sql/scaleAndSettings/sharedThroughput.spec.ts b/test/sql/scaleAndSettings/sharedThroughput.spec.ts index 8676dfdf8..89a98deaa 100644 --- a/test/sql/scaleAndSettings/sharedThroughput.spec.ts +++ b/test/sql/scaleAndSettings/sharedThroughput.spec.ts @@ -219,7 +219,7 @@ test.describe("Database with Shared Throughput", () => { explorer = await DataExplorer.open(page, TestAccount.SQL); }); - test("Create database with shared autoscale throughput and verify in UI", async () => { + test("Create database with shared autoscale throughput and verify Scale node in UI", async () => { test.setTimeout(120000); // 2 minutes timeout // Create database with shared autoscale throughput (max 1000 RU/s)