Skip to content

Commit 2818a4a

Browse files
committed
ACP2E-891: Edit cart line item configurable product failed to Pre-select Production Option in 2.4.4
- Fixed the build functional b2b error.
1 parent 6ebe9cb commit 2818a4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/Swatches/Test/Mftf/Test/StorefrontConfigurableProductSwatchMinimumPriceTest/StorefrontValidateConfigurableProductSwatchOptionToBePreSelectFromCartEditPageTest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464
<click selector="{{AttributePropertiesSection.SaveAndEdit}}" stepKey="clickSaveAndEdit1"/>
6565
<waitForElementVisible selector="{{AdminProductMessagesSection.successMessage}}" stepKey="waitForSuccess"/>
6666

67+
<!-- Re-index and cache clear -->
68+
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
69+
<magentoCLI command="cache:flush" stepKey="flushCache"/>
70+
6771
<!--Go to product page-->
6872
<amOnPage url="{{StorefrontProductPage.url(_defaultProduct.urlKey)}}" stepKey="goToConfigurableProductPage"/>
6973
<waitForPageLoad stepKey="waitForLoadConfigurableProductPage"/>

0 commit comments

Comments
 (0)