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 @@ -232,7 +232,6 @@ public function testEditAction()
232232 ),
233233 '"Save & Duplicate" button isn \'t present on Edit Product page '
234234 );
235- $ this ->assertStringContainsString ('toggleproduct_form_short_description ' , $ body );
236235 }
237236
238237 /**
@@ -247,7 +246,7 @@ public function testProductShorDescriptionHasWysiwygEditor()
247246 $ product = $ repository ->get ('simple ' );
248247 $ this ->dispatch ('backend/catalog/product/edit/id/ ' . $ product ->getEntityId ());
249248 $ body = $ this ->getResponse ()->getBody ();
250- $ this ->assertStringContainsString ('toggleproduct_form_short_description ' , $ body );
249+ $ this ->assertStringContainsString ('buttonsproduct_form_short_description ' , $ body );
251250 }
252251
253252 /**
You can’t perform that action at this time.
0 commit comments