File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/integration/testsuite/Magento/Newsletter/Controller/Adminhtml/Template Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ public function testDefaultTemplateAction()
30
30
'form_key ' => $ formKey ->getFormKey (),
31
31
'type ' => Template::TYPE_HTML ,
32
32
'preview_store_id ' => $ storeId ,
33
- 'text ' => 'Template {{var this.template_id}}{{var this.getData(template_id)}} Text '
33
+ 'text ' => 'Template {{var this.template_id}}: {{var this.getData(template_id)}} Text '
34
34
];
35
35
$ this ->getRequest ()->setPostValue ($ post );
36
36
$ this ->getRequest ()->setMethod (HttpRequest::METHOD_POST );
37
37
$ this ->dispatch ('backend/newsletter/template/drop ' );
38
38
$ this ->assertContains (
39
- 'Template 123 Text ' ,
39
+ 'Template 123: Text ' ,
40
40
$ this ->getResponse ()->getBody ()
41
41
);
42
42
}
You can’t perform that action at this time.
0 commit comments