Skip to content

Commit 342a957

Browse files
ACP2E-391 Fixed static test
1 parent 5ff5098 commit 342a957

File tree

1 file changed

+1
-2
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml

1 file changed

+1
-2
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/ProductTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)