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 65
65
<!-- Verify order item row-->
66
66
<waitForElementVisible selector =" {{AdminOrderItemsOrderedSection.productPrice('2')}}" stepKey =" waitOrderItemPriceToBeVisible" />
67
67
<see selector =" {{AdminOrderItemsOrderedSection.productPrice('2')}}" userInput =" {{AdminOrderSimpleProductWithCatalogRule.subtotal}}" stepKey =" seeOrderItemPrice" />
68
+ <actionGroup ref =" CliCacheFlushActionGroup" stepKey =" flushCache1" >
69
+ <argument name =" tags" value =" " />
70
+ </actionGroup >
68
71
<!-- Verify totals on Order page-->
69
72
<scrollTo selector =" {{AdminOrderFormTotalSection.grandTotal}}" stepKey =" scrollToOrderGrandTotal" />
70
73
<waitForElementVisible selector =" {{AdminOrderFormTotalSection.total('Subtotal')}}" stepKey =" waitOrderSubtotalToBeVisible" />
71
74
<see selector =" {{AdminOrderFormTotalSection.total('Subtotal')}}" userInput =" {{AdminOrderSimpleProductWithCatalogRule.subtotal}}" stepKey =" seeOrderSubTotal" />
72
75
<waitForElementVisible selector =" {{AdminOrderFormTotalSection.total('Shipping')}}" stepKey =" waitOrderShippingToBeVisible" />
73
76
<see selector =" {{AdminOrderFormTotalSection.total('Shipping')}}" userInput =" {{AdminOrderSimpleProductWithCatalogRule.shipping}}" stepKey =" seeOrderShipping" />
74
77
<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" />
76
79
</test >
77
80
</tests >
You can’t perform that action at this time.
0 commit comments