fix notebook integration test

This commit is contained in:
rebornix
2020-04-24 13:04:07 -07:00
parent 6d79f864e4
commit cea1d2f91f
3 changed files with 9 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ suite('notebook workflow', () => {
});
test('notebook cell actions', async function () {
const resource = vscode.Uri.parse(join(vscode.workspace.rootPath || '', './second.vsctestnb'));
const resource = vscode.Uri.parse(join(vscode.workspace.rootPath || '', './first.vsctestnb'));
await vscode.commands.executeCommand('vscode.openWith', resource, 'notebookCoreTest');
await waitFor(500);