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()
232
232
),
233
233
'"Save & Duplicate" button isn \'t present on Edit Product page '
234
234
);
235
- $ this ->assertStringContainsString ('toggleproduct_form_short_description ' , $ body );
236
235
}
237
236
238
237
/**
@@ -247,7 +246,7 @@ public function testProductShorDescriptionHasWysiwygEditor()
247
246
$ product = $ repository ->get ('simple ' );
248
247
$ this ->dispatch ('backend/catalog/product/edit/id/ ' . $ product ->getEntityId ());
249
248
$ body = $ this ->getResponse ()->getBody ();
250
- $ this ->assertStringContainsString ('toggleproduct_form_short_description ' , $ body );
249
+ $ this ->assertStringContainsString ('buttonsproduct_form_short_description ' , $ body );
251
250
}
252
251
253
252
/**
You can’t perform that action at this time.
0 commit comments