File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
app/code/Magento/AdvancedSearch/Test/Mftf Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
- <actionGroup name =" AdminOpenNewSerchTermPageActionGroup " >
11
+ <actionGroup name =" AdminOpenNewSearchTermsPageActionGroup " >
12
12
<annotations >
13
13
<description >Navigate to search terms form page.</description >
14
14
</annotations >
Original file line number Diff line number Diff line change 8
8
9
9
<pages xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/PageObject.xsd" >
11
- <page name =" AdminSearchTermsFormPage" url =" / search/term/new" area =" admin" module =" Magento_AdvancedSearch" >
11
+ <page name =" AdminSearchTermsFormPage" url =" search/term/new/ " area =" admin" module =" Magento_AdvancedSearch" >
12
12
<section name =" AdminSearchTermsPageFormFieldsSection" />
13
13
</page >
14
14
</pages >
Original file line number Diff line number Diff line change 23
23
<after >
24
24
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
25
25
</after >
26
- <actionGroup ref =" AdminOpenNewSerchTermPageActionGroup " stepKey =" navigateToSearchTermPage" />
26
+ <actionGroup ref =" AdminOpenNewSearchTermsPageActionGroup " stepKey =" navigateToSearchTermPage" />
27
27
<actionGroup ref =" AdminFillSearchTermActionGroup" stepKey =" fillNewSearchTermData" >
28
28
<argument name =" searchQuery" value =" {{SearchTerms.searchQuery}}" />
29
29
<argument name =" store" value =" {{SearchTerms.store}}" />
You can’t perform that action at this time.
0 commit comments