https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36025 --- Comment #25 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- (In reply to David Nind from comment #23)
I've attempted to test - everything works except the Selenium tests. They don't pass for me.[1]
[1] Results from running the Selenium tests:
prove t/db_dependent/selenium/patrons_search.t t/db_dependent/selenium/patrons_search.t .. 1/2 # Failed test 'there were no extended attributes on the search clause' # at t/db_dependent/selenium/patrons_search.t line 878. # got: '1' # expected: '0' # Looks like you failed 1 test of 2.
# Failed test 'no clause for extended_attributes when none are default searchable' # at t/db_dependent/selenium/patrons_search.t line 880. # Looks like you failed 1 test of 3. t/db_dependent/selenium/patrons_search.t .. 2/2 # Failed test 'Search patrons in modal' # at t/db_dependent/selenium/patrons_search.t line 883. # Looks like you failed 1 test of 2. t/db_dependent/selenium/patrons_search.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests
The selenium tests would fail when there are unexpected attributes defined in the DB - I obsoleted that patch in favor of Joubu's Cypress tests - if they worked for you could you add your SO? -- You are receiving this mail because: You are watching all bug changes.