https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22860 --- Comment #3 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Can you try that: kohadev-koha@kohadevbox:/home/vagrant/kohaclone$ git fetch origin kohadev-koha@kohadevbox:/home/vagrant/kohaclone$ git checkout -B master origin/master kohadev-koha@kohadevbox:/home/vagrant/kohaclone$ koha-mysql kohadev -e "select count(*) from borrowers;" +----------+ | count(*) | +----------+ | 99 | +----------+ kohadev-koha@kohadevbox:/home/vagrant/kohaclone$ prove t/db_dependent/selenium/authentication.t t/db_dependent/selenium/authentication.t .. ok All tests successful. Files=1, Tests=2, 24 wallclock secs ( 0.02 usr 0.02 sys + 2.07 cusr 0.76 csys = 2.87 CPU) Result: PASS kohadev-koha@kohadevbox:/home/vagrant/kohaclone$ koha-mysql kohadev -e "select count(*) from borrowers;" +----------+ | count(*) | +----------+ | 100 | +----------+ The selenium server must have been started before (in a devbox you can use the `start_selenium` alias) -- You are receiving this mail because: You are watching all bug changes.