skip text cell smoketest (#15411) (#15417)

This commit is contained in:
Lucy Zhang
2021-05-12 13:23:11 -04:00
committed by GitHub
parent 56cc1202d5
commit 4d3787dbc0

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');