skip test for now (#19260)

This commit is contained in:
Barbara Valdez
2022-05-02 10:37:15 -07:00
committed by GitHub
parent 6858889f41
commit bfd878bff7

View File

@@ -133,7 +133,7 @@ export function setup(opts: minimist.ParsedArgs) {
});
describe('Notebook keyboard navigation', async () => {
it('can enter and exit edit mode and navigate using keyboard nav', async function () {
it.skip('can enter and exit edit mode and navigate using keyboard nav', async function () {
const app = this.app as Application;
await app.workbench.sqlNotebook.newUntitledNotebook();
await app.workbench.sqlNotebook.addCellFromPlaceholder('Code'); // add new code cell