pub fn test_find_label(
    widget: &impl IsA<Widget>,
    label_pattern: &str
) -> Option<Widget>