Skip to content

Commit 279588b

Browse files
authored
ACQE-6440 | [MFTF TESTS] PlaceOrderUsingPaypalExpressWithPaymentActionOrderTest
1 parent e9e5759 commit 279588b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,8 @@
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"/>
106+
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache" after="flushCache">
107+
<argument name="tags" value=""/>
111108
</actionGroup>
112109
<!--Assert the authorization transaction is present in transaction grid-->
113110
<actionGroup ref="AdminAssertTransactionTypeInTransactionTabActionGroup" stepKey="assertTransactionTypeHasAuthorization">

0 commit comments

Comments
 (0)