Summary of Changes
File modified: qa/qa/page/main/menu.rb
-
Removed the entire
view 'app/assets/javascripts/super_sidebar/components/super_topbar.vue'block that declared the staleelement 'canary-badge-link'— this element no longer exists in that file. -
Added
element 'gitlab-next-toggle'to the existingview 'app/assets/javascripts/super_sidebar/components/user_menu.vue'block — the GitLab Next toggle now lives inuser_menu.vuewithdata-testid="gitlab-next-toggle". -
Updated the
canary?method to open the user menu and check forhas_element?('gitlab-next-toggle')instead of the removedcanary-badge-link, and updated the comment accordingly.
Edited by Duo Fix CI/CD Pipeline