Koha/t/db_dependent/selenium
Nick Clemens a5fcd93f72 Bug 22619: Fix null empty behaviour for new rules
To test:
 1 - Go to Admin->Circulation and fines rules
 2 - Set All/All rules ot have a limit for Current checkouts allowed (and onsite checkouts allowed)
 3 - Select an itemtype to add a new rule
 4 - Save without entering any values
 5 - Note that new rule displays with the same numebr as the all/all rule
 6 - Check the DB, not no lines were added to circulation_rules table
 7 - Delete the rule from the staff client
 8 - Apply patch
 9 - Repeat, note the new rule is unlimited
10 - Run selenium tests
11 - They pass!
12 - Check no rules/itemtypes are added to your system by the tests

Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2019-03-23 08:32:03 +00:00
..
administration_tasks.t Bug 22619: Fix null empty behaviour for new rules 2019-03-23 08:32:03 +00:00
authentication.t Bug 22048: Use set_password in tests 2019-01-25 20:15:31 +00:00
basic_workflow.t Bug 18925: (QA follow-up) Fix basic_workflow.t 2019-03-05 20:42:22 +00:00
regressions.t Bug 22048: Use set_password in tests 2019-01-25 20:15:31 +00:00