https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35506
--- Comment #24 from Victor Grousset/tuxayo <[email protected]> --- After rerunning 2 times, I got the other error # Failed test 'Checkouts table must be correctly aligned' # at t/db_dependent/selenium/regressions.t line 213. # got: '' # expected: '1' # thead: 0 ; tfoot: 18 ; tbody: 0 So the two main errors of this ticket are fixed by wait_for_page_fully_ready. I'm not even sure wait_for_ajax fixed anything the CI was hitting. But anyway, I needed them on my PC to be able to do a lot of runs of 'Encoding in session variables' and 'Checkouts table must be correctly aligned' without having interruptions due to long XHR responses. -- 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/
