File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ public function testEditAction()
240
240
* @magentoDataFixture Magento/Catalog/_files/category_custom_short_description_attribute.php
241
241
* @magentoDataFixture Magento/Catalog/_files/product_simple.php
242
242
*/
243
- public function testProductShorDescriptionHasWysiwygEditor ()
243
+ public function testProductShortDescriptionHasWysiwygEditor ()
244
244
{
245
245
/** @var ProductRepository $repository */
246
246
$ repository = $ this ->repositoryFactory ->create ();
@@ -249,7 +249,6 @@ public function testProductShorDescriptionHasWysiwygEditor()
249
249
$ body = $ this ->getResponse ()->getBody ();
250
250
$ this ->assertMatchesRegularExpression ('/editorproduct_form_short_description/ ' , $ body );
251
251
$ this ->assertMatchesRegularExpression ('/buttonsproduct_form_short_description/ ' , $ body );
252
-
253
252
}
254
253
255
254
/**
You can’t perform that action at this time.
0 commit comments