Skip to content

Small screen fix for "Failure in qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb"

What does this MR do?

On small screens, especially with a submenu expanded, the menu scrolls off the end of the browser screen making it impossible for chromedriver to "hover" over elements to see other submenus. This changes all "hover" in the projects menu to first try scroll to the relevant part of the menu.

This technique is also used in QA::Page::Admin::Menu.hover_settings

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by 🤖 GitLab Bot 🤖

Merge request reports