Commit 0231ef81 authored by Erick Banks's avatar Erick Banks Committed by Dan Davison

Fix tests failing in headed mode

parent 0d33ccd7
......@@ -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