File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
<deleteData createDataKey =" createProduct" stepKey =" deleteProduct" />
37
37
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
38
38
</after >
39
- <!-- Go to Storefront -->
39
+ <!-- Go to StoreFront -->
40
40
<actionGroup ref =" StorefrontOpenHomePageActionGroup" stepKey =" goToStoreFront" />
41
41
<!-- Add product to cart -->
42
42
<actionGroup ref =" AddSimpleProductToCartActionGroup" stepKey =" addProductToCart" >
72
72
<grabTextFrom selector =" {{AdminOrderPaymentInformationSection.paymentInformationField('Last Transaction ID')}}" stepKey =" grabTransactionID" />
73
73
<waitForText selector =" {{AdminOrderTotalSection.grandTotal}}" userInput =" $15.00" stepKey =" checkGrandTotal" />
74
74
<actionGroup ref =" AdminOpenOrderCommentsHistoryActionGroup" stepKey =" clickOnCommentsHistory" />
75
- <waitForText selector =" {{AdminOrderCommentsTabSection.orderComment}}" userInput =" Authorized amount of $15.00. Transaction ID: " {$grabTransactionID }" " stepKey =" seeOrderHistoryNotes" />
75
+ <waitForText selector =" {{AdminOrderCommentsTabSection.orderComment}}" userInput =" Authorized amount of $15.00. Transaction ID: " {$grabATransactionID }" " stepKey =" seeOrderHistoryNotes" />
76
76
</test >
77
77
</tests >
You can’t perform that action at this time.
0 commit comments