Skip to content

Commit 429502a

Browse files
authored
ACQE-6440 | [MFTF TESTS] PlaceOrderUsingPaypalExpressWithPaymentActionOrderTest
Added reindex and Flush
1 parent 280e368 commit 429502a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@
103103
<dontSee selector="{{AdminOrderDetailsMainActionsSection.authorize}}" stepKey="dontSeeAuthorizationButtonAfterAuthorizing"/>
104104
<!--Assert the invoice button is present-->
105105
<waitForElementVisible selector="{{AdminOrderDetailsMainActionsSection.invoice}}" stepKey="waitForInvoiceButtonToBeAppeared"/>
106+
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindexConfig">
107+
<argument name="indices" value=""/>
108+
</actionGroup>
109+
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanCacheConfig">
110+
<argument name="tags" value="config full_page"/>
111+
</actionGroup>
106112
<!--Assert the authorization transaction is present in transaction grid-->
107113
<actionGroup ref="AdminAssertTransactionTypeInTransactionTabActionGroup" stepKey="assertTransactionTypeHasAuthorization">
108114
<argument name="transactionType" value="authorization"/>

0 commit comments

Comments
 (0)