Bug 35556 - selenium/administration_tasks.t failing if too many patron categories
Summary: selenium/administration_tasks.t failing if too many patron categories
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal
Assignee: Chris Cormack
QA Contact: Testopia
URL:
Keywords:
Depends on: 35263
Blocks:
  Show dependency treegraph
 
Reported: 2023-12-13 07:34 UTC by Jonathan Druart
Modified: 2024-12-23 08:07 UTC (History)
2 users (show)

See Also:
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:


Attachments
Bug 35556: Fix random selenium failure if category on second page (1.35 KB, patch)
2023-12-13 07:47 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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.