mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-28 13:21:42 +00:00
format errors fixed
This commit is contained in:
@@ -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