mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-02 03:24:46 +02:00
10 lines
231 B
Ruby
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
|