diff --git a/packages/leptos/accordion/src/real_tests.rs b/packages/leptos/accordion/src/real_tests.rs index a5ebcb1..d2eaebe 100644 --- a/packages/leptos/accordion/src/real_tests.rs +++ b/packages/leptos/accordion/src/real_tests.rs @@ -25,7 +25,7 @@ mod real_tests { fn test_accordion_with_props() { mount_to_body(|| { view! { - + "accordion with props" } @@ -74,7 +74,7 @@ mod real_tests { fn test_accordion_interaction() { mount_to_body(|| { view! { - + "Interactive accordion" } @@ -89,7 +89,7 @@ mod real_tests { fn test_accordion_focus_behavior() { mount_to_body(|| { view! { - + "Focusable accordion" } @@ -104,7 +104,7 @@ mod real_tests { fn test_accordion_accessibility() { mount_to_body(|| { view! { - + "Accessible accordion" } @@ -122,7 +122,7 @@ mod real_tests { mount_to_body(move || { view! { "Clickable accordion" @@ -145,7 +145,7 @@ mod real_tests { mount_to_body(|| { view! { "Focusable accordion" @@ -159,7 +159,7 @@ mod real_tests { assert_eq!(element.get_attribute("tabindex").unwrap(), "0"); // Test focus - element.focus().unwrap(); + assert_eq!(document.active_element().unwrap(), element); } } \ No newline at end of file diff --git a/packages/leptos/alert-dialog/src/real_tests.rs b/packages/leptos/alert-dialog/src/real_tests.rs index 22805dd..8622fe8 100644 --- a/packages/leptos/alert-dialog/src/real_tests.rs +++ b/packages/leptos/alert-dialog/src/real_tests.rs @@ -25,7 +25,7 @@ mod real_tests { fn test_alert_dialog_with_props() { mount_to_body(|| { view! { - + "alert-dialog with props" } @@ -74,7 +74,7 @@ mod real_tests { fn test_alert_dialog_interaction() { mount_to_body(|| { view! { - + "Interactive alert-dialog" } @@ -89,7 +89,7 @@ mod real_tests { fn test_alert_dialog_focus_behavior() { mount_to_body(|| { view! { - + "Focusable alert-dialog" } @@ -104,7 +104,7 @@ mod real_tests { fn test_alert_dialog_accessibility() { mount_to_body(|| { view! { - + "Accessible alert-dialog" } @@ -119,7 +119,7 @@ mod real_tests { fn test_alert_dialog_dom_rendering() { mount_to_body(|| { view! { - + "DOM Test alert-dialog" } @@ -137,7 +137,7 @@ mod real_tests { fn test_alert_dialog_class_application() { mount_to_body(|| { view! { - + "Class Test alert-dialog" } @@ -156,9 +156,9 @@ mod real_tests { mount_to_body(|| { view! { "Attribute Test alert-dialog" diff --git a/packages/leptos/alert/src/real_tests.rs b/packages/leptos/alert/src/real_tests.rs index b456d77..8981758 100644 --- a/packages/leptos/alert/src/real_tests.rs +++ b/packages/leptos/alert/src/real_tests.rs @@ -25,7 +25,7 @@ mod real_tests { fn test_alert_with_props() { mount_to_body(|| { view! { - + "alert with props" } @@ -74,7 +74,7 @@ mod real_tests { fn test_alert_interaction() { mount_to_body(|| { view! { - + "Interactive alert" } @@ -89,7 +89,7 @@ mod real_tests { fn test_alert_focus_behavior() { mount_to_body(|| { view! { - + "Focusable alert" } @@ -104,7 +104,7 @@ mod real_tests { fn test_alert_accessibility() { mount_to_body(|| { view! { - + "Accessible alert" } @@ -120,7 +120,7 @@ mod real_tests { mount_to_body(|| { view! { @@ -141,8 +141,8 @@ mod real_tests { fn test_alert_layout_integration() { mount_to_body(|| { view! { -
- +
+ "Layout alert"
diff --git a/packages/leptos/aspect-ratio/src/real_tests.rs b/packages/leptos/aspect-ratio/src/real_tests.rs index 2384601..7ecfb1f 100644 --- a/packages/leptos/aspect-ratio/src/real_tests.rs +++ b/packages/leptos/aspect-ratio/src/real_tests.rs @@ -25,7 +25,7 @@ mod real_tests { fn test_aspect_ratio_with_props() { mount_to_body(|| { view! { - + "aspect-ratio with props" } @@ -74,7 +74,7 @@ mod real_tests { fn test_aspect_ratio_interaction() { mount_to_body(|| { view! { - + "Interactive aspect-ratio" } @@ -89,7 +89,7 @@ mod real_tests { fn test_aspect_ratio_focus_behavior() { mount_to_body(|| { view! { - + "Focusable aspect-ratio" } @@ -104,7 +104,7 @@ mod real_tests { fn test_aspect_ratio_accessibility() { mount_to_body(|| { view! { - + "Accessible aspect-ratio" } @@ -119,7 +119,7 @@ mod real_tests { fn test_aspect_ratio_dom_rendering() { mount_to_body(|| { view! { - + "DOM Test aspect-ratio" } @@ -137,7 +137,7 @@ mod real_tests { fn test_aspect_ratio_class_application() { mount_to_body(|| { view! { - + "Class Test aspect-ratio" } @@ -156,9 +156,9 @@ mod real_tests { mount_to_body(|| { view! { "Attribute Test aspect-ratio" diff --git a/packages/leptos/avatar/src/real_tests.rs b/packages/leptos/avatar/src/real_tests.rs index 82254ab..ebc6046 100644 --- a/packages/leptos/avatar/src/real_tests.rs +++ b/packages/leptos/avatar/src/real_tests.rs @@ -25,7 +25,7 @@ mod real_tests { fn test_avatar_with_props() { mount_to_body(|| { view! { - + "avatar with props" } @@ -74,7 +74,7 @@ mod real_tests { fn test_avatar_interaction() { mount_to_body(|| { view! { - + "Interactive avatar" } @@ -89,7 +89,7 @@ mod real_tests { fn test_avatar_focus_behavior() { mount_to_body(|| { view! { - + "Focusable avatar" } @@ -104,7 +104,7 @@ mod real_tests { fn test_avatar_accessibility() { mount_to_body(|| { view! { - + "Accessible avatar" } @@ -119,7 +119,7 @@ mod real_tests { fn test_avatar_dom_rendering() { mount_to_body(|| { view! { - + "DOM Test avatar" } @@ -137,7 +137,7 @@ mod real_tests { fn test_avatar_class_application() { mount_to_body(|| { view! { - + "Class Test avatar" } @@ -156,9 +156,9 @@ mod real_tests { mount_to_body(|| { view! { "Attribute Test avatar" diff --git a/packages/leptos/badge/src/real_tests.rs b/packages/leptos/badge/src/real_tests.rs index 9e6dd40..1fa8840 100644 --- a/packages/leptos/badge/src/real_tests.rs +++ b/packages/leptos/badge/src/real_tests.rs @@ -25,7 +25,7 @@ mod real_tests { fn test_badge_with_props() { mount_to_body(|| { view! { - + "badge with props" } @@ -74,7 +74,7 @@ mod real_tests { fn test_badge_interaction() { mount_to_body(|| { view! { - + "Interactive badge" } @@ -89,7 +89,7 @@ mod real_tests { fn test_badge_focus_behavior() { mount_to_body(|| { view! { - + "Focusable badge" } @@ -104,7 +104,7 @@ mod real_tests { fn test_badge_accessibility() { mount_to_body(|| { view! { - + "Accessible badge" } @@ -120,8 +120,8 @@ mod real_tests { mount_to_body(|| { view! { "Responsive badge" @@ -141,8 +141,8 @@ mod real_tests { fn test_badge_layout_integration() { mount_to_body(|| { view! { -
- +
+ "Layout badge"
diff --git a/packages/leptos/breadcrumb/src/real_tests.rs b/packages/leptos/breadcrumb/src/real_tests.rs index c13466d..7f96076 100644 --- a/packages/leptos/breadcrumb/src/real_tests.rs +++ b/packages/leptos/breadcrumb/src/real_tests.rs @@ -25,7 +25,7 @@ mod real_tests { fn test_breadcrumb_with_props() { mount_to_body(|| { view! { - + "breadcrumb with props" } @@ -74,7 +74,7 @@ mod real_tests { fn test_breadcrumb_interaction() { mount_to_body(|| { view! { - + "Interactive breadcrumb" } @@ -89,7 +89,7 @@ mod real_tests { fn test_breadcrumb_focus_behavior() { mount_to_body(|| { view! { - + "Focusable breadcrumb" } @@ -104,7 +104,7 @@ mod real_tests { fn test_breadcrumb_accessibility() { mount_to_body(|| { view! { - + "Accessible breadcrumb" } @@ -119,7 +119,7 @@ mod real_tests { fn test_breadcrumb_dom_rendering() { mount_to_body(|| { view! { - + "DOM Test breadcrumb" } @@ -137,7 +137,7 @@ mod real_tests { fn test_breadcrumb_class_application() { mount_to_body(|| { view! { - + "Class Test breadcrumb" } @@ -156,9 +156,9 @@ mod real_tests { mount_to_body(|| { view! { "Attribute Test breadcrumb" diff --git a/packages/leptos/button/src/real_tests.rs b/packages/leptos/button/src/real_tests.rs index 6eeaff1..050e918 100644 --- a/packages/leptos/button/src/real_tests.rs +++ b/packages/leptos/button/src/real_tests.rs @@ -25,7 +25,7 @@ mod real_tests { fn test_button_with_props() { mount_to_body(|| { view! { - } @@ -165,7 +165,7 @@ mod real_tests { fn test_button_css_classes() { mount_to_body(|| { view! { - } diff --git a/packages/leptos/calendar/src/real_tests.rs b/packages/leptos/calendar/src/real_tests.rs index 95576a3..8f8d553 100644 --- a/packages/leptos/calendar/src/real_tests.rs +++ b/packages/leptos/calendar/src/real_tests.rs @@ -25,7 +25,7 @@ mod real_tests { fn test_calendar_with_props() { mount_to_body(|| { view! { - + "calendar with props" } @@ -74,7 +74,7 @@ mod real_tests { fn test_calendar_interaction() { mount_to_body(|| { view! { - + "Interactive calendar" } @@ -89,7 +89,7 @@ mod real_tests { fn test_calendar_focus_behavior() { mount_to_body(|| { view! { - + "Focusable calendar" } @@ -104,7 +104,7 @@ mod real_tests { fn test_calendar_accessibility() { mount_to_body(|| { view! { - + "Accessible calendar" } @@ -119,7 +119,7 @@ mod real_tests { fn test_calendar_dom_rendering() { mount_to_body(|| { view! { - + "DOM Test calendar" } @@ -137,7 +137,7 @@ mod real_tests { fn test_calendar_class_application() { mount_to_body(|| { view! { - + "Class Test calendar" } @@ -156,9 +156,9 @@ mod real_tests { mount_to_body(|| { view! { "Attribute Test calendar" diff --git a/packages/leptos/card/src/real_tests.rs b/packages/leptos/card/src/real_tests.rs index f3c9fb4..20073a0 100644 --- a/packages/leptos/card/src/real_tests.rs +++ b/packages/leptos/card/src/real_tests.rs @@ -25,7 +25,7 @@ mod real_tests { fn test_card_with_props() { mount_to_body(|| { view! { - + "card with props" } diff --git a/packages/leptos/carousel/src/real_tests.rs b/packages/leptos/carousel/src/real_tests.rs index 9c91ef9..8318214 100644 --- a/packages/leptos/carousel/src/real_tests.rs +++ b/packages/leptos/carousel/src/real_tests.rs @@ -25,7 +25,7 @@ mod real_tests { fn test_carousel_with_props() { mount_to_body(|| { view! { - + "carousel with props" } @@ -74,7 +74,7 @@ mod real_tests { fn test_carousel_interaction() { mount_to_body(|| { view! { - + "Interactive carousel" } @@ -89,7 +89,7 @@ mod real_tests { fn test_carousel_focus_behavior() { mount_to_body(|| { view! { - + "Focusable carousel" } @@ -104,7 +104,7 @@ mod real_tests { fn test_carousel_accessibility() { mount_to_body(|| { view! { - + "Accessible carousel" } @@ -119,7 +119,7 @@ mod real_tests { fn test_carousel_dom_rendering() { mount_to_body(|| { view! { - + "DOM Test carousel" } @@ -137,7 +137,7 @@ mod real_tests { fn test_carousel_class_application() { mount_to_body(|| { view! { - + "Class Test carousel" } @@ -156,9 +156,9 @@ mod real_tests { mount_to_body(|| { view! { "Attribute Test carousel" diff --git a/packages/leptos/checkbox/src/real_tests.rs b/packages/leptos/checkbox/src/real_tests.rs index 4d536c4..5e26a4d 100644 --- a/packages/leptos/checkbox/src/real_tests.rs +++ b/packages/leptos/checkbox/src/real_tests.rs @@ -25,7 +25,7 @@ mod real_tests { fn test_checkbox_with_props() { mount_to_body(|| { view! { - + "checkbox with props" } diff --git a/packages/leptos/collapsible/src/real_tests.rs b/packages/leptos/collapsible/src/real_tests.rs index 54bb1e4..8ad4638 100644 --- a/packages/leptos/collapsible/src/real_tests.rs +++ b/packages/leptos/collapsible/src/real_tests.rs @@ -25,7 +25,7 @@ mod real_tests { fn test_collapsible_with_props() { mount_to_body(|| { view! { - + "collapsible with props" } @@ -74,7 +74,7 @@ mod real_tests { fn test_collapsible_interaction() { mount_to_body(|| { view! { - + "Interactive collapsible" } @@ -89,7 +89,7 @@ mod real_tests { fn test_collapsible_focus_behavior() { mount_to_body(|| { view! { - + "Focusable collapsible" } @@ -104,7 +104,7 @@ mod real_tests { fn test_collapsible_accessibility() { mount_to_body(|| { view! { - + "Accessible collapsible" } @@ -122,7 +122,7 @@ mod real_tests { mount_to_body(move || { view! { "Clickable collapsible" @@ -145,7 +145,7 @@ mod real_tests { mount_to_body(|| { view! { "Focusable collapsible" @@ -159,7 +159,7 @@ mod real_tests { assert_eq!(element.get_attribute("tabindex").unwrap(), "0"); // Test focus - element.focus().unwrap(); + assert_eq!(document.active_element().unwrap(), element); } } \ No newline at end of file diff --git a/packages/leptos/combobox/src/real_tests.rs b/packages/leptos/combobox/src/real_tests.rs index 23c9597..0333019 100644 --- a/packages/leptos/combobox/src/real_tests.rs +++ b/packages/leptos/combobox/src/real_tests.rs @@ -10,9 +10,7 @@ mod real_tests { fn test_combobox_renders() { mount_to_body(|| { view! { - - "combobox content" - + } }); @@ -25,9 +23,7 @@ mod real_tests { fn test_combobox_with_props() { mount_to_body(|| { view! { - - "combobox with props" - + } }); @@ -74,9 +70,7 @@ mod real_tests { fn test_combobox_interaction() { mount_to_body(|| { view! { - - "Interactive combobox" - + } }); @@ -89,9 +83,7 @@ mod real_tests { fn test_combobox_focus_behavior() { mount_to_body(|| { view! { - - "Focusable combobox" - + } }); @@ -104,9 +96,7 @@ mod real_tests { fn test_combobox_accessibility() { mount_to_body(|| { view! { - - "Accessible combobox" - + } }); @@ -119,9 +109,7 @@ mod real_tests { fn test_combobox_dom_rendering() { mount_to_body(|| { view! { - - "DOM Test combobox" - + } }); @@ -137,7 +125,7 @@ mod real_tests { fn test_combobox_class_application() { mount_to_body(|| { view! { - + } @@ -156,11 +144,9 @@ mod real_tests { mount_to_body(|| { view! { - "Attribute Test combobox" - + class="test-attributes".into() + + options=vec![]> } }); diff --git a/packages/leptos/command/src/real_tests.rs b/packages/leptos/command/src/real_tests.rs index 65a6c09..8dbf398 100644 --- a/packages/leptos/command/src/real_tests.rs +++ b/packages/leptos/command/src/real_tests.rs @@ -25,7 +25,7 @@ mod real_tests { fn test_command_with_props() { mount_to_body(|| { view! { - + "command with props" } @@ -74,7 +74,7 @@ mod real_tests { fn test_command_interaction() { mount_to_body(|| { view! { - + "Interactive command" } @@ -89,7 +89,7 @@ mod real_tests { fn test_command_focus_behavior() { mount_to_body(|| { view! { - + "Focusable command" } @@ -104,7 +104,7 @@ mod real_tests { fn test_command_accessibility() { mount_to_body(|| { view! { - + "Accessible command" } @@ -119,7 +119,7 @@ mod real_tests { fn test_command_dom_rendering() { mount_to_body(|| { view! { - + "DOM Test command" } @@ -137,7 +137,7 @@ mod real_tests { fn test_command_class_application() { mount_to_body(|| { view! { - + "Class Test command" } @@ -156,9 +156,9 @@ mod real_tests { mount_to_body(|| { view! { "Attribute Test command" diff --git a/packages/leptos/context-menu/src/real_tests.rs b/packages/leptos/context-menu/src/real_tests.rs index 64e287a..5e0f720 100644 --- a/packages/leptos/context-menu/src/real_tests.rs +++ b/packages/leptos/context-menu/src/real_tests.rs @@ -25,7 +25,7 @@ mod real_tests { fn test_context_menu_with_props() { mount_to_body(|| { view! { - + "context-menu with props" } @@ -74,7 +74,7 @@ mod real_tests { fn test_context_menu_interaction() { mount_to_body(|| { view! { - + "Interactive context-menu" } @@ -89,7 +89,7 @@ mod real_tests { fn test_context_menu_focus_behavior() { mount_to_body(|| { view! { - + "Focusable context-menu" } @@ -104,7 +104,7 @@ mod real_tests { fn test_context_menu_accessibility() { mount_to_body(|| { view! { - + "Accessible context-menu" } @@ -119,7 +119,7 @@ mod real_tests { fn test_context_menu_dom_rendering() { mount_to_body(|| { view! { - + "DOM Test context-menu" } @@ -137,7 +137,7 @@ mod real_tests { fn test_context_menu_class_application() { mount_to_body(|| { view! { - + "Class Test context-menu" } @@ -156,9 +156,9 @@ mod real_tests { mount_to_body(|| { view! { "Attribute Test context-menu" diff --git a/packages/leptos/date-picker/src/real_tests.rs b/packages/leptos/date-picker/src/real_tests.rs index 83f762a..96e5397 100644 --- a/packages/leptos/date-picker/src/real_tests.rs +++ b/packages/leptos/date-picker/src/real_tests.rs @@ -10,9 +10,7 @@ mod real_tests { fn test_date_picker_renders() { mount_to_body(|| { view! { - - "date-picker content" - + } }); @@ -25,9 +23,7 @@ mod real_tests { fn test_date_picker_with_props() { mount_to_body(|| { view! { - - "date-picker with props" - + } }); @@ -74,9 +70,7 @@ mod real_tests { fn test_date_picker_interaction() { mount_to_body(|| { view! { - - "Interactive date-picker" - + } }); @@ -89,9 +83,7 @@ mod real_tests { fn test_date_picker_focus_behavior() { mount_to_body(|| { view! { - - "Focusable date-picker" - + } }); @@ -104,9 +96,7 @@ mod real_tests { fn test_date_picker_accessibility() { mount_to_body(|| { view! { - - "Accessible date-picker" - + } }); @@ -119,9 +109,7 @@ mod real_tests { fn test_date_picker_dom_rendering() { mount_to_body(|| { view! { - - "DOM Test date-picker" - + } }); @@ -137,9 +125,7 @@ mod real_tests { fn test_date_picker_class_application() { mount_to_body(|| { view! { - - "Class Test date-picker" - + } }); @@ -156,12 +142,10 @@ mod real_tests { mount_to_body(|| { view! { - "Attribute Test date-picker" - + class="test-attributes".into() + + + > } }); diff --git a/packages/leptos/dialog/src/real_tests.rs b/packages/leptos/dialog/src/real_tests.rs index 84a7b63..f264337 100644 --- a/packages/leptos/dialog/src/real_tests.rs +++ b/packages/leptos/dialog/src/real_tests.rs @@ -25,7 +25,7 @@ mod real_tests { fn test_dialog_with_props() { mount_to_body(|| { view! { - + "dialog with props" } @@ -74,7 +74,7 @@ mod real_tests { fn test_dialog_responsive_behavior() { mount_to_body(|| { view! { - + "Responsive dialog" } @@ -89,7 +89,7 @@ mod real_tests { fn test_dialog_layout_integration() { mount_to_body(|| { view! { -
+
"Layout dialog" @@ -107,8 +107,8 @@ mod real_tests { mount_to_body(|| { view! { "Responsive dialog" @@ -128,8 +128,8 @@ mod real_tests { fn test_dialog_layout_integration() { mount_to_body(|| { view! { -
- +
+ "Layout dialog"
diff --git a/packages/leptos/drawer/src/real_tests.rs b/packages/leptos/drawer/src/real_tests.rs index 3dbbfd0..f8bf3c1 100644 --- a/packages/leptos/drawer/src/real_tests.rs +++ b/packages/leptos/drawer/src/real_tests.rs @@ -25,7 +25,7 @@ mod real_tests { fn test_drawer_with_props() { mount_to_body(|| { view! { - + "drawer with props" } @@ -74,7 +74,7 @@ mod real_tests { fn test_drawer_responsive_behavior() { mount_to_body(|| { view! { - + "Responsive drawer" } @@ -89,7 +89,7 @@ mod real_tests { fn test_drawer_layout_integration() { mount_to_body(|| { view! { -
+
"Layout drawer" @@ -107,8 +107,8 @@ mod real_tests { mount_to_body(|| { view! { "Responsive drawer" @@ -128,8 +128,8 @@ mod real_tests { fn test_drawer_layout_integration() { mount_to_body(|| { view! { -
- +
+ "Layout drawer"
diff --git a/packages/leptos/dropdown-menu/src/real_tests.rs b/packages/leptos/dropdown-menu/src/real_tests.rs index 2446368..080facb 100644 --- a/packages/leptos/dropdown-menu/src/real_tests.rs +++ b/packages/leptos/dropdown-menu/src/real_tests.rs @@ -25,7 +25,7 @@ mod real_tests { fn test_dropdown_menu_with_props() { mount_to_body(|| { view! { - + "dropdown-menu with props" } @@ -74,7 +74,7 @@ mod real_tests { fn test_dropdown_menu_interaction() { mount_to_body(|| { view! { - + "Interactive dropdown-menu" } @@ -89,7 +89,7 @@ mod real_tests { fn test_dropdown_menu_focus_behavior() { mount_to_body(|| { view! { - + "Focusable dropdown-menu" } @@ -104,7 +104,7 @@ mod real_tests { fn test_dropdown_menu_accessibility() { mount_to_body(|| { view! { - + "Accessible dropdown-menu" } @@ -119,7 +119,7 @@ mod real_tests { fn test_dropdown_menu_dom_rendering() { mount_to_body(|| { view! { - + "DOM Test dropdown-menu" } @@ -137,7 +137,7 @@ mod real_tests { fn test_dropdown_menu_class_application() { mount_to_body(|| { view! { - + "Class Test dropdown-menu" } @@ -156,9 +156,9 @@ mod real_tests { mount_to_body(|| { view! { "Attribute Test dropdown-menu" diff --git a/packages/leptos/error-boundary/src/real_tests.rs b/packages/leptos/error-boundary/src/real_tests.rs index cb45927..a196aa7 100644 --- a/packages/leptos/error-boundary/src/real_tests.rs +++ b/packages/leptos/error-boundary/src/real_tests.rs @@ -25,7 +25,7 @@ mod real_tests { fn test_error_boundary_with_props() { mount_to_body(|| { view! { - + "error-boundary with props" } @@ -74,7 +74,7 @@ mod real_tests { fn test_error_boundary_interaction() { mount_to_body(|| { view! { - + "Interactive error-boundary" } @@ -89,7 +89,7 @@ mod real_tests { fn test_error_boundary_focus_behavior() { mount_to_body(|| { view! { - + "Focusable error-boundary" } @@ -104,7 +104,7 @@ mod real_tests { fn test_error_boundary_accessibility() { mount_to_body(|| { view! { - + "Accessible error-boundary" } @@ -119,7 +119,7 @@ mod real_tests { fn test_error_boundary_dom_rendering() { mount_to_body(|| { view! { - + "DOM Test error-boundary" } @@ -137,7 +137,7 @@ mod real_tests { fn test_error_boundary_class_application() { mount_to_body(|| { view! { - + "Class Test error-boundary" } @@ -156,9 +156,9 @@ mod real_tests { mount_to_body(|| { view! { "Attribute Test error-boundary" diff --git a/packages/leptos/form/src/real_tests.rs b/packages/leptos/form/src/real_tests.rs index ce90151..ab495ae 100644 --- a/packages/leptos/form/src/real_tests.rs +++ b/packages/leptos/form/src/real_tests.rs @@ -25,7 +25,7 @@ mod real_tests { fn test_form_with_props() { mount_to_body(|| { view! { -
+ "form with props"
} @@ -75,7 +75,7 @@ mod real_tests { mount_to_body(|| { view! {
- + "Form form"
@@ -91,7 +91,7 @@ mod real_tests { fn test_form_validation_state() { mount_to_body(|| { view! { -
+ "Valid form"
} @@ -106,8 +106,8 @@ mod real_tests { fn test_form_form_integration() { mount_to_body(|| { view! { -
- + + "Form form"
@@ -127,9 +127,9 @@ mod real_tests { mount_to_body(|| { view! {
"Valid form"
diff --git a/packages/leptos/hover-card/src/real_tests.rs b/packages/leptos/hover-card/src/real_tests.rs index c296af5..634f3dc 100644 --- a/packages/leptos/hover-card/src/real_tests.rs +++ b/packages/leptos/hover-card/src/real_tests.rs @@ -25,7 +25,7 @@ mod real_tests { fn test_hover_card_with_props() { mount_to_body(|| { view! { - + "hover-card with props" } @@ -74,7 +74,7 @@ mod real_tests { fn test_hover_card_responsive_behavior() { mount_to_body(|| { view! { - + "Responsive hover-card" } @@ -89,7 +89,7 @@ mod real_tests { fn test_hover_card_layout_integration() { mount_to_body(|| { view! { -
+
"Layout hover-card" @@ -107,8 +107,8 @@ mod real_tests { mount_to_body(|| { view! { "Responsive hover-card" @@ -128,8 +128,8 @@ mod real_tests { fn test_hover_card_layout_integration() { mount_to_body(|| { view! { -
- +
+ "Layout hover-card"
diff --git a/packages/leptos/input-otp/src/real_tests.rs b/packages/leptos/input-otp/src/real_tests.rs index decc593..59b88be 100644 --- a/packages/leptos/input-otp/src/real_tests.rs +++ b/packages/leptos/input-otp/src/real_tests.rs @@ -25,7 +25,7 @@ mod real_tests { fn test_input_otp_with_props() { mount_to_body(|| { view! { - + "input-otp with props" } @@ -91,7 +91,7 @@ mod real_tests { fn test_input_otp_validation_state() { mount_to_body(|| { view! { - + "Valid input-otp" } @@ -106,8 +106,8 @@ mod real_tests { fn test_input_otp_form_integration() { mount_to_body(|| { view! { -
- + + "Form input-otp" @@ -127,9 +127,9 @@ mod real_tests { mount_to_body(|| { view! { "Valid input-otp" diff --git a/packages/leptos/input/src/real_tests.rs b/packages/leptos/input/src/real_tests.rs index 84f9827..7873502 100644 --- a/packages/leptos/input/src/real_tests.rs +++ b/packages/leptos/input/src/real_tests.rs @@ -153,7 +153,7 @@ mod real_tests { fn test_input_css_classes() { mount_to_body(|| { view! { - + } }); diff --git a/packages/leptos/label/src/real_tests.rs b/packages/leptos/label/src/real_tests.rs index 6f5e24c..a29c2e3 100644 --- a/packages/leptos/label/src/real_tests.rs +++ b/packages/leptos/label/src/real_tests.rs @@ -25,7 +25,7 @@ mod real_tests { fn test_label_with_props() { mount_to_body(|| { view! { -