Skip to content

Commit

Permalink
Merge pull request os-autoinst#21305 from okurz/fix/gnuhealth
Browse files Browse the repository at this point in the history
gnuhealth: Fix mygnuhealth relying on clean desktop
  • Loading branch information
okurz authored Feb 27, 2025
2 parents db05845 + 2890575 commit 1ac90ca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/gnuhealth/gnuhealth_client_first_time.pm
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,12 @@ sub run {
send_key 'alt-o';
}
assert_screen "$gnuhealth-admin_view", 300;
send_key 'alt-f4';
assert_and_click "$gnuhealth-admin-confirm_close";
}

sub test_flags {
return {fatal => 1};
}

# overwrite the base class check for a clean desktop
sub post_run_hook {
}

1;

0 comments on commit 1ac90ca

Please sign in to comment.