mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-12 09:50:11 -05:00
@@ -34,7 +34,7 @@ export function setup() {
|
||||
await app.workbench.notebook.stopEditingCell();
|
||||
});
|
||||
|
||||
it.skip('inserts/edits markdown cell', async function () {
|
||||
it('inserts/edits markdown cell', async function () {
|
||||
const app = this.app as Application;
|
||||
await app.workbench.notebook.openNotebook();
|
||||
await app.workbench.notebook.focusNextCell();
|
||||
|
||||
Reference in New Issue
Block a user