fix false negative test

This commit is contained in:
rebornix
2020-05-06 15:04:52 -07:00
parent e9a1035f5a
commit 4bd68b7dfe

View File

@@ -212,7 +212,7 @@ suite('notebook dirty state', () => {
await vscode.commands.executeCommand('default:type', { text: 'var abc = 0;' });
// await vscode.commands.executeCommand('workbench.action.files.save');
await vscode.commands.executeCommand('workbench.action.files.newUntitledFile');
await vscode.commands.executeCommand('workbench.action.closeActiveEditor');
await vscode.commands.executeCommand('vscode.openWith', resource, 'notebookCoreTest');