From a0931d04d43962151d5037459b703ddf44f8930b Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 1 Dec 2023 09:55:12 +0100 Subject: [PATCH] Fix Shut Down All `jp-button` selector --- ui-tests/test/smoke.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-tests/test/smoke.spec.ts b/ui-tests/test/smoke.spec.ts index 087a7031dd..c14c24965e 100644 --- a/ui-tests/test/smoke.spec.ts +++ b/ui-tests/test/smoke.spec.ts @@ -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