pub fn assert_contains_text(texts: &[String], fragment: &str, msg: &str)
Assert that a list contains a specific text fragment.
Often used with robot.get_all_text() to verify content presence.
robot.get_all_text()