diff --git a/src/sql/workbench/contrib/notebook/browser/cellViews/placeholderCell.component.html b/src/sql/workbench/contrib/notebook/browser/cellViews/placeholderCell.component.html index c70c404e9c..287e17c464 100644 --- a/src/sql/workbench/contrib/notebook/browser/cellViews/placeholderCell.component.html +++ b/src/sql/workbench/contrib/notebook/browser/cellViews/placeholderCell.component.html @@ -7,7 +7,7 @@
\ No newline at end of file + diff --git a/test/automation/src/sql/notebook.ts b/test/automation/src/sql/notebook.ts index afc6b827c1..96b6aa0ee5 100644 --- a/test/automation/src/sql/notebook.ts +++ b/test/automation/src/sql/notebook.ts @@ -15,6 +15,7 @@ export class Notebook { public readonly toolbar: NotebookToolbar; public readonly view: NotebookView; + private newNotebookCount: number = 0; constructor(private code: Code, private quickAccess: QuickAccess, private quickInput: QuickInput, private editors: Editors) { this.toolbar = new NotebookToolbar(code); @@ -31,10 +32,13 @@ export class Notebook { async newUntitledNotebook(): Promise