File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
app/code/Magento/Sales/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 6565 <!-- Verify order item row-->
6666 <waitForElementVisible selector =" {{AdminOrderItemsOrderedSection.productPrice('2')}}" stepKey =" waitOrderItemPriceToBeVisible" />
6767 <see selector =" {{AdminOrderItemsOrderedSection.productPrice('2')}}" userInput =" {{AdminOrderSimpleProductWithCatalogRule.subtotal}}" stepKey =" seeOrderItemPrice" />
68+ <actionGroup ref =" CliCacheFlushActionGroup" stepKey =" flushCache1" >
69+ <argument name =" tags" value =" " />
70+ </actionGroup >
6871 <!-- Verify totals on Order page-->
6972 <scrollTo selector =" {{AdminOrderFormTotalSection.grandTotal}}" stepKey =" scrollToOrderGrandTotal" />
7073 <waitForElementVisible selector =" {{AdminOrderFormTotalSection.total('Subtotal')}}" stepKey =" waitOrderSubtotalToBeVisible" />
7174 <see selector =" {{AdminOrderFormTotalSection.total('Subtotal')}}" userInput =" {{AdminOrderSimpleProductWithCatalogRule.subtotal}}" stepKey =" seeOrderSubTotal" />
7275 <waitForElementVisible selector =" {{AdminOrderFormTotalSection.total('Shipping')}}" stepKey =" waitOrderShippingToBeVisible" />
7376 <see selector =" {{AdminOrderFormTotalSection.total('Shipping')}}" userInput =" {{AdminOrderSimpleProductWithCatalogRule.shipping}}" stepKey =" seeOrderShipping" />
7477 <waitForElementVisible selector =" {{AdminOrderFormTotalSection.grandTotal}}" stepKey =" waitOrderGrandTotalToBeVisible" />
75- <see selector =" {{AdminOrderFormTotalSection.grandTotal}}" userInput =" {{AdminOrderSimpleProductWithCatalogRule.grandTotal}}" stepKey =" seeCorrectGrandTotal" />
78+ <waitForText selector =" {{AdminOrderFormTotalSection.grandTotal}}" userInput =" {{AdminOrderSimpleProductWithCatalogRule.grandTotal}}" stepKey =" seeCorrectGrandTotal" />
7679 </test >
7780</tests >
You can’t perform that action at this time.
0 commit comments