fix python wizard behavior and enable smoke test (#14433)

This commit is contained in:
Lucy Zhang
2021-02-26 05:04:27 -08:00
committed by GitHub
parent dbc655a8f5
commit ab114376aa
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
import { Application } from '../../../../../automation';
export function setup() {
describe.skip('Notebook', () => {
describe('Notebook', () => {
it('can open new notebook, configure Python, and execute one cell', async function () {
const app = this.app as Application;