qa/t/1_test_custom_fields.t failing in CI after recent updates
Categories
(bugzilla.mozilla.org :: Continous Integration, defect)
Tracking
()
People
(Reporter: dkl, Assigned: dkl)
Details
Attachments
(1 file)
Error while executing command: element click intercepted: Element <select id="bug_status" name="bug_status"> is not clickable at point (338,36) because another element <input id="quicksearch_top" class="dropdown-button" name="quicksearch"> obscures it at ../../local/lib/perl5/Selenium/Remote/Driver.pm line 411.
at ../../local/lib/perl5/Selenium/Remote/Driver.pm line 361.
# Looks like your test exited with 255 just after 187.
# Seeded srand with seed '20241009' from local date.
1_test_custom_fields.t ..........
Assignee | ||
Comment 1•8 months ago
|
||
From what I have discovered going through the automated steps manually, something has changed recently to cause the bug status drop down to be scrolled out of view when editing certain custom fields. In the past somehow the automation was still able to see the bug status drop down and select a value. Now with recent changes, the script will die stating it cannot see the bug status drop down since it is behind the quicksearch text field which happens when the page is scrolled down with the status field out of site. \
If I modify the script to scroll back to the top (by clicking the top button at the bottom of the page) then it is able to select bug status and continue without error.
Assignee | ||
Comment 2•8 months ago
•
|
||
I have not been able to pinpoint any change in the code base that would have cause this change in behavior so it must be due to recent updated firefox-esr 128 version in Debian 12 which acts differently than previous 115. So I am adding the clicks of the top button to make the page scroll back to the top to allow this test to continue to pass.
⬢ [fedora:40] ❯ d run -it --entrypoint=/bin/bash bmo
app@ce2a78fe1706:/app$ firefox --version
Mozilla Firefox 128.3.0esr
Comment 3•8 months ago
|
||
Assignee | ||
Comment 4•8 months ago
|
||
Description
•