diff --git a/tests/applications/system-settings/applications.pm b/tests/applications/system-settings/applications.pm index ede02187..277d1d1a 100644 --- a/tests/applications/system-settings/applications.pm +++ b/tests/applications/system-settings/applications.pm @@ -20,7 +20,7 @@ sub run { assert_and_click("settings_applications_app_open"); # Check that the Application has opened - assert_screen(apps_run_calculator); + assert_screen("apps_run_calculator"); # Close the application send_key("alt-f4");