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

Rename tags, files. Batch 2

This commit is contained in:
Lukáš Růžička 2024-07-16 15:00:38 +02:00
parent e35a34b90f
commit ee9552761a
24 changed files with 43 additions and 43 deletions

View File

@ -10,6 +10,6 @@
],
"properties": [],
"tags": [
"kcharselect_runs"
"apps_run_kcharselect"
]
}
}

View File

@ -10,6 +10,6 @@
],
"properties": [],
"tags": [
"kcharselect_runs"
"apps_run_kcharselect"
]
}
}

View File

@ -10,6 +10,6 @@
],
"properties": [],
"tags": [
"kgpg_runs"
"apps_run_kgpg"
]
}
}

View File

@ -10,6 +10,6 @@
],
"properties": [],
"tags": [
"kgpg_runs"
"apps_run_kgpg"
]
}
}

View File

@ -10,6 +10,6 @@
],
"properties": [],
"tags": [
"kimport_runs"
"apps_run_kimport"
]
}
}

View File

@ -10,6 +10,6 @@
],
"properties": [],
"tags": [
"kmag_runs"
"apps_run_kmag"
]
}
}

View File

@ -10,6 +10,6 @@
],
"properties": [],
"tags": [
"kmail_hedit_runs"
"apps_run_kmail-header"
]
}
}

View File

@ -10,6 +10,6 @@
],
"properties": [],
"tags": [
"kolourpaint_runs"
"apps_run_kolourpaint"
]
}
}

View File

@ -10,6 +10,6 @@
],
"properties": [],
"tags": [
"korganizer_runs"
"apps_run_korganizer"
]
}
}

View File

@ -10,6 +10,6 @@
],
"properties": [],
"tags": [
"kparted_runs"
"apps_run_kparted"
]
}
}

View File

@ -10,6 +10,6 @@
],
"properties": [],
"tags": [
"kparted_runs"
"apps_run_kparted"
]
}
}

View File

@ -10,6 +10,6 @@
],
"properties": [],
"tags": [
"krdc_runs"
"apps_run_krdc"
]
}
}

View File

@ -10,6 +10,6 @@
],
"properties": [],
"tags": [
"krdc_runs"
"apps_run_krdc"
]
}
}

View File

@ -10,6 +10,6 @@
],
"properties": [],
"tags": [
"krfb_runs"
"apps_run_krfb"
]
}
}

View File

@ -10,6 +10,6 @@
],
"properties": [],
"tags": [
"krfb_runs"
"apps_run_krfb"
]
}
}

View File

@ -10,6 +10,6 @@
],
"properties": [],
"tags": [
"ktnef_runs"
"apps_run_ktnef"
]
}
}

View File

@ -10,6 +10,6 @@
],
"properties": [],
"tags": [
"lcalc_runs"
"apps_run_calc"
]
}

View File

@ -10,6 +10,6 @@
],
"properties": [],
"tags": [
"limpress_runs"
"apps_run_impress"
]
}
}

View File

@ -10,6 +10,6 @@
],
"properties": [],
"tags": [
"lwriter_runs"
"apps_run_writer"
]
}
}

View File

@ -10,6 +10,6 @@
],
"properties": [],
"tags": [
"lwriter_runs"
"apps_run_writer"
]
}
}

View File

@ -66,7 +66,7 @@ sub connect_localhost {
# try and avoid double-typing issues
kde_doublek_workaround;
menu_launch_type("konsole");
assert_screen("konsole_runs");
assert_screen("apps_run_konsole");
# Export the environmental variables, this is needed for the process
# to work correctly.
export_kde_vars();

View File

@ -37,7 +37,7 @@ sub connect_localhost {
# try and avoid double-typing issues
kde_doublek_workaround;
menu_launch_type("konsole");
assert_screen("konsole_runs");
assert_screen("apps_run_konsole");
export_kde_vars();
}

View File

@ -11,7 +11,7 @@ sub run {
# Start the application
menu_launch_type 'kmail header';
# Check that the application runs
assert_screen 'apps_run_kmail_header', timeout => 60;
assert_screen 'apps_run_kmail-header', timeout => 60;
# Close the application
quit_with_shortcut();
}

View File

@ -28,7 +28,7 @@ sub run {
menu_launch_type('discover');
# Wait for it to run and maximize it to make sure we see the
# Updates entry
assert_screen('discover_runs');
assert_screen('apps_run_discover');
wait_still_screen 2;
wait_screen_change { send_key "super-pgup"; };
wait_still_screen 2;