Skip to content

Commit 0152604

Browse files
committed
ACQE-6542 : [AC-4795] Partial Capture for a sales order placed with PayPal Payflow Pro
AddedPr_ExcludeGroup
1 parent e09cc6c commit 0152604

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Catalog/Test/Mftf/Section/StorefrontCategoryProductSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
<element name="ProductImageByNameAndSrc" type="text" selector="//main//li[.//a[contains(text(), '{{var1}}')]]//img[contains(@src, '{{src}}')]" parameterized="true"/>
3737
<element name="ProductStockUnavailable" type="text" selector="//*[text()='Out of stock']"/>
3838
<element name="listedProductOnProductPage" type="block" selector="//div[contains(@aria-labelledBy,'{{attribute_code}}')]//div[@aria-label='{{attribute_name}}']" parameterized="true"/>
39-
<element name="clickProduct" type="button" selector="//li/a/span[text()='{{var1}}']" parameterized="true"/>
39+
<element name="clickProduct" type="button" selector="//li/a/span[text()='{{product}}']" parameterized="true"/>
4040
</section>
4141
</sections>

app/code/Magento/Paypal/Test/Mftf/Test/AdminCreatePartialCaptureForSalesOrderPlacedWithPaypalPayflowProTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<testCaseId value="AC-4795"/>
1818
<group value="paypalPayflowProWithOutVault"/>
1919
<group value="3rd_party_integration"/>
20-
<!-- <group value="pr_exclude" />-->
20+
<group value="pr_exclude" />
2121
</annotations>
2222
<before>
2323
<!--Create a customer-->

0 commit comments

Comments
 (0)