Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2025-07-08 15:11:55 +00:00
parent b092843664
commit 7c1d6f125e
108 changed files with 1360 additions and 1138 deletions

View File

@ -11,7 +11,7 @@ module QA
within_element(element_name) do
# Because it is possible to click the button before the JS toggle code is bound
wait_until(reload: false, message: "Waiting until content is expanded") do
click_button 'Expand' unless has_css?('button', text: 'Collapse', wait: 1)
click_button class: 'settings-toggle' unless has_css?('button', text: 'Collapse', wait: 1)
has_content?('Collapse')
end