Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoshino committed Nov 26, 2024
1 parent 7563d4d commit 0302608
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qa/t/lib/QA/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,10 @@ sub go_to_bug {
$sel->click_ok('mode-btn-readonly', 'Click Edit Bug') if !$no_edit;
$sel->click_ok('action-menu-btn', 'Expand action menu');
$sel->click_ok('action-expand-all', 'Expand all modal panels');

# Remove the blue New Changes link because the sticky banner causes a click interception issue in
# Selenium that cannot be reproduced in real browser environments
$sel->driver->execute_script('document.querySelector(\'.new-changes-link\')?.remove();');
}

# Go to admin.cgi.
Expand Down

0 comments on commit 0302608

Please sign in to comment.