opensupports/tests/system/custom-field-test.rb

10 lines
231 B
Ruby

describe 'CustomField' do
Scripts.logout()
Scripts.login($staff[:email], $staff[:password], true)
describe '/system/add-custom field' do
it 'should add custom field with departments' do
end
end
end