1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 21:43:08 +00:00

Update GNOME apps test for gedit->gnome-text-editor switch

Workstation replaced gedit with gnome-text-editor. This updates
the needles and also changes the name used for 'tagging' the
application for the core_applications test.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-01-18 15:11:50 -08:00
parent c7f5ec6689
commit 3ae23f66a9
6 changed files with 32 additions and 2 deletions

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 24,
"height": 25,
"ypos": 550,
"xpos": 550,
"type": "match"
}
],
"properties": [],
"tags": [
"apps_menu_texteditor"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 71,
"type": "match",
"height": 21,
"xpos": 493,
"ypos": 115
}
],
"properties": [],
"tags": [
"apps_run_texteditor"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -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();
}

View File

@ -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.