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()
240240 * @magentoDataFixture Magento/Catalog/_files/category_custom_short_description_attribute.php
241241 * @magentoDataFixture Magento/Catalog/_files/product_simple.php
242242 */
243- public function testProductShorDescriptionHasWysiwygEditor ()
243+ public function testProductShortDescriptionHasWysiwygEditor ()
244244 {
245245 /** @var ProductRepository $repository */
246246 $ repository = $ this ->repositoryFactory ->create ();
@@ -249,7 +249,6 @@ public function testProductShorDescriptionHasWysiwygEditor()
249249 $ body = $ this ->getResponse ()->getBody ();
250250 $ this ->assertMatchesRegularExpression ('/editorproduct_form_short_description/ ' , $ body );
251251 $ this ->assertMatchesRegularExpression ('/buttonsproduct_form_short_description/ ' , $ body );
252-
253252 }
254253
255254 /**
You can’t perform that action at this time.
0 commit comments