Skip to content

Commit e7b5219

Browse files
committed
MTA-552: Re-factor Test for Create Product with New Category
- Fixed root locator for new category
1 parent 9e70968 commit e7b5219

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Tab

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Tab/ProductDetails.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class ProductDetails extends ProductTab
3535
*
3636
* @var string
3737
*/
38-
protected $newCategoryRootElement = 'body';
38+
protected $newCategoryRootElement = '.mage-new-category-dialog';
3939

4040
/**
4141
* Fill data to fields on tab.

0 commit comments

Comments
 (0)