2019-03-01 05:15:03 +01:00
|
|
|
describe 'CustomField' do
|
2021-11-05 21:06:08 +01:00
|
|
|
Scripts.logout()
|
2019-03-01 05:15:03 +01:00
|
|
|
Scripts.login($staff[:email], $staff[:password], true)
|
|
|
|
|
|
|
|
describe '/system/add-custom field' do
|
|
|
|
it 'should add custom field with departments' do
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|