File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
app/code/Magento/Search/Test/Mftf Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 15
15
<arguments >
16
16
<argument name =" scope_id" type =" string" />
17
17
<argument name =" synonyms" type =" string" />
18
- <argument name =" merge" type =" string" />
19
18
</arguments >
20
19
21
20
<selectOption selector =" {{AdminSearchSynonymsNewSection.scope}}" userInput =" {{scope_id}}" stepKey =" selectScope" />
Original file line number Diff line number Diff line change 24
24
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
25
25
</after >
26
26
27
- <!-- TEST BODY -->
28
27
<actionGroup ref =" AdminNavigateMenuActionGroup" stepKey =" navigateToSearchSynonymsPage" >
29
28
<argument name =" menuUiId" value =" {{AdminMenuMarketing.dataUiId}}" />
30
29
<argument name =" submenuUiId" value =" {{AdminSearchSynonyms.dataUiId}}" />
35
34
<actionGroup ref =" AdminFillNewSearchSynonymsActionGroup" stepKey =" fillNewSearchSynonyms" >
36
35
<argument name =" scope_id" value =" 1:1" />
37
36
<argument name =" synonyms" value =" Test Synonyms" />
38
- <argument name =" merge" value =" true" />
39
37
</actionGroup >
40
38
41
39
<click selector =" {{AdminSearchSynonymsNewSection.resetButton}}" stepKey =" clickResetButton" />
56
54
<expectedResult type =" string" >false</expectedResult >
57
55
<actualResult type =" string" >$grabMergeValue</actualResult >
58
56
</assertEquals >
59
- <!-- END TEST BODY -->
60
57
</test >
61
58
</tests >
You can’t perform that action at this time.
0 commit comments