mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 02:10:47 +00:00
test: dedupe exec approval modal assertions
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user