Summary: | selenium/administration_tasks.t failing if too many patron categories | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Test Suite | Assignee: | 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
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. Pushed for 24.05! Well done everyone, thank you! Pushed to 23.11.x for 23.11.02 Jonathan, It looks like this code already exists on 23.05? But how could that be? Please advise. :) |