From 15da9aa0d05f907fd328830b8014c74f5ec022ef 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 (cherry picked from commit 0f105285910d6a14b44d7cd789475a144552a627) Signed-off-by: Fridolin Somers (cherry picked from commit 8b0b8ca53221ab09917713f8d6bca534d5b92a34) Signed-off-by: Katrin Fischer --- 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.39.5