Skip to content

Commit 8f1a1bd

Browse files
committed
MAGETWO-60575: Implement Functional Test for Bundle Options on Catalog Profuct Page
1 parent c3a9657 commit 8f1a1bd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/BundleOptionsSummaryTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
99
<testCase name="Magento\Bundle\Test\TestCase\BundleOptionsSummaryTest" summary="Bundle Product Options Summary block contains information about option's price, qty and name" ticketId="MAGETWO-60637">
1010
<variation name="Bundle_Option_Fixed_DropDown_With_Price_and_Qty_1">
11-
<argument name="severity" xsi:type="string">S2</argument>
11+
<data name="tag" xsi:type="string">severity:S2</data>
1212
<data name="description" xsi:type="string">Bundle Option with Three Drop-Down selections with qty</data>
1313
<data name="product/dataset" xsi:type="string">fixed_with_required_options_and_qty</data>
1414
<constraint name="\Magento\Bundle\Test\Constraint\AssertBundleItemsSummaryOnProductPage" />
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
/**
4+
* Copyright © 2016 Magento. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
9+
<type name="Magento\Bundle\Test\Constraint\AssertBundleItemsSummaryOnProductPage">
10+
<arguments>
11+
<argument name="severity" xsi:type="string">S2</argument>
12+
</arguments>
13+
</type>
14+
</config>

0 commit comments

Comments
 (0)