提交 cd086eba 编写于 作者: A Alfredo Sumaran

Wrap param with parens for consistency

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册