https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23493
--- Comment #29 from Jonathan Druart <[email protected]> --- Created attachment 98118 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98118&action=edit Bug 23493: Fix selenium/regressions.t One test wants to make sure thead, tfood 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. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
