File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
app/code/Magento/Sales/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 21
21
<waitForElementClickable selector =" {{AdminTransactionsGridSection.orderTxnTableSearchBtn}}" stepKey =" waitToClickSearch" />
22
22
<click selector =" {{AdminTransactionsGridSection.orderTxnTableSearchBtn}}" stepKey =" clickSearch" />
23
23
<waitForPageLoad stepKey =" waitForFilterToLoad" />
24
+ <actionGroup ref =" CliCacheFlushActionGroup" stepKey =" flushConfigCache" >
25
+ <argument name =" tags" value =" config" />
26
+ </actionGroup >
24
27
<waitForElementClickable selector =" {{AdminTransactionsGridSection.orderTxnTableFirstRow}}" stepKey =" clickOnVoidTransaction" />
25
28
<click selector =" {{AdminTransactionsGridSection.orderTxnTableFirstRow}}" stepKey =" clickFirstRow" />
26
29
</actionGroup >
27
- </actionGroups >
30
+ </actionGroups >
You can’t perform that action at this time.
0 commit comments