Commit cd086eba authored by Alfredo Sumaran's avatar Alfredo Sumaran

Wrap param with parens for consistency

parent bb02065a
......@@ -11,7 +11,7 @@ feature 'Projected Branches', feature: true, js: true do
def set_protected_branch_name(branch_name)
find(".js-protected-branch-select").click
find(".dropdown-input-field").set(branch_name)
click_on "Create wildcard #{branch_name}"
click_on("Create wildcard #{branch_name}")
end
describe "explicit protected branches" do
......
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