diff --git a/needles/gnome/apps/apps_menu_texteditor-20220118.json b/needles/gnome/apps/apps_menu_texteditor-20220118.json new file mode 100644 index 00000000..4919732c --- /dev/null +++ b/needles/gnome/apps/apps_menu_texteditor-20220118.json @@ -0,0 +1,15 @@ +{ + "area": [ + { + "width": 24, + "height": 25, + "ypos": 550, + "xpos": 550, + "type": "match" + } + ], + "properties": [], + "tags": [ + "apps_menu_texteditor" + ] +} \ No newline at end of file diff --git a/needles/gnome/apps/apps_menu_texteditor-20220118.png b/needles/gnome/apps/apps_menu_texteditor-20220118.png new file mode 100644 index 00000000..7151e659 Binary files /dev/null and b/needles/gnome/apps/apps_menu_texteditor-20220118.png differ diff --git a/needles/gnome/apps/apps_run_texteditor-20220118.json b/needles/gnome/apps/apps_run_texteditor-20220118.json new file mode 100644 index 00000000..820ce123 --- /dev/null +++ b/needles/gnome/apps/apps_run_texteditor-20220118.json @@ -0,0 +1,15 @@ +{ + "area": [ + { + "width": 71, + "type": "match", + "height": 21, + "xpos": 493, + "ypos": 115 + } + ], + "properties": [], + "tags": [ + "apps_run_texteditor" + ] +} \ No newline at end of file diff --git a/needles/gnome/apps/apps_run_texteditor-20220118.png b/needles/gnome/apps/apps_run_texteditor-20220118.png new file mode 100644 index 00000000..1791ca0e Binary files /dev/null and b/needles/gnome/apps/apps_run_texteditor-20220118.png differ diff --git a/tests/apps_startstop/gnome/texteditor.pm b/tests/apps_startstop/gnome/texteditor.pm index 7a77e295..661f695c 100644 --- a/tests/apps_startstop/gnome/texteditor.pm +++ b/tests/apps_startstop/gnome/texteditor.pm @@ -13,7 +13,7 @@ sub run { # Check that is started assert_screen 'apps_run_texteditor'; # Register application - register_application("gedit"); + register_application("gnome-text-editor"); # Close the application quit_with_shortcut(); } diff --git a/tests/workstation_core_applications.pm b/tests/workstation_core_applications.pm index 68631108..cdff0207 100644 --- a/tests/workstation_core_applications.pm +++ b/tests/workstation_core_applications.pm @@ -10,7 +10,7 @@ sub run { $self->root_console(tty=>3); # List of applications, that we want to track for their presence. - my @core_applications = ("gnome-software", "firefox", "gnome-terminal", "nautilus", "gedit", "gnome-boxes"); + my @core_applications = ("gnome-software", "firefox", "gnome-terminal", "nautilus", "gnome-text-editor", "gnome-boxes"); # Evaluate the results, make the log files and pass or fail the entire # test suite.