The change in T101295 broke how the main menu gets interacted with.
This causes the Gather tests around main menu functionality to now fail with
unable to locate element, using {:id=>"mw-mf-main-menu-button", :tag_name=>"a"} (Watir::Exception::UnknownObjectException)
This is unfortunate, especially given it is my understanding the main menu work is a temporary experiment.
Fix should be generic enough to work for main menu in stable and beta
Task is only resolved when the @skip tags are removed from those tests.