https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25449 --- Comment #17 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Comment on attachment 137937 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=137937 Bug 25449: Fix basic_workflow.t Review of attachment 137937: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=25449&attachment=137937) ----------------------------------------------------------------- ::: t/db_dependent/selenium/basic_workflow.t @@ +206,4 @@
$v = strftime("%Y-%m-%d", localtime); $effective_input = $driver->find_element('//div[@id="subfield952w"]/input[@class="input_marceditor flatpickr-input"]'); } + elsif (
As discussed on irc.. we don't actually need this condition.. the select is hidden by select2 so we already filter it out with the selector.. it won't appear in this loop. -- You are receiving this mail because: You are watching all bug changes.