File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Catalog/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
<scrollToTopOfPage stepKey =" scrollToTopOfPage" />
19
19
<click selector =" {{StorefrontPropertiesSection.StoreFrontPropertiesTab}}" stepKey =" clickStorefrontPropertiesTab" />
20
20
<waitForElementVisible selector =" {{AdvancedAttributePropertiesSection.UseInSearch}}" stepKey =" waitForUseInSearchElementVisible" />
21
- <selectOption selector =" {{AdvancedAttributePropertiesSection.UseInSearch}}" userInput =" {{useInSearchValue}}" stepKey =" selectYesInUseInSearch " />
21
+ <selectOption selector =" {{AdvancedAttributePropertiesSection.UseInSearch}}" userInput =" {{useInSearchValue}}" stepKey =" setUseInSearchValue " />
22
22
</actionGroup >
23
23
</actionGroups >
Original file line number Diff line number Diff line change 34
34
<actionGroup ref =" AdminSetUseInSearchValueForProductAttributeActionGroup" stepKey =" makeAttributeUnsearchableInAQuickSearch" >
35
35
<argument name =" useInSearchValue" value =" No" />
36
36
</actionGroup >
37
- <actionGroup ref =" saveProductAttribute " stepKey =" saveAttributeChanges" />
37
+ <actionGroup ref =" SaveProductAttributeActionGroup " stepKey =" saveAttributeChanges" />
38
38
<actionGroup ref =" ClearFiltersAdminDataGridActionGroup" stepKey =" clearFilter" />
39
39
<!-- Logout from admin -->
40
- <actionGroup ref =" logout" stepKey =" logout " />
40
+ <actionGroup ref =" logout" stepKey =" logoutFromAdmin " />
41
41
</after >
42
42
<!-- Step 2 -->
43
43
<actionGroup ref =" OpenProductAttributeFromSearchResultInGridActionGroup" stepKey =" openWeightProductAttribute" >
44
44
<argument name =" productAttributeCode" value =" weight" />
45
45
</actionGroup >
46
46
<!-- Change attribute property: Use in Search >Yes -->
47
47
<actionGroup ref =" AdminSetUseInSearchValueForProductAttributeActionGroup" stepKey =" makeAttributeSearchableInAQuickSearch" />
48
- <actionGroup ref =" saveProductAttribute " stepKey =" saveAttribute" />
48
+ <actionGroup ref =" SaveProductAttributeActionGroup " stepKey =" saveAttribute" />
49
49
<!-- Step 3 -->
50
50
<actionGroup ref =" CliRunReindexUsingCronJobsActionGroup" stepKey =" reindexInvalidatedIndices" />
51
51
<!-- Step 4 -->
You can’t perform that action at this time.
0 commit comments