mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-27 21:01:57 +00:00
Run npm commands
This commit is contained in:
@@ -7,7 +7,6 @@ import {
|
||||
Icon,
|
||||
IconButton,
|
||||
IDropdownOption,
|
||||
IRenderFunction,
|
||||
Link,
|
||||
ProgressIndicator,
|
||||
Separator,
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user