permissions_test.rb revision f1304db188bff0f7c40172819863ffe54401b400
require 'integration_test_helper'
setup do
# Add user as owner to the repository
end
test 'login' do
find_link "Log out"
within '.relationList' do
# does only one permission exist?
# fill in the autocomplete input
end
# trigger the autocomplete input
# check for autocomplete suggestions
# select the first suggestion
# has the permission been added to the list?
within '.relationList ul' do
end
end
end