Reenable test, fix #113768

This commit is contained in:
Rob Lourens 2021-01-05 12:21:50 -08:00
parent 485c5fc009
commit d29388d255

View file

@ -54,7 +54,7 @@ export function setup() {
await app.workbench.notebook.waitForMarkdownContents('p', 'Markdown Cell');
});
it.skip('moves focus in and out of output', async function () {
it('moves focus in and out of output', async function () {
const app = this.app as Application;
await app.workbench.notebook.openNotebook();
await app.workbench.notebook.executeActiveCell();