File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1717 <argument name =" price_from" type =" string" defaultValue =" " />
1818 <argument name =" price_to" type =" string" defaultValue =" " />
1919 </arguments >
20+ <clearField selector =" {{StorefrontCatalogSearchAdvancedFormSection.ProductName}}" stepKey =" clearName" />
2021 <fillField selector =" {{StorefrontCatalogSearchAdvancedFormSection.ProductName}}" userInput =" {{productName}}" stepKey =" fillName" />
22+ <clearField selector =" {{StorefrontCatalogSearchAdvancedFormSection.SKU}}" stepKey =" clearSku" />
2123 <fillField selector =" {{StorefrontCatalogSearchAdvancedFormSection.SKU}}" userInput =" {{sku}}" stepKey =" fillSku" />
24+ <clearField selector =" {{StorefrontCatalogSearchAdvancedFormSection.Description}}" stepKey =" clearDescription" />
2225 <fillField selector =" {{StorefrontCatalogSearchAdvancedFormSection.Description}}" userInput =" {{description}}" stepKey =" fillDescription" />
26+ <clearField selector =" {{StorefrontCatalogSearchAdvancedFormSection.ShortDescription}}" stepKey =" clearShortDescription" />
2327 <fillField selector =" {{StorefrontCatalogSearchAdvancedFormSection.ShortDescription}}" userInput =" {{short_description}}" stepKey =" fillShortDescription" />
28+ <clearField selector =" {{StorefrontCatalogSearchAdvancedFormSection.PriceFrom}}" stepKey =" clearPriceFrom" />
2429 <fillField selector =" {{StorefrontCatalogSearchAdvancedFormSection.PriceFrom}}" userInput =" {{price_from}}" stepKey =" fillPriceFrom" />
30+ <clearField selector =" {{StorefrontCatalogSearchAdvancedFormSection.PriceTo}}" stepKey =" clearPriceTo" />
2531 <fillField selector =" {{StorefrontCatalogSearchAdvancedFormSection.PriceTo}}" userInput =" {{price_to}}" stepKey =" fillPriceTo" />
2632 <scrollTo selector =" {{StorefrontCatalogSearchAdvancedFormSection.SubmitButton}}" stepKey =" scrollToSubmitButton" />
2733 <click selector =" {{StorefrontCatalogSearchAdvancedFormSection.SubmitButton}}" stepKey =" clickSubmit" />
You can’t perform that action at this time.
0 commit comments