Skip to content

Commit 50a16d0

Browse files
committed
MC-40679: A "Products" page of the Admin panel is constantly loading after sorting by FPT value was applied
1 parent e68c6e4 commit 50a16d0

File tree

1 file changed

+3
-3
lines changed
  • dev/tests/integration/testsuite/Magento/Weee/Plugin/Catalog/Ui/Component/Listing

1 file changed

+3
-3
lines changed

dev/tests/integration/testsuite/Magento/Weee/Plugin/Catalog/Ui/Component/Listing/ColumnsTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
use PHPUnit\Framework\TestCase;
1616

1717
/**
18-
* @magentoDbIsolation enabled
18+
* Class ColumnsTest
19+
* Check if FPT attribute column in product grid won't be sortable
1920
*/
2021
class ColumnsTest extends TestCase
2122
{
@@ -48,8 +49,7 @@ protected function setUp(): void
4849
}
4950

5051
/**
51-
* Check if FPT attribute column in product grid won't be sortable
52-
*
52+
* @magentoDbIsolation enabled
5353
* @magentoDataFixture Magento/Weee/_files/fixed_product_attribute.php
5454
*/
5555
public function testGetProductWeeeAttributesConfig()

0 commit comments

Comments
 (0)