chore: Improve macros stability (#5700)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Fayaz Ahmed
2022-10-25 12:19:19 +05:30
committed by GitHub
parent c3ec1d4f8a
commit 06e2219110
8 changed files with 55 additions and 32 deletions

View File

@@ -116,10 +116,10 @@ describe('uiSettingsMixin', () => {
const wrapper = shallowMount(Component, { store, localVue });
expect(wrapper.vm.conversationSidebarItemsOrder).toEqual([
{ name: 'conversation_actions' },
{ name: 'macros' },
{ name: 'conversation_info' },
{ name: 'contact_attributes' },
{ name: 'previous_conversation' },
{ name: 'macros' },
]);
});
});