Skip to content

Commit

Permalink
Merge pull request os-autoinst#18821 from rfan1/oomath
Browse files Browse the repository at this point in the history
Make sure focus is in text window before typing
  • Loading branch information
rfan1 authored Mar 7, 2024
2 parents ae47050 + d76cc30 commit 03dc455
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/x11/oomath.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ sub run {
my ($self) = shift;

$self->libreoffice_start_program('oomath');

# Focus in LO 24.2 is by default in graphic window, no longer text window,
# See https://progress.opensuse.org/issues/156628
assert_and_click "oomath-textfield-ready";

# be more resilient during the automatic evaluation of formulas to prevent
# mistyping with slow typing and retrying.
my $retries = 7;
Expand Down

0 comments on commit 03dc455

Please sign in to comment.