Commit 30cc8c1c authored by Mark Chao's avatar Mark Chao

ee

parent 8459873e
...@@ -8,7 +8,7 @@ feature 'Protected Tags', :js do ...@@ -8,7 +8,7 @@ feature 'Protected Tags', :js do
sign_in(user) sign_in(user)
end end
def set_allowed_to(operation, option = 'Masters', form: '.new-protected-tag') def set_allowed_to(operation, option = 'Maintainers', form: '.new-protected-tag')
within form do within form do
find(".js-allowed-to-#{operation}").click find(".js-allowed-to-#{operation}").click
wait_for_requests wait_for_requests
......
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