You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertVisibleItemsQtyInCheckoutSummaryBlock.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
class AssertVisibleItemsQtyInCheckoutSummaryBlock extends AbstractConstraint
18
18
{
19
19
/**
20
-
* Assert that visible cart items count is the same as configuration value
20
+
* Assert that visible cart items count is the same as configuration value.
Copy file name to clipboardExpand all lines: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertVisibleItemsQtyInMiniShoppingCart.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ public function processAssert(CmsIndex $cmsIndex, Cart $cart, $minicartMaxVisibl
Copy file name to clipboardExpand all lines: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertVisibleItemsQtyMessageInMiniShoppingCart.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ public function processAssert(CmsIndex $cmsIndex, $minicartMaxVisibleCartItemsCo
50
50
\PHPUnit_Framework_Assert::assertEquals(
51
51
$counterMessage,
52
52
$sidebar->getVisibleItemsCounter(),
53
-
'Wrong counter text of visible Cart items in mini shopping cart'
53
+
'Wrong quantity value of visible Cart items in mini shopping cart'
Copy file name to clipboardExpand all lines: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertVisibleItemsQtyMessageOnCheckoutSummaryBlock.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ public function processAssert(
61
61
\PHPUnit_Framework_Assert::assertEquals(
62
62
$counterMessage,
63
63
$count,
64
-
'Wrong counter text of visible Cart items in mini shopping cart'
64
+
'Visible cart items quantity has wrong value in mini shopping cart'
<variationname="VariationWithCartItemsDisplayDefaultLimitation"summary="Minicart products list is trimmed if qty of products exceeds display limit"ticketId="MAGETWO-70089">
<variationname="VariationWithCartItemsDisplayDefaultLimitationAndDefaultTotalQty"summary="Products in minicart are NOT trimmed if qty of products less than default display limit"ticketId="MAGETWO-70090">
90
+
<variationname="VariationWithCartItemsDisplayDefaultLimitationOnCheckoutAndDefaultTotalQty"summary="Products list in checkout order summary block is NOT trimmed if qty less than display limit"ticketId="MAGETWO-70091">
<variationname="VariationWithCartItemsDisplayDefaultLimitationOnCheckoutAndDefaultTotalQty"summary="Products list in checkout order summary block is NOT trimmed if qty less than display limit"ticketId="MAGETWO-70091">
0 commit comments