mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-24 23:03:08 +00:00
Second batch renaming.
This commit is contained in:
parent
3cd37fe5ba
commit
f3e26c0971
@ -11,7 +11,7 @@ sub run {
|
|||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'kmahjong';
|
menu_launch_type 'kmahjong';
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'mahjong_runs', timeout => 60;
|
assert_screen 'apps_run_kmahjong', timeout => 60;
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
}
|
}
|
@ -17,7 +17,7 @@ sub run {
|
|||||||
# Click on the exit icon
|
# Click on the exit icon
|
||||||
assert_and_click("kde_exit_icon");
|
assert_and_click("kde_exit_icon");
|
||||||
}
|
}
|
||||||
assert_screen("kmail_runs");
|
assert_screen("apps_run_kmail");
|
||||||
|
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
|
@ -11,7 +11,7 @@ sub run {
|
|||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'kmail header';
|
menu_launch_type 'kmail header';
|
||||||
# Check that the application runs
|
# Check that the application runs
|
||||||
assert_screen 'kmail_hedit_runs', timeout => 60;
|
assert_screen 'apps_run_kmail_header', timeout => 60;
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@ sub run {
|
|||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'kmines';
|
menu_launch_type 'kmines';
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'minesweeper_runs', timeout => 60;
|
assert_screen 'apps_run_kmines', timeout => 60;
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
}
|
}
|
@ -25,7 +25,7 @@ sub run {
|
|||||||
# July 19th, I realized that kmouth test has been failing,
|
# July 19th, I realized that kmouth test has been failing,
|
||||||
# but it seems that it takes more time to run than
|
# but it seems that it takes more time to run than
|
||||||
# the needle is willing to wait. Adding wait time.
|
# the needle is willing to wait. Adding wait time.
|
||||||
assert_screen('kmouth_runs', timeout => 300);
|
assert_screen('apps_run_kmouth', timeout => 300);
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@ sub run {
|
|||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'kolourpaint';
|
menu_launch_type 'kolourpaint';
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'kolourpaint_runs', timeout => 60;
|
assert_screen 'apps_run_kolourpaint', timeout => 60;
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@ sub run {
|
|||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'konsole';
|
menu_launch_type 'konsole';
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'konsole_runs', timeout => 60;
|
assert_screen 'apps_run_konsole', timeout => 60;
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,7 @@ sub run {
|
|||||||
assert_and_click("kde_exit_icon");
|
assert_and_click("kde_exit_icon");
|
||||||
}
|
}
|
||||||
# Check that the application window is there.
|
# Check that the application window is there.
|
||||||
assert_screen 'kontact_runs';
|
assert_screen 'apps_run_kontact';
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,7 @@ sub run {
|
|||||||
# Connect to Freenode
|
# Connect to Freenode
|
||||||
assert_and_click "${app}_connect", timeout => 60 if ($app eq 'konversation');
|
assert_and_click "${app}_connect", timeout => 60 if ($app eq 'konversation');
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen "${app}_runs";
|
assert_screen "apps_run_${app}";
|
||||||
# Close the application
|
# Close the application
|
||||||
if ($app eq 'konversation') {
|
if ($app eq 'konversation') {
|
||||||
send_key 'alt-f4';
|
send_key 'alt-f4';
|
||||||
|
@ -11,7 +11,7 @@ sub run {
|
|||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'korganizer';
|
menu_launch_type 'korganizer';
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'korganizer_runs', timeout => 60;
|
assert_screen 'apps_run_korganizer', timeout => 60;
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@ sub run {
|
|||||||
send_key 'ret';
|
send_key 'ret';
|
||||||
wait_still_screen 2;
|
wait_still_screen 2;
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'kparted_runs';
|
assert_screen 'apps_run_kparted';
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@ sub run {
|
|||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'kpatience';
|
menu_launch_type 'kpatience';
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'patience_runs', timeout => 60;
|
assert_screen 'apps_run_kpatience', timeout => 60;
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
}
|
}
|
@ -11,7 +11,7 @@ sub run {
|
|||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'krdc';
|
menu_launch_type 'krdc';
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'krdc_runs', timeout => 60;
|
assert_screen 'apps_run_krdc', timeout => 60;
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
}
|
}
|
||||||
|
@ -11,15 +11,15 @@ sub run {
|
|||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'krfb';
|
menu_launch_type 'krfb';
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen ['krfb_runs', 'kde_cancel_button'], timeout => 60;
|
assert_screen ['apps_run_krfb', 'kde_cancel_button'], timeout => 60;
|
||||||
# we may see *two* cancel buttons - one for remote control
|
# we may see *two* cancel buttons - one for remote control
|
||||||
# permissions, one for kwallet
|
# permissions, one for kwallet
|
||||||
if (match_has_tag 'kde_cancel_button') {
|
if (match_has_tag 'kde_cancel_button') {
|
||||||
click_lastmatch;
|
click_lastmatch;
|
||||||
assert_screen ['krfb_runs', 'kde_cancel_button'];
|
assert_screen ['apps_run_krfb', 'kde_cancel_button'];
|
||||||
if (match_has_tag 'kde_cancel_button') {
|
if (match_has_tag 'kde_cancel_button') {
|
||||||
click_lastmatch;
|
click_lastmatch;
|
||||||
assert_screen 'krfb_runs';
|
assert_screen 'apps_run_krfb';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
wait_still_screen(3);
|
wait_still_screen(3);
|
||||||
|
@ -11,7 +11,7 @@ sub run {
|
|||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'ktnef';
|
menu_launch_type 'ktnef';
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'ktnef_runs', timeout => 60;
|
assert_screen 'apps_run_ktnef', timeout => 60;
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@ sub run {
|
|||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'kwallet';
|
menu_launch_type 'kwallet';
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'kwallet_runs', timeout => 60;
|
assert_screen 'apps_run_kwallet', timeout => 60;
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@ sub run {
|
|||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'kwrite';
|
menu_launch_type 'kwrite';
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'kwrite_runs', timeout => 60;
|
assert_screen 'apps_run_kwrite', timeout => 60;
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@ sub run {
|
|||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'libreoffice calc';
|
menu_launch_type 'libreoffice calc';
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'lcalc_runs', timeout => 60;
|
assert_screen 'apps_run_calc', timeout => 60;
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@ sub run {
|
|||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'libreoffice impress';
|
menu_launch_type 'libreoffice impress';
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'limpress_runs', timeout => 60;
|
assert_screen 'apps_run_impress', timeout => 60;
|
||||||
# Close the template chooser, then the application
|
# Close the template chooser, then the application
|
||||||
send_key 'esc';
|
send_key 'esc';
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
|
@ -10,7 +10,7 @@ sub run {
|
|||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'libreoffice writer';
|
menu_launch_type 'libreoffice writer';
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'lwriter_runs';
|
assert_screen 'apps_run_writer';
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ sub run {
|
|||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'media writer';
|
menu_launch_type 'media writer';
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'fmw_runs', timeout => 60;
|
assert_screen 'apps_run_media-writer', timeout => 60;
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@ sub run {
|
|||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'pim';
|
menu_launch_type 'pim';
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'pimexporter_runs', timeout => 60;
|
assert_screen 'apps_run_pim', timeout => 60;
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@ sub run {
|
|||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'spectacle';
|
menu_launch_type 'spectacle';
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'spectacle_runs', timeout => 60;
|
assert_screen 'apps_run_spectacle', timeout => 60;
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@ sub run {
|
|||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'system settings';
|
menu_launch_type 'system settings';
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'system_settings_runs', timeout => 60;
|
assert_screen 'apps_run_system-settings', timeout => 60;
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
}
|
}
|
||||||
|
@ -23,7 +23,7 @@ sub run {
|
|||||||
assert_and_click "vault_menu_create_new";
|
assert_and_click "vault_menu_create_new";
|
||||||
|
|
||||||
# A vault creation dialog should appear
|
# A vault creation dialog should appear
|
||||||
assert_screen "vault_dialog_runs";
|
assert_screen "apps_run_vault-dialog";
|
||||||
|
|
||||||
# Check that a correct backend is available
|
# Check that a correct backend is available
|
||||||
assert_screen "vault_backend_available";
|
assert_screen "vault_backend_available";
|
||||||
|
Loading…
Reference in New Issue
Block a user