From cd9c9cda854688319b83354cd62a07f73df2e1a9 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 16 Jun 2017 17:00:23 -0300 Subject: [PATCH] Bug 18804: Add additional information to execute successfuly selenium tests --- t/db_dependent/selenium/basic_workflow.t | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/t/db_dependent/selenium/basic_workflow.t b/t/db_dependent/selenium/basic_workflow.t index 295005155b..2a91923a44 100644 --- a/t/db_dependent/selenium/basic_workflow.t +++ b/t/db_dependent/selenium/basic_workflow.t @@ -22,6 +22,18 @@ # SELENIUM_PATH=/home/vagrant/selenium-server-standalone-2.53.1.jar # Xvfb :1 -screen 0 1024x768x24 2>&1 >/dev/null & # DISPLAY=:1 java -jar $SELENIUM_PATH +# +# Remove the rentalcharge: +# % UPDATE itemtypes SET rentalcharge = 0; +# +# Then you can execute the test file. +# +# If you get: +# Wide character in print at /usr/local/share/perl/5.20.2/Test2/Formatter/TAP.pm line 105. +# # 'Koha › Patrons › Add patron test_patron_surname (Adult)' +# # doesn't match '(?^u:Patron details for test_patron_surname)' +# +# Ignore and retry (FIXME LATER...) use Modern::Perl; -- 2.11.0