mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
Re-enable notebook smoke test and increase timeout (#13007)
This commit is contained in:
@@ -93,6 +93,6 @@ export class NotebookToolbar {
|
||||
|
||||
async waitForKernel(kernel: string): Promise<void> {
|
||||
const kernelDropdownValue = `${NotebookToolbar.toolbarSelector} select[id="kernel-dropdown"][title="${kernel}"]`;
|
||||
await this.code.waitForElement(kernelDropdownValue);
|
||||
await this.code.waitForElement(kernelDropdownValue, undefined, 3000); // wait up to 5 minutes for kernel change
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user