permission_steps.rb revision bc36d383e55449fecb8e19aa8afcd4097778c8ea
Given(/^It exists an repository$/) do
end
Given(/^a User with permission$/) do
end
end
end
When(/^i visit the permissions page of my repository$/) do
end
within '.relationList' do
# does only one permission exist?
# fill in the autocomplete input
end
end
pending #should work but it doesent
# trigger the autocomplete input
# select the first suggestion
end
# has the permission been added to the list?
within '.relationList ul' do
end
end