Skip to content

Commit 2e851eb

Browse files
committed
Fix Shut Down All jp-button selector
1 parent 9ef38a7 commit 2e851eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-tests/test/smoke.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ math.pi`);
7272

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

7878
// Close the pages

0 commit comments

Comments
 (0)