Skip to content

Commit

Permalink
Merge pull request #7101 from Zaoliang/gnucash_2018
Browse files Browse the repository at this point in the history
Fix sporadic issue with closing Tip of Day (gnucash)
  • Loading branch information
SergioAtSUSE committed Mar 20, 2019
2 parents 94b0dab + ba81edb commit 5babb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/x11/gnucash.pm
Expand Up @@ -23,7 +23,7 @@ sub run {
ensure_installed('gnucash gnucash-docs yelp');
x11_start_program('gnucash', target_match => [qw(gnucash gnucash-tip-close gnucash-assistant-close)]);
if (match_has_tag('gnucash-tip-close')) {
assert_and_click 'gnucash-tip-close';
send_key 'esc';
assert_screen([qw(gnucash gnucash-assistant-close)]);
}
if (match_has_tag('gnucash-assistant-close')) {
Expand Down

0 comments on commit 5babb6e

Please sign in to comment.