feat: Add a pre-chat form on widget (#1769)
This commit is contained in:
@@ -16,6 +16,11 @@ describe('#getters', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it('getIsCreating', () => {
|
||||
const state = { uiFlags: { isCreating: true } };
|
||||
expect(getters.getIsCreating(state)).toEqual(true);
|
||||
});
|
||||
|
||||
it('getConversationSize', () => {
|
||||
const state = {
|
||||
conversations: {
|
||||
|
||||
Reference in New Issue
Block a user