Skip to content

Commit e54c134

Browse files
Merge pull request #550 from magento-gl/ACQE-4Version-functional-mainline-deployment
Bengals ACQE functional deployment
2 parents 04d82d8 + c9f6869 commit e54c134

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

InventoryAdminUi/Test/Mftf/Test/AdminCreatePartialInvoiceForOrderWithVirtualProductOnCustomStockTest.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
4+
* Copyright 2025 Adobe
5+
* All rights reserved.
56
* See COPYING.txt for license details.
67
*/
78
-->
@@ -48,13 +49,6 @@
4849
<comment userInput="BIC workaround" stepKey="saveCustomStock"/>
4950
<comment userInput="BIC workaround" stepKey="reindexCacheFlushAfterAssignDefaultStockToMainWebsite"/>
5051

51-
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="performReindex">
52-
<argument name="indices" value=""/>
53-
</actionGroup>
54-
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanCache">
55-
<argument name="tags" value="full_page"/>
56-
</actionGroup>
57-
5852
<createData entity="VirtualProduct" stepKey="virtualProduct">
5953
<requiredEntity createDataKey="category"/>
6054
</createData>
@@ -69,6 +63,12 @@
6963
</actionGroup>
7064
<fillField selector="{{AdminProductSourcesGrid.rowQty('2')}}" userInput="100" stepKey="setCustomSourceQuantity2"/>
7165
<click selector="{{AdminProductFormActionSection.saveButton}}" stepKey="saveEditedVirtualProduct"/>
66+
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="performReindex">
67+
<argument name="indices" value=""/>
68+
</actionGroup>
69+
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanCache">
70+
<argument name="tags" value="full_page"/>
71+
</actionGroup>
7272
</before>
7373

7474
<after>
@@ -146,8 +146,8 @@
146146
<argument name="selector" value="AdminProductGridFilterSection.skuFilter"/>
147147
<argument name="value" value="$$virtualProduct.sku$$"/>
148148
</actionGroup>
149-
<see selector="{{AdminProductGridSection.productQtyPerSource('1',$$customSource.source[name]$$)}}" userInput="99" stepKey="checkProductSourceQtyAfterInvoiceCreated"/>
150-
<see selector="{{AdminProductGridSection.productQtyPerSource('1',$$customSource2.source[name]$$)}}" userInput="100" stepKey="checkProductSource2QtyAfterInvoiceCreated"/>
151-
<see selector="{{AdminProductGridSection.productSalableQty('1',$$customStock.stock[name]$$)}}" userInput="197" stepKey="checkSalableQtyAfterInvoiceCreated"/>
149+
<waitForText selector="{{AdminProductGridSection.productQtyPerSource('1',$$customSource.source[name]$$)}}" userInput="99" stepKey="checkProductSourceQtyAfterInvoiceCreated"/>
150+
<waitForText selector="{{AdminProductGridSection.productQtyPerSource('1',$$customSource2.source[name]$$)}}" userInput="100" stepKey="checkProductSource2QtyAfterInvoiceCreated"/>
151+
<waitForText selector="{{AdminProductGridSection.productSalableQty('1',$$customStock.stock[name]$$)}}" userInput="197" stepKey="checkSalableQtyAfterInvoiceCreated"/>
152152
</test>
153153
</tests>

InventoryInStorePickupAdminUi/Test/Mftf/Test/StorePickupDeliveryMethodHiddenInOrderCreatedFromAdminWhenNotAllProductsAvailableForPickupTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<actionGroup ref="AdminNavigateToNewOrderPageExistingCustomerActionGroup" stepKey="CreateNewOrder">
140140
<argument name="customer" value="Simple_US_Customer"/>
141141
</actionGroup>
142-
142+
<conditionalClick selector="{{AdminOrderStoreScopeTreeSection.storeOption(_defaultStore.name)}}" dependentSelector="{{AdminOrderStoreScopeTreeSection.storeOption(_defaultStore.name)}}" visible="true" stepKey="selectStoreOption"/>
143143
<!--Add product to order-->
144144
<actionGroup ref="AddSimpleProductToOrderActionGroup" stepKey="addSimpleProductToOrder">
145145
<argument name="product" value="$createSimpleProduct$"/>

0 commit comments

Comments
 (0)