Wrap param with parens for consistency
This commit is contained in:
parent
bb02065a5d
commit
cd086eba79
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue