Skip to content

Commit 39fabd9

Browse files
shanthishanthi
authored andcommitted
ACQE-4324: Updated action group
1 parent ef5eef3 commit 39fabd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminViewAuthorizationTransactionsInOrderActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<remove keyForRemoval="assertEquals"/>
1616
<waitForElementVisible selector="{{AdminTransactionsGridSection.orderTxnTableTypeFilter}}" after="orderTransactionsTableIsVisible" stepKey="waitForTransactionTypeAuthorizationToBeClicked"/>
1717
<selectOption selector="{{AdminTransactionsGridSection.orderTxnTableTypeFilter}}" userInput="authorization" after="orderTransactionsTableIsVisible" stepKey="selectAuthorizationTypeTxn" />
18-
<assertRegExp stepKey="assertEquals" message="pass" after="getAuthorizationTransaction">
18+
<assertRegExp stepKey="assertEquals" message="pass">
1919
<expectedResult type="string">/([0-9a-z\-])*(?&lt;!authorization)$/</expectedResult>
2020
<actualResult type="variable">getVoidTransaction</actualResult>
2121
</assertRegExp>

0 commit comments

Comments
 (0)