From 20a1531d6e1d229122a5879a52eb2866c199a8b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20R=C5=AF=C5=BEi=C4=8Dka?= Date: Wed, 9 Mar 2022 10:22:53 +0100 Subject: [PATCH] Fix typo --- tests/applications/system-settings/applications.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");