From 01c057cc40bfca533b5cd0307150cc83ebe41f98 Mon Sep 17 00:00:00 2001 From: Shakker Date: Fri, 8 May 2026 16:03:52 +0100 Subject: [PATCH] test: dedupe exec approval modal assertions --- ui/src/ui/views/exec-approval.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/src/ui/views/exec-approval.test.ts b/ui/src/ui/views/exec-approval.test.ts index d916219f861..886422e7fb6 100644 --- a/ui/src/ui/views/exec-approval.test.ts +++ b/ui/src/ui/views/exec-approval.test.ts @@ -242,7 +242,6 @@ describe("approval and confirmation modals", () => { ); const { dialog } = await getRenderedDialog(); - expect(container.querySelector("openclaw-modal-dialog")).not.toBeNull(); dispatchEscape(dialog); @@ -263,7 +262,6 @@ describe("approval and confirmation modals", () => { ); const { dialog } = await getRenderedDialog(); - expect(container.querySelector("openclaw-modal-dialog")).not.toBeNull(); dispatchEscape(dialog);