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 ...@@ -35,7 +35,7 @@ module QA
end end
# Click the select element again to close the dropdown # Click the select element again to close the dropdown
click_element :protected_branch_select click_element :"allowed_to_#{action}_select"
end end
end end
end end
......
...@@ -61,7 +61,7 @@ module QA ...@@ -61,7 +61,7 @@ module QA
end end
# Click the select element again to close the dropdown # Click the select element again to close the dropdown
click_element :protected_branch_select click_element :"allowed_to_#{action}_select"
end end
end 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