Skip to content

Commit 27a4ec1

Browse files
committed
MAGETWO-37555: Popup header is our of window range while creating group product
1 parent 48eaeab commit 27a4ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/Grouped/AssociatedProducts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class AssociatedProducts extends Tab
3030
*
3131
* @var string
3232
*/
33-
protected $productSearchGrid = "./ancestor::body//div[div[div[contains(@data-role,'add-product-dialog')]]]";
33+
protected $productSearchGrid = "./ancestor::body//div[div[contains(@data-role,'add-product-dialog')]]";
3434

3535
/**
3636
* Associated products list block

0 commit comments

Comments
 (0)