Skip to content

Commit 535f219

Browse files
committed
MFTF unwanted comments removed
1 parent 4ff81d3 commit 535f219

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

app/code/Magento/Search/Test/Mftf/ActionGroup/AdminFillNewSearchSynonymsActionGroup.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<arguments>
1616
<argument name="scope_id" type="string"/>
1717
<argument name="synonyms" type="string"/>
18-
<argument name="merge" type="string"/>
1918
</arguments>
2019

2120
<selectOption selector="{{AdminSearchSynonymsNewSection.scope}}" userInput="{{scope_id}}" stepKey="selectScope"/>

app/code/Magento/Search/Test/Mftf/Test/AdminNewSearchSynonymsFormResetTest.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
2525
</after>
2626

27-
<!--TEST BODY -->
2827
<actionGroup ref="AdminNavigateMenuActionGroup" stepKey="navigateToSearchSynonymsPage">
2928
<argument name="menuUiId" value="{{AdminMenuMarketing.dataUiId}}"/>
3029
<argument name="submenuUiId" value="{{AdminSearchSynonyms.dataUiId}}"/>
@@ -35,7 +34,6 @@
3534
<actionGroup ref="AdminFillNewSearchSynonymsActionGroup" stepKey="fillNewSearchSynonyms">
3635
<argument name="scope_id" value="1:1"/>
3736
<argument name="synonyms" value="Test Synonyms"/>
38-
<argument name="merge" value="true"/>
3937
</actionGroup>
4038

4139
<click selector="{{AdminSearchSynonymsNewSection.resetButton}}" stepKey="clickResetButton"/>
@@ -56,6 +54,5 @@
5654
<expectedResult type="string">false</expectedResult>
5755
<actualResult type="string">$grabMergeValue</actualResult>
5856
</assertEquals>
59-
<!--END TEST BODY -->
6057
</test>
6158
</tests>

0 commit comments

Comments
 (0)