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 17
17
<argument name =" price_from" type =" string" defaultValue =" " />
18
18
<argument name =" price_to" type =" string" defaultValue =" " />
19
19
</arguments >
20
+ <clearField selector =" {{StorefrontCatalogSearchAdvancedFormSection.ProductName}}" stepKey =" clearName" />
20
21
<fillField selector =" {{StorefrontCatalogSearchAdvancedFormSection.ProductName}}" userInput =" {{productName}}" stepKey =" fillName" />
22
+ <clearField selector =" {{StorefrontCatalogSearchAdvancedFormSection.SKU}}" stepKey =" clearSku" />
21
23
<fillField selector =" {{StorefrontCatalogSearchAdvancedFormSection.SKU}}" userInput =" {{sku}}" stepKey =" fillSku" />
24
+ <clearField selector =" {{StorefrontCatalogSearchAdvancedFormSection.Description}}" stepKey =" clearDescription" />
22
25
<fillField selector =" {{StorefrontCatalogSearchAdvancedFormSection.Description}}" userInput =" {{description}}" stepKey =" fillDescription" />
26
+ <clearField selector =" {{StorefrontCatalogSearchAdvancedFormSection.ShortDescription}}" stepKey =" clearShortDescription" />
23
27
<fillField selector =" {{StorefrontCatalogSearchAdvancedFormSection.ShortDescription}}" userInput =" {{short_description}}" stepKey =" fillShortDescription" />
28
+ <clearField selector =" {{StorefrontCatalogSearchAdvancedFormSection.PriceFrom}}" stepKey =" clearPriceFrom" />
24
29
<fillField selector =" {{StorefrontCatalogSearchAdvancedFormSection.PriceFrom}}" userInput =" {{price_from}}" stepKey =" fillPriceFrom" />
30
+ <clearField selector =" {{StorefrontCatalogSearchAdvancedFormSection.PriceTo}}" stepKey =" clearPriceTo" />
25
31
<fillField selector =" {{StorefrontCatalogSearchAdvancedFormSection.PriceTo}}" userInput =" {{price_to}}" stepKey =" fillPriceTo" />
26
32
<scrollTo selector =" {{StorefrontCatalogSearchAdvancedFormSection.SubmitButton}}" stepKey =" scrollToSubmitButton" />
27
33
<click selector =" {{StorefrontCatalogSearchAdvancedFormSection.SubmitButton}}" stepKey =" clickSubmit" />
You can’t perform that action at this time.
0 commit comments