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 2121 <waitForElementClickable selector =" {{AdminTransactionsGridSection.orderTxnTableSearchBtn}}" stepKey =" waitToClickSearch" />
2222 <click selector =" {{AdminTransactionsGridSection.orderTxnTableSearchBtn}}" stepKey =" clickSearch" />
2323 <waitForPageLoad stepKey =" waitForFilterToLoad" />
24+ <actionGroup ref =" CliCacheFlushActionGroup" stepKey =" flushConfigCache" >
25+ <argument name =" tags" value =" config" />
26+ </actionGroup >
2427 <waitForElementClickable selector =" {{AdminTransactionsGridSection.orderTxnTableFirstRow}}" stepKey =" clickOnVoidTransaction" />
2528 <click selector =" {{AdminTransactionsGridSection.orderTxnTableFirstRow}}" stepKey =" clickFirstRow" />
2629 </actionGroup >
27- </actionGroups >
30+ </actionGroups >
You can’t perform that action at this time.
0 commit comments