Specify the 'Shut Down All' button to click in smoke tour test (the one from main panel), as there is now a side panel containing the same button

foo 4 years ago
parent 7f326933b1
commit 4463ed842f

@ -72,7 +72,7 @@ math.pi`);
// Shut down the kernels
await tree2.click('text="Running"');
await tree2.click('text="Shut Down All"');
await tree2.click('#main-panel button :text("Shut Down All")');
await tree2.press('.jp-Dialog', 'Enter');
// Close the pages

Loading…
Cancel
Save