diff --git a/tests/applications/software/browse_applications.pm b/tests/applications/software/browse_applications.pm index badeb5e6..4951e12b 100644 --- a/tests/applications/software/browse_applications.pm +++ b/tests/applications/software/browse_applications.pm @@ -36,8 +36,13 @@ sub run { # Open the Play category. assert_and_click("software_category_play"); - assert_and_click("software_application_chess"); - check_application_information("chess"); + if (check_screen("software_application_chess")) { + click_lastmatch(); + check_application_information("chess"); + } + else { + record_soft_failure("The application was not listed on the first screen."); + } } sub test_flags {