Summary: | Bug 34147 follow-up: add tests | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Staff interface | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | RESOLVED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | david, gmcharlt, lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
24.11.00
|
Circulation function: | |
Bug Depends on: | 34147 | ||
Bug Blocks: | |||
Attachments: |
Bug 38444: Unit test to ensure limited categories don't break display
Bug 38444: Unit test to ensure limited categories don't break display Bug 38444: Unit test to ensure limited categories don't break display Bug 38444: (QA follow-up) tidy |
Description
Nick Clemens (kidclamp)
2024-11-14 13:38:52 UTC
Created attachment 174527 [details] [review] Bug 38444: Unit test to ensure limited categories don't break display Created attachment 174576 [details] [review] Bug 38444: Unit test to ensure limited categories don't break display Signed-off-by: David Nind <david@davidnind.com> Testing notes (using KTD): 1. Start up KTD with selenium: ktd --selenium up 2. Run the tests: prove t/db_dependent/selenium/patrons_search.t 3. Apply the patch. 4. Repeat step 2, tests should continue to pass. Created attachment 174905 [details] [review] Bug 38444: Unit test to ensure limited categories don't break display Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: David Cook <dcook@prosentient.com.au> Created attachment 174906 [details] [review] Bug 38444: (QA follow-up) tidy Signed-off-by: David Cook <dcook@prosentient.com.au> Pushed for 24.11! Well done everyone, thank you! This adds tests, no updates to the manual required. |