Merge branch 'develop'
This commit is contained in:
commit
5a6b7d2d15
3 changed files with 10 additions and 4 deletions
|
@ -11,4 +11,4 @@ App.Config.set( 'User', {
|
|||
|
||||
App.Config.set( 'Admin', { prio: 10000, parent: '', name: 'Manage', target: '#admin', role: ['Admin'] }, 'NavBar' )
|
||||
App.Config.set( 'Setting', { prio: 20000, parent: '', name: 'Settings', target: '#settings', role: ['Admin'] }, 'NavBar' )
|
||||
App.Config.set( 'Misc', { prio: 90000, parent: '', name: 'Tools', target: '#tools' }, 'NavBar' )
|
||||
App.Config.set( 'Misc', { prio: 90000, parent: '', name: 'Tools', target: '#tools', child: true }, 'NavBar' )
|
||||
|
|
|
@ -300,6 +300,12 @@ class AgentTicketActionSimpleTest < TestCase
|
|||
:value => 'test to merge',
|
||||
:match_result => true,
|
||||
},
|
||||
|
||||
# close task/cleanup
|
||||
{
|
||||
:execute => 'click',
|
||||
:css => '#task [data-type="close"]',
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue