2 Jan
2026
2 Jan
'26
11:23 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39916 --- Comment #23 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 190816 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190816&action=edit Bug 39916: Add select2 helpers to cypress This adds helper methods for cypress to work with select2 dropdowns: - selectFromSelect2ByIndex() - select by option index - selectFromSelect2() - select by text value - clearSelect2() - clear selection These helpers handle the complexities of interacting with Select2 components which cannot be selected using standard Cypress commands. -- You are receiving this mail because: You are watching all bug changes.