Skip to content

Commit a1f5e2f

Browse files
committed
Fixed StorefrontPlaceOrderBundleProductFixedPriceWithUpdatedPriceTest to compatibility with sequence prefix changing
1 parent 5f1b673 commit a1f5e2f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/Bundle/Test/Mftf/Test/StorefrontPlaceOrderBundleProductFixedPriceWithUpdatedPriceTest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@
114114
<actionGroup ref="ClickPlaceOrderActionGroup" stepKey="placeOrder"/>
115115
<grabTextFrom selector="{{CheckoutSuccessMainSection.orderNumber22}}" stepKey="grabOrderNumber"/>
116116
<!--Navigate to order details page in custom account-->
117-
<amOnPage url="{{StorefrontCustomerOrderViewPage.url({$grabOrderNumber})}}" stepKey="amOnOrderPage"/>
117+
<actionGroup ref="StorefrontGoToOrderViewPageActionGroup" stepKey="goToOrderViewPage">
118+
<argument name="orderIncrementId" value="$grabOrderNumber" />
119+
</actionGroup>
118120
<!--Verify bundle order items details-->
119121
<see selector="{{StorefrontCustomerOrderSection.orderItemOptionLabel('2')}}" userInput="$$createFirstBundleOption.title$$" stepKey="seeOptionLabelInCustomerOrderItems"/>
120122
<see selector="{{StorefrontCustomerOrderSection.orderItemOptionValue('3')}}" userInput="1 x $$createFirstProduct.name$$ $9.00" stepKey="seeOptionValueInCustomerOrderItems"/>

0 commit comments

Comments
 (0)