[Koha-bugs] [Bug 18804] Selenium tests are failing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 16 09:30:01 CEST 2017


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #64367|0                           |1
        is obsolete|                            |

--- Comment #19 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 64375
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64375&action=edit
Bug 18804: (bugs 16400,11088 follow-up) Update the "save category" elt selector

With bug 11088 and bug 16400 the submit node switched from:
  <input type="submit" name="save" onclick="return check_form_borrowers();"
value="Save" />
to:
  <button type="submit" name="save" onclick="return check_form_borrowers">
then finally to:
  <button class="btn btn-small" id="saverecord" type="submit" name="save"
onclick="return check_form_borrowers();">

Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

Signed-off-by: Lee Jamison <ldjamison at marywood.edu>

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list