diff --git a/package.json b/package.json index d22a4d25..776f597b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@sentry/integrations": "^6.13.2", "@sentry/vue": "^6.13.2", - "@weni/unnnic-system": "^1.16.13", + "@weni/unnnic-system": "^1.16.41", "axios": "0.21.1", "core-js": "^3.6.5", "global": "^4.4.0", diff --git a/src/components/config/external/chatgpt/Config.vue b/src/components/config/external/chatgpt/Config.vue index f25e91d7..27c6439a 100644 --- a/src/components/config/external/chatgpt/Config.vue +++ b/src/components/config/external/chatgpt/Config.vue @@ -41,6 +41,13 @@ type="normal" :label="$t('ChatGPT.config.tabs.flows.inputs.knowledge_label')" /> + + + + + diff --git a/src/locales/en.json b/src/locales/en.json index b50eaaeb..660bfe39 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -857,7 +857,27 @@ "rules_label": "Rules", "knowledge_label": "Knowledge base", "prompt_label": "Insert prompts", - "prompt_placeholder": "Insert prompt text and press enter" + "prompt_placeholder": "Insert prompt text and press enter", + "conversation_style_label": "Conversation style", + "conversation_style_placeholder": "Select the conversation style", + "voice_tone_label": "Voice tone", + "voice_tone_placeholder": "Select the voice tone" + }, + "selects": { + "necessary_label": "Necessary", + "necessary_description": "Objective and straight to the point answers", + "balanced_label": "Balanced", + "balanced_description": "Use a little creativity in the answers but still be objective", + "creative_label": "Creative", + "creative_description": "Responds creatively, less objectively", + "none_label": "None", + "neutral_label": "Neutral", + "happy_label": "Happy", + "trusting_label": "Trusting", + "formal_label": "Formal", + "humble_label": "Humble", + "informal_label": "Informal", + "helpful_label": "Helpful" }, "prompts_list": "Prompt list" }, diff --git a/src/locales/es_es.json b/src/locales/es_es.json index bb1916df..fb139b18 100644 --- a/src/locales/es_es.json +++ b/src/locales/es_es.json @@ -857,7 +857,27 @@ "rules_label": "Normas", "knowledge_label": "Base de conocimientos", "prompt_label": "Insertar prompts", - "prompt_placeholder": "Inserte el texto del mensaje y presione enter" + "prompt_placeholder": "Inserte el texto del mensaje y presione enter", + "conversation_style_label": "Estilo de conversación", + "conversation_style_placeholder": "Seleccione el estilo de conversación", + "voice_tone_label": "Tono de voz", + "voice_tone_placeholder": "Seleccione el tono de voz" + }, + "selects": { + "necessary_label": "Necesario", + "necessary_description": "Respuestas objetivas y directas al grano", + "balanced_label": "Equilibrado", + "balanced_description": "Usa un poco de creatividad en las respuestas pero sigue siendo objetivo", + "creative_label": "Creativo", + "creative_description": "Responde creativamente, menos objetivamente", + "none_label": "Ninguno", + "neutral_label": "Neutral", + "happy_label": "Feliz", + "trusting_label": "Confiando", + "formal_label": "Formal", + "humble_label": "Humilde", + "informal_label": "Informal", + "helpful_label": "Útil" }, "prompts_list": "Lista de prompts" }, diff --git a/src/locales/pt_br.json b/src/locales/pt_br.json index 018d0fff..d9579fd7 100644 --- a/src/locales/pt_br.json +++ b/src/locales/pt_br.json @@ -857,7 +857,27 @@ "rules_label": "Regras", "knowledge_label": "Base de conhecimento", "prompt_label": "Inserir prompts", - "prompt_placeholder": "Insira o texto do prompt e pressione enter" + "prompt_placeholder": "Insira o texto do prompt e pressione enter", + "conversation_style_label": "Estilo de conversa", + "conversation_style_placeholder": "Selecione o estilo de conversa", + "voice_tone_label": "Tom de voz", + "voice_tone_placeholder": "Selecione o tom de voz" + }, + "selects": { + "necessary_label": "Preciso", + "necessary_description": "Respostas objetivas e direto ao ponto", + "balanced_label": "Balanceado", + "balanced_description": "Usa um pouco de criatividade nas respostas mas ainda é objetiva", + "creative_label": "Criativo", + "creative_description": "Responde de forma criativa, menos objetiva", + "none_label": "Nenhum", + "neutral_label": "Neutro", + "happy_label": "Alegre", + "trusting_label": "Confiante", + "formal_label": "Formal", + "humble_label": "Humilde", + "informal_label": "Informal", + "helpful_label": "Prestativo" }, "prompts_list": "Lista de prompts" }, diff --git a/tests/unit/specs/components/__snapshots__/OnboardModal.spec.js.snap b/tests/unit/specs/components/__snapshots__/OnboardModal.spec.js.snap index 446a7f3a..82dd8e31 100644 --- a/tests/unit/specs/components/__snapshots__/OnboardModal.spec.js.snap +++ b/tests/unit/specs/components/__snapshots__/OnboardModal.spec.js.snap @@ -5,17 +5,17 @@ exports[`components/OnboardModal.vue should not render modal if app is configure exports[`components/OnboardModal.vue should not render modal if onboardStatus is false 1`] = ``; exports[`components/OnboardModal.vue should render modal app is not configured 1`] = ` -
-
-
-
-
+
+
+
+
+
Integrate a channel to your project
-
+
Choose the channel you want to use and follow the step by step to add it. It's fast and easy.
-
+
@@ -24,25 +24,25 @@ exports[`components/OnboardModal.vue should render modal app is not configured 1 `; exports[`components/OnboardModal.vue telegram should handle telegram back action until app selection 1`] = ` -
-
-
-
-
+
+
+
+
+
How to integrate Telegram
-
  1. Find the Telegram card and click on it. A sidebar will open on the right side of the page.
  2. Paste the token @BotFather sent you in the field provided. Then click "validate".
  3. Your bot will be created with the name you chose.
  4. To access the bot in Telegram, just search for the name you defined in the search field. Done!
-
@@ -51,25 +51,25 @@ exports[`components/OnboardModal.vue telegram should handle telegram back action `; exports[`components/OnboardModal.vue telegram should handle telegram back action until app selection 2`] = ` -
-
-
-
-
+
+
+
+
+
How to integrate Telegram
-
  1. Let's go! Open your Telegram and search for "@BotFather".
  2. Then send “/newbot”, choose a Username (usernames must always end with “_bot”, Eg:. test_bot).
  3. With these steps completed, you will receive a token.
  4. On the Weni Platform, access the integrations module, and click on the “+” on the telegram card, then you will be redirected to my applications.
-
@@ -78,17 +78,17 @@ exports[`components/OnboardModal.vue telegram should handle telegram back action `; exports[`components/OnboardModal.vue telegram should handle telegram back action until app selection 3`] = ` -
-
-
-
-
+
+
+
+
+
Integrate a channel to your project
-
+
Choose the channel you want to use and follow the step by step to add it. It's fast and easy.
-
+
@@ -97,25 +97,25 @@ exports[`components/OnboardModal.vue telegram should handle telegram back action `; exports[`components/OnboardModal.vue telegram should render telegram pages correctly and close modal in the end 1`] = ` -
-
-
-
-
+
+
+
+
+
How to integrate Telegram
-
  1. Let's go! Open your Telegram and search for "@BotFather".
  2. Then send “/newbot”, choose a Username (usernames must always end with “_bot”, Eg:. test_bot).
  3. With these steps completed, you will receive a token.
  4. On the Weni Platform, access the integrations module, and click on the “+” on the telegram card, then you will be redirected to my applications.
-
@@ -124,25 +124,25 @@ exports[`components/OnboardModal.vue telegram should render telegram pages corre `; exports[`components/OnboardModal.vue telegram should render telegram pages correctly and close modal in the end 2`] = ` -
-
-
-
-
+
+
+
+
+
How to integrate Telegram
-
  1. Find the Telegram card and click on it. A sidebar will open on the right side of the page.
  2. Paste the token @BotFather sent you in the field provided. Then click "validate".
  3. Your bot will be created with the name you chose.
  4. To access the bot in Telegram, just search for the name you defined in the search field. Done!
-
@@ -153,25 +153,25 @@ exports[`components/OnboardModal.vue telegram should render telegram pages corre exports[`components/OnboardModal.vue telegram should render telegram pages correctly and close modal in the end 3`] = ``; exports[`components/OnboardModal.vue telegram should start telegram steps on telegram icon click 1`] = ` -
-
-
-
-
+
+
+
+
+
How to integrate Telegram
-
  1. Let's go! Open your Telegram and search for "@BotFather".
  2. Then send “/newbot”, choose a Username (usernames must always end with “_bot”, Eg:. test_bot).
  3. With these steps completed, you will receive a token.
  4. On the Weni Platform, access the integrations module, and click on the “+” on the telegram card, then you will be redirected to my applications.
-
@@ -180,25 +180,25 @@ exports[`components/OnboardModal.vue telegram should start telegram steps on tel `; exports[`components/OnboardModal.vue weni web chat should handle wwc back action until app selection 1`] = ` -
-
-
-
-
+
+
+
+
+
How to integrate Telegram
-
  1. Let's go! Open your Telegram and search for "@BotFather".
  2. Then send “/newbot”, choose a Username (usernames must always end with “_bot”, Eg:. test_bot).
  3. With these steps completed, you will receive a token.
  4. On the Weni Platform, access the integrations module, and click on the “+” on the telegram card, then you will be redirected to my applications.
-
@@ -207,17 +207,17 @@ exports[`components/OnboardModal.vue weni web chat should handle wwc back action `; exports[`components/OnboardModal.vue weni web chat should handle wwc back action until app selection 2`] = ` -
-
-
-
-
+
+
+
+
+
Integrate a channel to your project
-
+
Choose the channel you want to use and follow the step by step to add it. It's fast and easy.
-
+
@@ -226,25 +226,25 @@ exports[`components/OnboardModal.vue weni web chat should handle wwc back action `; exports[`components/OnboardModal.vue weni web chat should render weniwebchat pages correctly and close modal in the end 1`] = ` -
-
-
-
-
+
+
+
+
+
How to Integrate Weni Web Chat
-
  1. Under communication channels, click Weni Web Chat.
  2. Click the "Add" button in the upper right corner of the screen.
  3. Now you can customize your bot, choosing the colors, the name and the messages it will send.
  4. Finally, access the "Script Code" section and copy the code that appears there. Paste it above the </body> tag on your site.
-
@@ -255,25 +255,25 @@ exports[`components/OnboardModal.vue weni web chat should render weniwebchat pag exports[`components/OnboardModal.vue weni web chat should render weniwebchat pages correctly and close modal in the end 2`] = ``; exports[`components/OnboardModal.vue weni web chat should start weni web chat steps on weni web chat icon click 1`] = ` -
-
-
-
-
+
+
+
+
+
How to Integrate Weni Web Chat
-
  1. Under communication channels, click Weni Web Chat.
  2. Click the "Add" button in the upper right corner of the screen.
  3. Now you can customize your bot, choosing the colors, the name and the messages it will send.
  4. Finally, access the "Script Code" section and copy the code that appears there. Paste it above the </body> tag on your site.
-
@@ -282,25 +282,25 @@ exports[`components/OnboardModal.vue weni web chat should start weni web chat st `; exports[`components/OnboardModal.vue whatsapp should handle whatsapp back action until app selection 1`] = ` -
-
-
-
-
+
+
+
+
+
How to integrate WhatsApp
-
  1. After making these settings, a new Weni Platform screen will appear. Just click Create Channel.
  2. Your channel is now integrated with WhatsApp and ready to be customized.
  3. To customize, click on the WhatsApp card that displays your business number .
  4. Then you can customize the name and description.
-
@@ -309,25 +309,25 @@ exports[`components/OnboardModal.vue whatsapp should handle whatsapp back action `; exports[`components/OnboardModal.vue whatsapp should handle whatsapp back action until app selection 2`] = ` -
-
-
-
-
+
+
+
+
+
How to integrate WhatsApp
-
  1. Now it's time to fill in your company details.
  2. Create or select a profile for your WhatsApp Bussines, this account will belong to your target business account .
  3. Add the phone number that people will use to chat with you on WhatsApp.
  4. After that enter your number and fill in the verification code field that will be sent to you.
-
@@ -336,25 +336,25 @@ exports[`components/OnboardModal.vue whatsapp should handle whatsapp back action `; exports[`components/OnboardModal.vue whatsapp should handle whatsapp back action until app selection 3`] = ` -
-
-
-
-
+
+
+
+
+
How to integrate WhatsApp
-
  1. On the WhatsApp card, look for the "+" button and click on it.
  2. Next, a window will appear asking if you want to connect your WhatsApp account with Facebook.
  3. Log in to your Facebook and click "Start" to be redirected to the next page.
  4. Oh, and don't worry about the requested permissions. They are needed so that we can help you even more!
-
@@ -363,17 +363,17 @@ exports[`components/OnboardModal.vue whatsapp should handle whatsapp back action `; exports[`components/OnboardModal.vue whatsapp should handle whatsapp back action until app selection 4`] = ` -
-
-
-
-
+
+
+
+
+
Integrate a channel to your project
-
+
Choose the channel you want to use and follow the step by step to add it. It's fast and easy.
-
+
@@ -382,25 +382,25 @@ exports[`components/OnboardModal.vue whatsapp should handle whatsapp back action `; exports[`components/OnboardModal.vue whatsapp should render whatsapp pages correctly and close modal in the end 1`] = ` -
-
-
-
-
+
+
+
+
+
How to integrate WhatsApp
-
  1. On the WhatsApp card, look for the "+" button and click on it.
  2. Next, a window will appear asking if you want to connect your WhatsApp account with Facebook.
  3. Log in to your Facebook and click "Start" to be redirected to the next page.
  4. Oh, and don't worry about the requested permissions. They are needed so that we can help you even more!
-
@@ -409,25 +409,25 @@ exports[`components/OnboardModal.vue whatsapp should render whatsapp pages corre `; exports[`components/OnboardModal.vue whatsapp should render whatsapp pages correctly and close modal in the end 2`] = ` -
-
-
-
-
+
+
+
+
+
How to integrate WhatsApp
-
  1. Now it's time to fill in your company details.
  2. Create or select a profile for your WhatsApp Bussines, this account will belong to your target business account .
  3. Add the phone number that people will use to chat with you on WhatsApp.
  4. After that enter your number and fill in the verification code field that will be sent to you.
-
@@ -436,25 +436,25 @@ exports[`components/OnboardModal.vue whatsapp should render whatsapp pages corre `; exports[`components/OnboardModal.vue whatsapp should render whatsapp pages correctly and close modal in the end 3`] = ` -
-
-
-
-
+
+
+
+
+
How to integrate WhatsApp
-
  1. After making these settings, a new Weni Platform screen will appear. Just click Create Channel.
  2. Your channel is now integrated with WhatsApp and ready to be customized.
  3. To customize, click on the WhatsApp card that displays your business number .
  4. Then you can customize the name and description.
-
@@ -465,25 +465,25 @@ exports[`components/OnboardModal.vue whatsapp should render whatsapp pages corre exports[`components/OnboardModal.vue whatsapp should render whatsapp pages correctly and close modal in the end 4`] = ``; exports[`components/OnboardModal.vue whatsapp should start whatsapp steps on whatsapp icon click 1`] = ` -
-
-
-
-
+
+
+
+
+
How to integrate WhatsApp
-
  1. On the WhatsApp card, look for the "+" button and click on it.
  2. Next, a window will appear asking if you want to connect your WhatsApp account with Facebook.
  3. Log in to your Facebook and click "Start" to be redirected to the next page.
  4. Oh, and don't worry about the requested permissions. They are needed so that we can help you even more!
-
diff --git a/tests/unit/specs/components/__snapshots__/Survey.spec.js.snap b/tests/unit/specs/components/__snapshots__/Survey.spec.js.snap index 9c9b8611..c6737a08 100644 --- a/tests/unit/specs/components/__snapshots__/Survey.spec.js.snap +++ b/tests/unit/specs/components/__snapshots__/Survey.spec.js.snap @@ -5,7 +5,7 @@ exports[`components/Survey.vue should be rendered properly with content closed 1 -
+
`; @@ -13,27 +13,27 @@ exports[`components/Survey.vue should be rendered properly with content open 1`]
-
-

Do you miss any integration? If so, tell us which one

-
+
+

Do you miss any integration? If so, tell us which one

+
-
-
+
`; diff --git a/tests/unit/specs/components/app/__snapshots__/AppDetailsComments.spec.js.snap b/tests/unit/specs/components/app/__snapshots__/AppDetailsComments.spec.js.snap index dceb9397..091a9dec 100644 --- a/tests/unit/specs/components/app/__snapshots__/AppDetailsComments.spec.js.snap +++ b/tests/unit/specs/components/app/__snapshots__/AppDetailsComments.spec.js.snap @@ -5,10 +5,10 @@ exports[`AppDetailsComments.vue should be rendered properly 1`] = `
some specific text
-
+
-
- +
+
diff --git a/tests/unit/specs/components/config/channels/generic/__snapshots__/Config.spec.js.snap b/tests/unit/specs/components/config/channels/generic/__snapshots__/Config.spec.js.snap index 007adf3f..861be725 100644 --- a/tests/unit/specs/components/config/channels/generic/__snapshots__/Config.spec.js.snap +++ b/tests/unit/specs/components/config/channels/generic/__snapshots__/Config.spec.js.snap @@ -12,15 +12,15 @@ exports[`components/config/channels/generic/Config.vue should be rendered proper
-
diff --git a/tests/unit/specs/components/config/channels/whatsapp/components/tabs/__snapshots__/WebhookTab.spec.js.snap b/tests/unit/specs/components/config/channels/whatsapp/components/tabs/__snapshots__/WebhookTab.spec.js.snap index 19364f7a..db274688 100644 --- a/tests/unit/specs/components/config/channels/whatsapp/components/tabs/__snapshots__/WebhookTab.spec.js.snap +++ b/tests/unit/specs/components/config/channels/whatsapp/components/tabs/__snapshots__/WebhookTab.spec.js.snap @@ -5,7 +5,7 @@ exports[`components/config/channels/whatsapp/components/tabs/WebhookTab.vue shou
-

Method

+

Method

@@ -15,9 +15,9 @@ exports[`components/config/channels/whatsapp/components/tabs/WebhookTab.vue shou
-
-

Webhook URL

-
+
+

Webhook URL

+
@@ -28,17 +28,17 @@ exports[`components/config/channels/whatsapp/components/tabs/WebhookTab.vue shou

Headers

-
+
-
+
-
+
-
+
@@ -46,17 +46,17 @@ exports[`components/config/channels/whatsapp/components/tabs/WebhookTab.vue shou
-
+
-
+
-
+
-
+
@@ -66,15 +66,15 @@ exports[`components/config/channels/whatsapp/components/tabs/WebhookTab.vue shou
-
diff --git a/tests/unit/specs/components/config/external/chatgpt/Config.spec.js b/tests/unit/specs/components/config/external/chatgpt/Config.spec.js index 88c6944a..e1ef15b9 100644 --- a/tests/unit/specs/components/config/external/chatgpt/Config.spec.js +++ b/tests/unit/specs/components/config/external/chatgpt/Config.spec.js @@ -18,6 +18,17 @@ singleApp.config = { rules: 'rules', knowledge_base: 'base', ai_model: 'gpt-3.5-turbo-16k', + voice_tone: [{ + 'value': '1', + 'label': 'Neutral', + }], + conversation_style: [ + { + 'value': '0.7,0.8', + 'label': 'Creative', + 'description': 'Responds creatively, less objectively' + } + ], }; const localVue = createLocalVue(); @@ -196,7 +207,7 @@ describe('components/config/external/chatgpt/Config.vue', () => { }); describe('saveConfig()', () => { - it('should call updateApp with the correct payload if rules || knowledgeBase || selectedVersion changed', async () => { + it('should call updateApp with the correct payload if rules || knowledgeBase || selectedVersion changed || selectedVoiceTone || selectedConversationStyle', async () => { const { wrapper, actions } = await mountComponent(); const rulesInput = wrapper.findComponent({ ref: 'rules-input' }); @@ -215,6 +226,9 @@ describe('components/config/external/chatgpt/Config.vue', () => { ai_model: 'gpt-3.5-turbo-16k', rules: 'rules 1', knowledge_base: 'knowledge base 1', + temperature: "0.7", + top_p: "0.8", + voice_tone: "Em tom Neutral", }, }, }); diff --git a/tests/unit/specs/components/config/external/chatgpt/__snapshots__/Config.spec.js.snap b/tests/unit/specs/components/config/external/chatgpt/__snapshots__/Config.spec.js.snap index 23be0d90..606b82fd 100644 --- a/tests/unit/specs/components/config/external/chatgpt/__snapshots__/Config.spec.js.snap +++ b/tests/unit/specs/components/config/external/chatgpt/__snapshots__/Config.spec.js.snap @@ -17,6 +17,10 @@ exports[`components/config/external/chatgpt/Config.vue should be rendered proper + + + +
@@ -36,10 +40,10 @@ exports[`components/config/external/chatgpt/Config.vue should be rendered proper
-
+
gpt-3.5-turbo-16k
-
+
gpt-3.5-turbo
@@ -68,6 +72,10 @@ exports[`components/config/external/chatgpt/Config.vue should be rendered proper
+ + + +
@@ -87,10 +95,10 @@ exports[`components/config/external/chatgpt/Config.vue should be rendered proper
-
+
gpt-3.5-turbo-16k
-
+
gpt-3.5-turbo
diff --git a/tests/unit/specs/components/config/external/omie/__snapshots__/Config.spec.js.snap b/tests/unit/specs/components/config/external/omie/__snapshots__/Config.spec.js.snap index 06055b89..8dbc5a77 100644 --- a/tests/unit/specs/components/config/external/omie/__snapshots__/Config.spec.js.snap +++ b/tests/unit/specs/components/config/external/omie/__snapshots__/Config.spec.js.snap @@ -9,53 +9,53 @@ exports[`components/config/external/omie/Config.vue should be rendered properly
Learn more about integrating with Omie here
-
-
-
    -
  • Configure
  • +
    +
    +
      +
    • Configure
    -
    -
    -
    -
    -
    -
    -

    Name

    -
    +
    +
    +
    +
    +
    +
    +

    Name

    +
    -
    -

    App Key

    -
    +
    +

    App Key

    +
    -
    -

    App Secret

    -
    +
    +

    App Secret

    +
    -
    +
    -
    diff --git a/tests/unit/specs/components/whatsAppTemplates/__snapshots__/FormHeader.spec.js.snap b/tests/unit/specs/components/whatsAppTemplates/__snapshots__/FormHeader.spec.js.snap index 19605099..4890b4d7 100644 --- a/tests/unit/specs/components/whatsAppTemplates/__snapshots__/FormHeader.spec.js.snap +++ b/tests/unit/specs/components/whatsAppTemplates/__snapshots__/FormHeader.spec.js.snap @@ -4,9 +4,9 @@ exports[`components/whatsAppTemplates/FormHeader.vue should be rendered properly
    WhatsApp Templates -
    some specific text diff --git a/tests/unit/specs/components/whatsAppTemplates/__snapshots__/FormTabContent.spec.js.snap b/tests/unit/specs/components/whatsAppTemplates/__snapshots__/FormTabContent.spec.js.snap index 779f4a62..720e449f 100644 --- a/tests/unit/specs/components/whatsAppTemplates/__snapshots__/FormTabContent.spec.js.snap +++ b/tests/unit/specs/components/whatsAppTemplates/__snapshots__/FormTabContent.spec.js.snap @@ -4,9 +4,9 @@ exports[`components/whatsAppTemplates/FormTabContent.vue should be rendered prop
    -
    -

    Name

    -
    +
    +

    Name

    +
    @@ -14,14 +14,14 @@ exports[`components/whatsAppTemplates/FormTabContent.vue should be rendered prop
    Category
    -
    Select the category
    +
    Select the category
    -

    Language

    +

    Language

    -
    diff --git a/tests/unit/specs/components/whatsAppTemplates/__snapshots__/FormTabContentBody.spec.js.snap b/tests/unit/specs/components/whatsAppTemplates/__snapshots__/FormTabContentBody.spec.js.snap index 945e6fc3..7e26a836 100644 --- a/tests/unit/specs/components/whatsAppTemplates/__snapshots__/FormTabContentBody.spec.js.snap +++ b/tests/unit/specs/components/whatsAppTemplates/__snapshots__/FormTabContentBody.spec.js.snap @@ -4,14 +4,14 @@ exports[`components/whatsAppTemplates/FormTabContentBody.vue should be rendered
    Body Text -
    - -
    0/1024
    +
    + +
    0/1024
    -
    -
    Bold
    -
    Bold
    +
    Italic
    -
    Italic
    +
    Strike Through
    -
    Strike Through
    +
    Monospace
    + Monospace
    -
    -
    diff --git a/tests/unit/specs/components/whatsAppTemplates/__snapshots__/Table.spec.js.snap b/tests/unit/specs/components/whatsAppTemplates/__snapshots__/Table.spec.js.snap index 6b9b53af..f5b94a40 100644 --- a/tests/unit/specs/components/whatsAppTemplates/__snapshots__/Table.spec.js.snap +++ b/tests/unit/specs/components/whatsAppTemplates/__snapshots__/Table.spec.js.snap @@ -8,156 +8,156 @@ exports[`components/whatsAppTemplates/Table.vue should be rendered properly 1`] some specific text
    -
    +
    -
    +
    -