mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 21:51:43 -05:00
Reenable notebook smoke test #105330
This commit is contained in:
@@ -63,7 +63,7 @@ export function setup() {
|
||||
await app.workbench.notebook.waitForActiveCellEditorContents('code()');
|
||||
});
|
||||
|
||||
it.skip('cell action execution', async function () {
|
||||
it('cell action execution', async function () {
|
||||
const app = this.app as Application;
|
||||
await app.workbench.notebook.openNotebook();
|
||||
await app.workbench.notebook.insertNotebookCell('code');
|
||||
|
||||
Reference in New Issue
Block a user