Fix notebooks and notebook smoketest in web

This commit is contained in:
Rob Lourens
2020-05-21 08:56:22 -05:00
parent fbb367917c
commit b877c4d411
3 changed files with 6 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ export class Notebook {
async focusInCellOutput(): Promise<void> {
await this.quickAccess.runCommand('notebook.cell.focusInOutput');
await this.code.waitForActiveElement('webview');
await this.code.waitForActiveElement('webview, .webview');
}
async focusOutCellOutput(): Promise<void> {