[Koha-bugs] [Bug 27055] Update Firefox version used in Selenium GUI tests

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 1 10:19:43 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27055

--- Comment #8 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Victor, I don't understand some of the changes, can you explain them?

-    $self->click_when_visible( $default_submit_selector );
+    $self->driver->find_element($default_submit_selector)->click
and
-    $self->click_when_visible( $xpath_selector );
+    $self->driver->find_element($xpath_selector)->click

>From the commit message:
    Fix: remove usage of click_when_visible() because it doesn't work with
    elements not in the top of the page. Because they are off screen.

We are certainly going to reintroduce some random issues we tried to fix during
the last cycle.

What are the elements at the top, and why are they out of the screen?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list