Skip to content

Commit 28bcc62

Browse files
committed
MC-37543: Create automated test for "Add static block on a category page"
1 parent d00db30 commit 28bcc62

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Category/Save/SaveCategoryTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Magento\Framework\Exception\NoSuchEntityException;
1515

1616
/**
17-
* Test cases related to save category with enabled category flat.
17+
* Test cases for save category controller.
1818
*
1919
* @magentoAppArea adminhtml
2020
* @magentoDbIsolation disabled
@@ -54,7 +54,6 @@ protected function tearDown(): void
5454
$this->createdCategoryId = null;
5555

5656
parent::tearDown();
57-
5857
}
5958

6059
/**

0 commit comments

Comments
 (0)