Skip to content

Commit 4cf6225

Browse files
committed
ACP2E-1764: Configurable product price is not changed when option is selected
- Revert the magento 2.4-develop branch in original state.
1 parent 9963a65 commit 4cf6225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Widget/Test/Mftf/Section/AdminNewWidgetSection.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
<element name="title" type="input" selector="[name='parameters[title]']"/>
5454
<element name="displayPageControl" type="select" selector="[name='parameters[show_pager]']"/>
5555
<element name="numberOfProductsToDisplay" type="input" selector="[name='parameters[products_count]']"/>
56-
<element name="template" type="select" selector="[name='parameters[template]']"/>
5756
<element name="cacheLifetime" type="input" selector="[name='parameters[cache_lifetime]']"/>
58-
<element name="deleteWidgetLayoutAction" type="button" selector="#page_group_container > div:first-of-type > div.fieldset-wrapper-title > div > .action-default.action-delete"/>
57+
<element name="deleteWidgetLayoutAction" type="button" selector="#page_group_container > div:first-of-type > div.fieldset-wrapper-title > div > .action-default.action-delete"/>
5958
<element name="CountDeleteButtons" type="button" selector="#page_group_container > .fieldset-wrapper.page_group_container > div.fieldset-wrapper-title > div > .action-default.action-delete"/>
6059
</section>
6160
</sections>
61+

0 commit comments

Comments
 (0)