Skip to content

Commit

Permalink
Merge pull request #9229 from GraceWang571/x11regression
Browse files Browse the repository at this point in the history
Make sure the 'tip of the day' window disappear
  • Loading branch information
GraceWang571 committed Dec 30, 2019
2 parents 7e85fd2 + cdc8f49 commit 39a21a3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ sub run {
# Open LibreOffice
$self->libreoffice_start_program('oowriter');

# Make sure the tip of the day window disappear
wait_still_screen;
# Open the tools and navigate to macro selector
assert_and_click 'ooffice-writer-tools';
assert_and_click 'ooffice-tools-macros';
Expand Down

0 comments on commit 39a21a3

Please sign in to comment.