]> git.koha-community.org Git - koha.git/commit
Bug 23493: Fix selenium/regressions.t
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 30 Jan 2020 09:20:25 +0000 (10:20 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 30 Jan 2020 09:40:10 +0000 (09:40 +0000)
commitd2931e68501901cb89cd1ece9cc23bb8cde39b60
tree58a53c1429af9c91c680f734c1d6c203a905e5bd
parentb3215b4482ba771ae6fc650220ae226617ad2a3f
Bug 23493: Fix selenium/regressions.t

One test wants to make sure thead, tfoot and tbody will have th/td's
with the same size/number.
Existing test for tbody was retrieving the grouped td, which has a
colspan of 100%. Note that this 100% value seems to be wrong as it is
interpreted like "100" by the browser. We do not want to test this row
anyway, but the real row, the one with all the td's.

This patch makes it retrieve the second tr and count the number of td it
has.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
t/db_dependent/selenium/regressions.t