Skip to content

Commit

Permalink
Fix Shut Down All jp-button selector
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored and brichet committed Dec 3, 2023
1 parent 7aded51 commit a0931d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-tests/test/smoke.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ math.pi`);

// Shut down the kernels
await tree2.click('text="Running"');
await tree2.click('#main-panel button :text("Shut Down All")');
await tree2.click('#main-panel jp-button :text("Shut Down All")');
await tree2.press('.jp-Dialog', 'Enter');

// Close the pages
Expand Down

0 comments on commit a0931d0

Please sign in to comment.