From 777c31f854c89e313259a7a7a9a1ddeafb11e0d7 Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Wed, 22 Mar 2023 10:04:29 +0100 Subject: [PATCH] Change application. --- tests/applications/software/browse_applications.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/applications/software/browse_applications.pm b/tests/applications/software/browse_applications.pm index 32412468..badeb5e6 100644 --- a/tests/applications/software/browse_applications.pm +++ b/tests/applications/software/browse_applications.pm @@ -27,8 +27,8 @@ sub run { # Open the Play category. assert_and_click("software_category_work"); - assert_and_click("software_application_octave"); - check_application_information("octave"); + assert_and_click("software_application_clocks"); + check_application_information("clocks"); # Come back to the main screen while (! check_screen("gnome_search_button")) { assert_and_click("gnome_back_button");