permissions_test.rb revision 5f579ebe7d026ae54bdfe295bb38e91a099b879d
require 'integration_test_helper'
setup do
# Add user as owner to the ontology
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