Temporarily disable cell toolbar smoke tests (#20299)

This commit is contained in:
Cory Rivera
2022-08-10 14:43:41 -07:00
committed by GitHub
parent db8bd021be
commit 315295710d

View File

@@ -273,7 +273,7 @@ export function setup(opts: minimist.ParsedArgs) {
});
});
describe('Cell Toolbar Actions', function () {
describe.skip('Cell Toolbar Actions', function () {
async function verifyCellToolbarBehavior(app: Application, toolbarAction: () => Promise<void>, selector: string, checkIfGone: boolean = false): Promise<void> {
// Run the test for each of the default text editor modes
for (let editMode of ['Markdown', 'Split View']) {