Bug 35556

Summary: selenium/administration_tasks.t failing if too many patron categories
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Test SuiteAssignee: Chris Cormack <chris>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: fridolin.somers, lucas
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24801
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
24.05.00,23.11.02
Circulation function:
Bug Depends on: 35263    
Bug Blocks:    
Attachments: Bug 35556: Fix random selenium failure if category on second page

Description Jonathan Druart 2023-12-13 07:34:19 UTC

    
Comment 1 Jonathan Druart 2023-12-13 07:47:15 UTC
Created attachment 159782 [details] [review]
Bug 35556: Fix random selenium failure if category on second page

If 'Test category' if on the second page the test will fail to
locate the Edit button.

To make sure it is displayed on the screen we are selecting "All" in the
dropdown list.

This is done a couple of lines later in the script for the same purpose.
Comment 2 Katrin Fischer 2023-12-14 15:31:56 UTC
Pushed for 24.05!

Well done everyone, thank you!
Comment 3 Fridolin Somers 2024-01-03 13:40:10 UTC
Pushed to 23.11.x for 23.11.02
Comment 4 Lucas Gass (lukeg) 2024-01-04 18:41:55 UTC
Jonathan,

It looks like this code already exists on 23.05? But how could that be? Please advise. :)
Comment 5 Jonathan Druart 2024-01-05 05:51:33 UTC
It's not needed on 23.05 actually.

Bug 35263 introduced some additional code in this block.