@capillarytech/creatives-library 7.10.40 → 7.10.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -71,7 +71,7 @@ describe('Creatives Whatsapp test/>', () => {
71
71
  const templateMessageRenderHelper = (val) => {
72
72
  let event = { target: { value: val } };
73
73
  renderedComponent
74
- .find('TextArea#whatsapp-template-message-input')
74
+ .find('TextArea#whatsapp-create-template-message-input')
75
75
  .at(1)
76
76
  .simulate('change', event);
77
77
  };
@@ -123,7 +123,7 @@ describe('Creatives Whatsapp test/>', () => {
123
123
  .onChange('APPOINTMENT_UPDATE');
124
124
  event = { target: { value: 'Hi {{1}}' } };
125
125
  renderedComponent
126
- .find('TextArea#whatsapp-template-message-input')
126
+ .find('TextArea#whatsapp-create-template-message-input')
127
127
  .at(1)
128
128
  .simulate('change', event);
129
129
  renderedComponent.find('CapButton.whatsapp-create-btn').props().onClick();