From 2d34004b004eda1f7b01e98f0a5152a434d15858 Mon Sep 17 00:00:00 2001
From: Vasyl Kozyrenko <vkozyrenko@magento.com>
Date: Fri, 6 Jan 2017 16:36:35 +0200
Subject: [PATCH] MTA-3901: Add variation for Partial Refund an order placed
 through Braintree with Partial capture

---
 .../Swatches/Test/Block/Product/ProductList/ProductItem.php     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/tests/functional/tests/app/Magento/Swatches/Test/Block/Product/ProductList/ProductItem.php b/dev/tests/functional/tests/app/Magento/Swatches/Test/Block/Product/ProductList/ProductItem.php
index a69e9e4f49c..85363dc542c 100755
--- a/dev/tests/functional/tests/app/Magento/Swatches/Test/Block/Product/ProductList/ProductItem.php
+++ b/dev/tests/functional/tests/app/Magento/Swatches/Test/Block/Product/ProductList/ProductItem.php
@@ -37,7 +37,7 @@ class ProductItem extends CatalogProductItem
 
         foreach ($options as $option) {
             if (!isset($attributes[$option['title']])
-                || stripos ($attributes[$option['title']]->getFrontendInput(), "swatch") === false
+                || stripos($attributes[$option['title']]->getFrontendInput(), "swatch") === false
             ) {
                 continue;
             }
-- 
GitLab