chore: Allow admins to choose the agent bot from the UI (#5895)
This commit is contained in:
parent
33aacb3401
commit
16bfd68d95
11 changed files with 261 additions and 958 deletions
|
@ -11,6 +11,8 @@ describe('#InboxesAPI', () => {
|
|||
expect(inboxesAPI).toHaveProperty('update');
|
||||
expect(inboxesAPI).toHaveProperty('delete');
|
||||
expect(inboxesAPI).toHaveProperty('getCampaigns');
|
||||
expect(inboxesAPI).toHaveProperty('getAgentBot');
|
||||
expect(inboxesAPI).toHaveProperty('setAgentBot');
|
||||
});
|
||||
describeWithAPIMock('API calls', context => {
|
||||
it('#getCampaigns', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue