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