Skip to content

Commit

Permalink
Acqe 7010 mftf thirdparty test pr exclude (#1744)
Browse files Browse the repository at this point in the history
* ACQE-7010: [MFTF Tests] Add payment related third party test in pr exclude
  • Loading branch information
mohit-adobe authored Sep 10, 2024
1 parent 0cfe4a3 commit 08ae888
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<group value="checkout"/>
<group value="mtf_migrated"/>
<group value="cloud"/>
<group value="pr_exclude"/>
<group value="3rd_party_integration"/>
</annotations>
<before>
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
<group value="instant_purchase"/>
<group value="vault"/>
<group value="paypal"/>
<group value="pr_exclude"/>
<group value="3rd_party_integration"/>
</annotations>
<before>
<magentoCLI command="downloadable:domains:add" arguments="example.com static.magento.com" stepKey="addDownloadableDomain"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<severity value="MAJOR"/>
<testCaseId value="AC-5264"/>
<group value="paypalPayflowPro"/>
<group value="pr_exclude"/>
<group value="3rd_party_integration"/>
</annotations>
<before>
<!--Create Simple product-->
Expand Down Expand Up @@ -121,4 +123,4 @@
<waitForElementClickable selector="{{AdminProductFormActionSection.backButton}}" stepKey="waitForBackButtonToBeClickedFromRefund"/>
<click selector="{{AdminProductFormActionSection.backButton}}" stepKey="clickBackButtonFromRefund"/>
</test>
</tests>
</tests>
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<severity value="MAJOR"/>
<testCaseId value="AC-5272"/>
<group value="paypalPayflowPro"/>
<group value="pr_exclude"/>
<group value="3rd_party_integration"/>
</annotations>
<before>
<createData entity="SimpleProduct" stepKey="createSimpleProduct1"/>
Expand Down Expand Up @@ -103,4 +105,4 @@
<actionGroup ref="AdminOpenOrderCommentsHistoryActionGroup" stepKey="clickOnCommentsHistory"/>
<waitForText selector="{{AdminOrderCommentsTabSection.orderComment}}" userInput="Authorized amount of $384.00. Transaction ID: &quot;{$grabATransactionID}&quot;" stepKey="seeOrderHistoryNotes"/>
</test>
</tests>
</tests>
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<description value="Checkout with invalid credit card details through Paypal payflow credit card payment method"/>
<severity value="MINOR"/>
<testCaseId value="AC-8920"/>
<group value="pr_exclude"/>
<group value="3rd_party_integration"/>
</annotations>
<before>
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<testCaseId value="AC-5199"/>
<group value="paypalPayflowPro"/>
<group value="3rd_party_integration"/>
<group value="pr_exclude"/>
</annotations>
<!-- Checkout select Credit Card (Payflow Pro) and place order-->
<conditionalClick selector="{{StorefrontCheckoutPaymentMethodSection.checkPaymentMethodByName('Credit Card (Payflow Pro)')}}" dependentSelector="{{StorefrontCheckoutPaymentMethodSection.checkPaymentMethodByName('Check / Money order')}}" visible="true" stepKey="selectPaymentMethod"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<severity value="CRITICAL"/>
<testCaseId value="AC-5685"/>
<group value="paypalPayflowPro"/>
<group value="pr_exclude"/>
<group value="3rd_party_integration"/>
</annotations>
<before>
<createData entity="VirtualProduct" stepKey="createVirtualProduct"/>
Expand Down Expand Up @@ -74,4 +76,4 @@
<actionGroup ref="AdminOpenTransactionsTabInOrderPageActionGroup" stepKey="openTransactionTabOrdersPage"/>
<waitForText selector="{{AdminTransactionsGridSection.transactionId}}" userInput="$grabTransactionID" stepKey="getVoidTransaction"/>
</test>
</tests>
</tests>
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<testCaseId value="AC-5461"/>
<group value="paypalPaymentsPro"/>
<group value="3rd_party_integration"/>
<group value="pr_exclude"/>
</annotations>
<before>
<createData entity="SimpleProduct" stepKey="createSimpleProduct"/>
Expand Down

0 comments on commit 08ae888

Please sign in to comment.