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

10 lines
238 B
Ruby
Raw Normal View History

2019-03-01 05:15:03 +01:00
describe 'CustomField' do
request('/user/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