Skip to content

Commit d80741a

Browse files
author
Dmytro Bursak
committed
MTA-2308: [CS] Wishlist module functional tests maintenance
- Removed qty from filter
1 parent 96dd0e1 commit d80741a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Constraint/AssertGroupedProductInCustomerWishlistOnBackendGrid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ protected function prepareFilter(FixtureInterface $product)
2626
{
2727
$options = $this->prepareOptions($product);
2828

29-
return ['product_name' => $product->getName(), 'qty_from' => 0, 'qty_to' => 0, 'options' => $options];
29+
return ['product_name' => $product->getName(), 'options' => $options];
3030
}
3131

3232
/**

0 commit comments

Comments
 (0)