mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +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:
parent
c7f5ec6689
commit
3ae23f66a9
15
needles/gnome/apps/apps_menu_texteditor-20220118.json
Normal file
15
needles/gnome/apps/apps_menu_texteditor-20220118.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"width": 24,
|
||||||
|
"height": 25,
|
||||||
|
"ypos": 550,
|
||||||
|
"xpos": 550,
|
||||||
|
"type": "match"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"apps_menu_texteditor"
|
||||||
|
]
|
||||||
|
}
|
BIN
needles/gnome/apps/apps_menu_texteditor-20220118.png
Normal file
BIN
needles/gnome/apps/apps_menu_texteditor-20220118.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
15
needles/gnome/apps/apps_run_texteditor-20220118.json
Normal file
15
needles/gnome/apps/apps_run_texteditor-20220118.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"width": 71,
|
||||||
|
"type": "match",
|
||||||
|
"height": 21,
|
||||||
|
"xpos": 493,
|
||||||
|
"ypos": 115
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"apps_run_texteditor"
|
||||||
|
]
|
||||||
|
}
|
BIN
needles/gnome/apps/apps_run_texteditor-20220118.png
Normal file
BIN
needles/gnome/apps/apps_run_texteditor-20220118.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
@ -13,7 +13,7 @@ sub run {
|
|||||||
# Check that is started
|
# Check that is started
|
||||||
assert_screen 'apps_run_texteditor';
|
assert_screen 'apps_run_texteditor';
|
||||||
# Register application
|
# Register application
|
||||||
register_application("gedit");
|
register_application("gnome-text-editor");
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@ sub run {
|
|||||||
$self->root_console(tty=>3);
|
$self->root_console(tty=>3);
|
||||||
|
|
||||||
# List of applications, that we want to track for their presence.
|
# 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
|
# Evaluate the results, make the log files and pass or fail the entire
|
||||||
# test suite.
|
# test suite.
|
||||||
|
Loading…
Reference in New Issue
Block a user