import { shallowMount } from '@vue/test-utils'; import CopilotEditorSection from '../CopilotEditorSection.vue'; import MessagesView from '../MessagesView.vue'; import ReplyBox from '../ReplyBox.vue'; import ReplyBottomPanel from '../../WootWriter/ReplyBottomPanel.vue'; const mountCopilotEditorSection = props => shallowMount(CopilotEditorSection, { props: { showCopilotEditor: true, isGeneratingContent: false, generatedContent: 'Suggested reply', ...props, }, global: { stubs: { Transition: false, CopilotEditor: { template: '