Skip to content

Commit a1724ae

Browse files
committed
MAGETWO-57880: [GITHUB] Cancel an order of bundle product #5194
1 parent e21abf9 commit a1724ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertCartItemsOptions.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ class AssertCartItemsOptions extends AbstractAssertForm
2828
*/
2929
protected $errorMessage = '- %s: "%s" instead of "%s"';
3030

31+
/**
32+
* {@inheritdoc}
33+
*/
34+
protected $skippedFields = ['sku'];
35+
3136
/**
3237
* Assert that cart item options for product(s) display with correct information block
3338
* (custom options, variations, links, samples, bundle items etc) according to passed from dataset.

0 commit comments

Comments
 (0)