[openqa-tests/sam/apps-2] Fix tests where app binary name doesn't match element name



commit 595da2d3201776cc03e68bf9586a882f08c0681f
Author: Sam Thursfield <sam thursfield codethink co uk>
Date:   Tue Oct 11 17:35:42 2022 +0200

    Fix tests where app binary name doesn't match element name

 tests/app_gnome_console.pm      | 2 +-
 tests/app_gnome_disk_utility.pm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/app_gnome_console.pm b/tests/app_gnome_console.pm
index 62e2bab..38017cd 100644
--- a/tests/app_gnome_console.pm
+++ b/tests/app_gnome_console.pm
@@ -5,7 +5,7 @@ use testapi;
 use gnomeutils;
 
 sub run {
-    start_app('gnome-console');
+    start_app('kgx');
     assert_screen('app_gnome_console_home', 10);
     close_app;
 }
diff --git a/tests/app_gnome_disk_utility.pm b/tests/app_gnome_disk_utility.pm
index 0c4313e..59fdf5e 100644
--- a/tests/app_gnome_disk_utility.pm
+++ b/tests/app_gnome_disk_utility.pm
@@ -5,7 +5,7 @@ use testapi;
 use gnomeutils;
 
 sub run {
-    start_app('gnome-disk-utility');
+    start_app('gnome-disks');
     assert_screen('app_gnome_disk_utility_home', 10);
     close_app;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]