fix: 调试发布run
This commit is contained in:
@@ -26,6 +26,9 @@ describe("shared operation dialogs", () => {
|
||||
expect(operationControlsSource).toContain('event.key === "Escape"');
|
||||
expect(operationControlsSource).toContain('document.body.style.overflow = "hidden"');
|
||||
expect(operationControlsSource).toContain("previousFocus?.focus()");
|
||||
expect(operationControlsSource).toContain("const onCloseRef = useRef(onClose)");
|
||||
expect(operationControlsSource).toContain('querySelector<HTMLElement>("input:not([disabled]), select:not([disabled]), textarea:not([disabled])")');
|
||||
expect(operationControlsSource).toContain("}, [open]);");
|
||||
});
|
||||
|
||||
it("keeps management forms in a dialog surface", () => {
|
||||
|
||||
Reference in New Issue
Block a user