diff --git a/test/smoke/src/areas/notebook/notebook.test.ts b/test/smoke/src/areas/notebook/notebook.test.ts index f052e77d009..dbd6bdd3e56 100644 --- a/test/smoke/src/areas/notebook/notebook.test.ts +++ b/test/smoke/src/areas/notebook/notebook.test.ts @@ -12,7 +12,7 @@ import { Application } from '../../../../automation'; export function setup() { - describe.only('Notebooks', () => { + describe('Notebooks', () => { after(async function () { const app = this.app as Application; cp.execSync('git checkout . --quiet', { cwd: app.workspacePathOrFolder });