Run npm commands

This commit is contained in:
Sindhu Balasubramanian
2025-12-22 06:58:56 -08:00
parent a03c289da0
commit 2921294a3d
3 changed files with 2 additions and 3 deletions

View File

@@ -7,7 +7,6 @@ import {
Icon, Icon,
IconButton, IconButton,
IDropdownOption, IDropdownOption,
IRenderFunction,
Link, Link,
ProgressIndicator, ProgressIndicator,
Separator, Separator,

View File

@@ -1,7 +1,7 @@
import { DefaultAzureCredential } from "@azure/identity"; import { DefaultAzureCredential } from "@azure/identity";
import { Frame, Locator, Page, expect } from "@playwright/test"; import { Frame, Locator, Page, expect } from "@playwright/test";
import crypto from "crypto"; import crypto from "crypto";
import { TestContainerContext, TestDatabaseContext } from "./testData"; import { TestContainerContext } from "./testData";
const RETRY_COUNT = 3; const RETRY_COUNT = 3;

View File

@@ -219,7 +219,7 @@ test.describe("Database with Shared Throughput", () => {
explorer = await DataExplorer.open(page, TestAccount.SQL); 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 test.setTimeout(120000); // 2 minutes timeout
// Create database with shared autoscale throughput (max 1000 RU/s) // Create database with shared autoscale throughput (max 1000 RU/s)