Skip to content

Commit c3f6889

Browse files
committed
ENGCOM-3576: Integration test fix.
1 parent f8071a0 commit c3f6889

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev/tests/integration/testsuite/Magento/Email/Model/TemplateTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,25 +315,25 @@ public function templateDirectiveDataProvider()
315315
Area::AREA_FRONTEND,
316316
TemplateTypesInterface::TYPE_HTML,
317317
'{{template config_path="customer/create_account/email_template"}}',
318-
'<b>customer_create_account_email_template template from Vendor/custom_theme</b>',
318+
'<strong>customer_create_account_email_template template from Vendor/custom_theme</strong>',
319319
],
320320
'Template from parent theme - frontend' => [
321321
Area::AREA_FRONTEND,
322322
TemplateTypesInterface::TYPE_HTML,
323323
'{{template config_path="customer/create_account/email_confirmation_template"}}',
324-
'<b>customer_create_account_email_confirmation_template template from Vendor/default</b>',
324+
'<strong>customer_create_account_email_confirmation_template template from Vendor/default</strong',
325325
],
326326
'Template from grandparent theme - frontend' => [
327327
Area::AREA_FRONTEND,
328328
TemplateTypesInterface::TYPE_HTML,
329329
'{{template config_path="customer/create_account/email_confirmed_template"}}',
330-
'<b>customer_create_account_email_confirmed_template template from Magento/default</b>',
330+
'<strong>customer_create_account_email_confirmed_template template from Magento/default</strong',
331331
],
332332
'Template from grandparent theme - adminhtml' => [
333333
BackendFrontNameResolver::AREA_CODE,
334334
TemplateTypesInterface::TYPE_HTML,
335335
'{{template config_path="catalog/productalert_cron/error_email_template"}}',
336-
'<b>catalog_productalert_cron_error_email_template template from Magento/default</b>',
336+
'<strong>catalog_productalert_cron_error_email_template template from Magento/default</strong',
337337
null,
338338
null,
339339
true,

0 commit comments

Comments
 (0)