Commit ec7f69c4 authored by Dan Davison's avatar Dan Davison

Merge branch 'ISSUE35690' into 'master'

Fix tests failing in headed mode

See merge request gitlab-org/gitlab!21992
parents 0d33ccd7 0231ef81
......@@ -35,7 +35,7 @@ module QA
end
# Click the select element again to close the dropdown
click_element :protected_branch_select
click_element :"allowed_to_#{action}_select"
end
end
end
......
......@@ -61,7 +61,7 @@ module QA
end
# Click the select element again to close the dropdown
click_element :protected_branch_select
click_element :"allowed_to_#{action}_select"
end
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment