Summary: | update_child_to_adult.t is failing randomly | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Test Suite | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | andrew, kyle, victor |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
22.05.00,21.11.06,21.05.15
|
|
Circulation function: | |||
Attachments: | Bug 30595: Prevent update_child_to_adult.t to fail randomly |
Description
Jonathan Druart
2022-04-22 09:42:03 UTC
Created attachment 133644 [details] [review] Bug 30595: Prevent update_child_to_adult.t to fail randomly t/db_dependent/selenium/update_child_to_adult.t .. # Looks like you planned 3 tests but ran 2. # Failed test 'Update child to adult' # at t/db_dependent/selenium/update_child_to_adult.t line 132. # Looks like you planned 3 tests but ran 2. # Looks like you failed 1 test of 2 run. t/db_dependent/selenium/update_child_to_adult.t .. 1/1 # Failed test 'Update child to patron' # at t/db_dependent/selenium/update_child_to_adult.t line 153. Cannot wait more for element '//input[@type="submit"]' to be visible at /kohadevbox/koha/t/lib/Selenium.pm line 189. It happens when there are too many patron's categories and the submit button is not in the viewport. Pushed to master for 22.05, thanks to everybody involved [U+1F984] Pushed to 21.11.x for 21.11.06 Pushed to 21.05.x for 21.05.15 Not backported to oldoldstable (20.11.x). Feel free to ask if it's needed. |