mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-24 11:21:23 +00:00
format errors fixed
This commit is contained in:
@@ -100,8 +100,8 @@ const initTestExplorer = async (): Promise<void> => {
|
||||
portalRunnerDatabaseAccount
|
||||
);
|
||||
|
||||
console.log("token:" + token)
|
||||
console.log("db:" + databaseAccount)
|
||||
console.log("token:" + token);
|
||||
console.log("db:" + databaseAccount);
|
||||
const initTestExplorerContent = {
|
||||
type: MessageTypes.InitTestExplorer,
|
||||
inputs: {
|
||||
|
||||
@@ -16,7 +16,7 @@ describe("Notebook UI tests", () => {
|
||||
const uploadNotebookPath = path.join(__dirname, "testNotebooks", notebookName);
|
||||
await uploadNotebook(frame, uploadNotebookPath);
|
||||
uploadedNotebookNode = await getNotebookNode(frame, notebookName);
|
||||
|
||||
|
||||
await uploadedNotebookNode.click();
|
||||
await frame.waitForSelector(".tabNavText");
|
||||
const tabTitle = await frame.$eval(".tabNavText", element => element.textContent);
|
||||
|
||||
Reference in New Issue
Block a user