File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
dev/tests/integration/testsuite/Magento/Catalog/Helper/Product Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ public function testInitProductLayout()
101
101
/**
102
102
* @magentoDataFixture Magento/Catalog/_files/multiple_products.php
103
103
* @magentoAppIsolation enabled
104
+ * @magentoConfigFixture default_store design/head/title_prefix prefix
105
+ * @magentoConfigFixture default_store design/head/title_suffix suffix
104
106
* @magentoAppArea frontend
105
107
*/
106
108
public function testPrepareAndRender ()
@@ -112,6 +114,7 @@ public function testPrepareAndRender()
112
114
/** @var \Magento\TestFramework\Response $response */
113
115
$ response = $ this ->objectManager ->get (\Magento \TestFramework \Response::class);
114
116
$ this ->page ->renderResult ($ response );
117
+ $ this ->assertStringContainsString ('prefix meta title suffix ' , $ response ->getBody ());
115
118
$ this ->assertNotEmpty ($ response ->getBody ());
116
119
$ this ->assertEquals (
117
120
10 ,
You can’t perform that action at this time.
0 commit comments