Bug 19243: Fix tests for AV
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 26 Dec 2017 19:09:41 +0000 (16:09 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 13 Feb 2018 19:56:28 +0000 (16:56 -0300)
commitf1d4bdb926798a1523fe3e98e101aaa367555a19
treef184a09bd60a5d5e8b2de90b44708616e7584c8b
parent8391e5d9353392eeae594b29111ebfeb2938a87d
Bug 19243: Fix tests for AV

The tricky part here was to find an alternative for ends-with in Xpath
version 1
Indeed there are 2  button with
"/admin/authorised_values.pl?op=add_form", and the first one was picked
(/admin/authorised_values.pl?op=add_form&category=Asort1)

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/selenium/administration_tasks.t
t/lib/Selenium.pm