Given(/^there exists a repository$/) do
end
Given(/^a User with a 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