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

First batch of tags renamed.

This commit is contained in:
Lukáš Růžička 2024-07-16 11:32:09 +02:00
parent a5be0341c6
commit 3cd37fe5ba
20 changed files with 20 additions and 20 deletions

View File

@ -9,7 +9,7 @@ sub run {
my $self = shift;
# Start the application
menu_launch_type('abrt');
assert_screen 'abrt_runs';
assert_screen 'apps_run_abrt';
# Close the application
quit_with_shortcut();
}

View File

@ -10,7 +10,7 @@ sub run {
# Start the application
menu_launch_type('akregator');
# Check that it is started
assert_screen 'akregator_runs', timeout => 60;
assert_screen 'apps_run_akregator', timeout => 60;
# Close the application
quit_with_shortcut();
}

View File

@ -10,7 +10,7 @@ sub run {
# Start the application with command
menu_launch_type 'ark';
# Check that it is started
assert_screen 'ark_runs', timeout => 60;
assert_screen 'apps_run_ark', timeout => 60;
# Close the application
quit_with_shortcut();
}

View File

@ -9,7 +9,7 @@ sub run {
my $self = shift;
menu_launch_type 'print theme';
# Check that it is started
assert_screen 'cpteditor_runs', timeout => 60;
assert_screen 'apps_run_cpteditor', timeout => 60;
# Close the application
quit_with_shortcut();
}

View File

@ -10,7 +10,7 @@ sub run {
menu_launch_type 'contactthemeeditor';
# Check that it is started
assert_screen 'cteditor_runs';
assert_screen 'apps_run_contactthemeeditor';
# Close the application
quit_with_shortcut();
}

View File

@ -11,7 +11,7 @@ sub run {
# Start the application
menu_launch_type 'discover';
# Check that it is started
assert_screen 'discover_runs', timeout => 60;
assert_screen 'apps_run_discover', timeout => 60;
# Close the application
quit_with_shortcut();
}

View File

@ -11,7 +11,7 @@ sub run {
# Start the application
menu_launch_type 'dolphin';
# Check that it is started
assert_screen 'dolphin_runs', timeout => 60;
assert_screen 'apps_run_dolphin', timeout => 60;
# Close the application
quit_with_shortcut();
}

View File

@ -13,7 +13,7 @@ sub run {
# Check that it is started; this needle is from
# needles/firefox, it already existed before the 'apps' tests
# were created
assert_screen 'firefox', timeout => 60;
assert_screen 'apps_run_firefox', timeout => 60;
# Close the application
send_key 'alt-f4';
wait_still_screen 2;

View File

@ -22,7 +22,7 @@ sub run {
wait_still_screen 3;
# Check that it is started
assert_screen 'firewall_runs';
assert_screen 'apps_run_firewall';
# Close the application
quit_with_shortcut();
}

View File

@ -11,7 +11,7 @@ sub run {
# Start the application
menu_launch_type 'gwenview';
# Check that it is started
assert_screen 'gwenview_runs', timeout => 60;
assert_screen 'apps_run_gwenview', timeout => 60;
# Close the application
quit_with_shortcut();
}

View File

@ -11,7 +11,7 @@ sub run {
# Start the application
menu_launch_type 'help';
# Check that it is started
assert_screen 'help_runs', timeout => 60;
assert_screen 'apps_run_help', timeout => 60;
# Close the application
quit_with_shortcut();
}

View File

@ -13,7 +13,7 @@ sub run {
# Start the application
menu_launch_type 'info center';
# Check that it is started
assert_screen 'infocenter_runs', timeout => 60;
assert_screen 'apps_run_infocenter', timeout => 60;
# Open the Devices menu item.
assert_and_click "infocenter_menu_devices";
# If the disks module is present, open it

View File

@ -11,7 +11,7 @@ sub run {
# Start the application
menu_launch_type 'kaddressbook';
# Check that it is started
assert_screen 'kaddressbook_runs', timeout => 60;
assert_screen 'apps_run_kaddressbook', timeout => 60;
# Close the application
quit_with_shortcut();
}

View File

@ -11,7 +11,7 @@ sub run {
# Start the application
menu_launch_type 'kcalc';
# Check that it is started
assert_screen 'kcalc_runs', timeout => 60;
assert_screen 'apps_run_kcalc', timeout => 60;
# Close the application
quit_with_shortcut();
}

View File

@ -11,7 +11,7 @@ sub run {
# Start the application
menu_launch_type 'kcharselect';
# Check that it is started
assert_screen 'kcharselect_runs', timeout => 60;
assert_screen 'apps_run_kcharselect', timeout => 60;
# Close the application
quit_with_shortcut();
}

View File

@ -11,7 +11,7 @@ sub run {
# Start the application
menu_launch_type 'kfind';
# Check that it is started
assert_screen 'kfind_runs', timeout => 60;
assert_screen 'apps_run_kfind', timeout => 60;
# Close the application
quit_with_shortcut();
}

View File

@ -29,7 +29,7 @@ sub run {
assert_and_click 'kde_cancel_button';
wait_still_screen 2;
# Check that it is started
assert_screen 'kgpg_runs';
assert_screen 'apps_run_kgpg';
# Close the application
quit_with_shortcut();
}

View File

@ -14,7 +14,7 @@ sub run {
assert_and_click 'kde_ok';
wait_still_screen 2;
# Check that it is started
assert_screen 'kimport_runs', timeout => 60;
assert_screen 'apps_run_kimport', timeout => 60;
# Close the application
quit_with_shortcut();
}

View File

@ -14,7 +14,7 @@ sub run {
# Start the application
menu_launch_type 'kmag';
# Check that it is started
assert_screen 'kmag_runs', timeout => 60;
assert_screen 'apps_run_kmag', timeout => 60;
# Close the application
quit_with_shortcut();
}

View File

@ -11,7 +11,7 @@ sub run {
# Start the application
menu_launch_type 'okular';
# Check that it is started
assert_screen 'docviewer_runs', timeout => 60;
assert_screen 'apps_run_okular', timeout => 60;
# Close the application
quit_with_shortcut();
}