[Koha-bugs] [Bug 22860] Selenium tests authentication.t does not remove all data it created

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 7 16:45:42 CEST 2019


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

--- Comment #3 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Can you try that:


kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ git fetch origin
kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ git checkout -B master
origin/master
kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ koha-mysql kohadev -e "select
count(*) from borrowers;"                                                       
+----------+
| count(*) |
+----------+
|       99 |
+----------+
kohadev-koha at 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 at 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.


More information about the Koha-bugs mailing list