Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

close pop-up windows for updates_packagekit_gpk #17567

Merged
merged 1 commit into from Aug 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/update/updates_packagekit_gpk.pm
Expand Up @@ -44,7 +44,7 @@ sub setup_system {
}

sub close_pop_up_windows {
if (check_screen([qw(Could_not_get_updates Could_not_get_update_details)], timeout => 5)) {
if (check_screen([qw(Could_not_get_updates Could_not_get_update_details need_restart_application)], timeout => 5)) {
record_soft_failure 'poo#130468';
send_key 'alt-c';
wait_still_screen 3;
Expand Down