skip text cell smoketest (#15411)

This commit is contained in:
Lucy Zhang
2021-05-11 16:45:10 -04:00
committed by GitHub
parent 99fd1fbb5e
commit f03a129186

View File

@@ -60,7 +60,7 @@ export function setup() {
await app.workbench.quickaccess.runCommand('workbench.action.closeActiveEditor');
});
it('can perform basic text cell functionality', async function () {
it.skip('can perform basic text cell functionality', async function () {
const app = this.app as Application;
await app.workbench.sqlNotebook.newUntitledNotebook();
await app.workbench.sqlNotebook.addCellFromPlaceholder('Markdown');