Skip to content

Commit e75ac5f

Browse files
committed
ACP2E-1764: Configurable product price is not changed when option is selected
- Fixed the CR comments.
1 parent dee6c84 commit e75ac5f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/ValidateConfigurableProductPriceIsChangedWhenOptionSelectedTest.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<title value="Validate configurable product price need to be change when option is selected"/>
1515
<description value="Validate configurable product price need to be change when option is selected"/>
1616
<severity value="CRITICAL"/>
17+
<useCaseId value="ACP2E-1764"/>
1718
<testCaseId value="AC-8423"/>
1819
<group value="Catalog"/>
1920
</annotations>
@@ -32,6 +33,12 @@
3233
<deleteData createDataKey="createConfigurableProduct1" stepKey="deleteConfigurableProduct1"/>
3334
<deleteData createDataKey="createConfigurableProduct2" stepKey="deleteConfigurableProduct2"/>
3435
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
36+
<!-- Navigate to catalog product grid page -->
37+
<actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="navigateToProductIndexPage"/>
38+
<!-- Clean applied product filters before delete -->
39+
<actionGroup ref="AdminClearGridFiltersActionGroup" stepKey="clearAppliedFilters"/>
40+
<!-- Delete all the products from the catalog product grid -->
41+
<actionGroup ref="DeleteProductsIfTheyExistActionGroup" stepKey="deleteAllProducts"/>
3542
<actionGroup ref="NavigateToEditProductAttributeActionGroup" stepKey="goToEditPage">
3643
<argument name="ProductAttribute" value="{{dropdownProductAttribute.attribute_code}}"/>
3744
</actionGroup>

0 commit comments

Comments
 (0)