File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 23
23
<fillField selector =" {{StorefrontCatalogSearchAdvancedFormSection.ShortDescription}}" userInput =" {{short_description}}" stepKey =" fillShortDescription" />
24
24
<fillField selector =" {{StorefrontCatalogSearchAdvancedFormSection.PriceFrom}}" userInput =" {{price_from}}" stepKey =" fillPriceFrom" />
25
25
<fillField selector =" {{StorefrontCatalogSearchAdvancedFormSection.PriceTo}}" userInput =" {{price_to}}" stepKey =" fillPriceTo" />
26
+ <scrollTo selector =" {{StorefrontCatalogSearchAdvancedFormSection.SubmitButton}}" stepKey =" scrollToSubmitButton" />
26
27
<click selector =" {{StorefrontCatalogSearchAdvancedFormSection.SubmitButton}}" stepKey =" clickSubmit" />
27
28
<waitForPageLoad stepKey =" waitForPageLoad" />
28
29
</actionGroup >
You can’t perform that action at this time.
0 commit comments