Bug 19185: Use submit button if only one exists on the page
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 4 May 2018 17:44:44 +0000 (14:44 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 25 Oct 2021 09:27:40 +0000 (11:27 +0200)
commitf22576157f9d94225e642f4fd2ca8822f35d246a
treeb69e2f83b2c1ac79a967cc15d3fb7274b92cab21
parentcfd25f0ed73f7b7cc14e7abba3cbb55d934eb78c
Bug 19185: Use submit button if only one exists on the page

During the installation process we do not have fieldset.action, in order
to not complicate changes we are just going to use the submit button if
only one exists.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/lib/Selenium.pm