Skip to content

Commit 1e07072

Browse files
shanthishanthi
authored andcommitted
ACQE-4324:modifiled voidAuthorizationNotes and suite command
1 parent 5474b76 commit 1e07072

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Paypal/Test/Mftf/Suite/ConfigurePaypalPaymentsProSuite.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<before>
1111
<!-- Login -->
1212
<actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
13-
<!--Config PayPal Payflow Pro-->
13+
<!--Config PayPal Payments Pro-->
1414
<actionGroup ref="AdminConfigurePayPalPaymentsProActionGroup" stepKey="ConfigPayPalPaymentsPro">
1515
<argument name="credentials" value="SamplePaypalPaymentsProConfig"/>
1616
</actionGroup>

app/code/Magento/Sales/Test/Mftf/Section/AdminOrderNotesSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1111
<section name="AdminOrderNotesSection">
1212
<element name="customerNotifiedStatusOfOrderNoteByText" type="text" selector="//div[@class='note-list-comment' and contains(text(),'{{text}}')]//preceding-sibling::span[@class='note-list-customer']/span" parameterized="true"/>
13-
<element name="voidAuthorizationNotes" type="text" selector="(.//*[@class='note-list-comment'])[1]"/>
13+
<element name="voidAuthorizationNotes" type="text" selector=".//*[@class='note-list-comment'and contains(text(),'{{transactionID}}')]" parameterized="true"/>
1414
</section>
1515
</sections>

0 commit comments

Comments
 (0)