File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
app/code/Magento/Search/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change 18
18
19
19
<waitForElementVisible selector =" {{StorefrontQuickSearchResultsSection.searchTextBox}}" stepKey =" waitForQuickSearchToBeVisible" />
20
20
<fillField selector =" {{StorefrontQuickSearchResultsSection.searchTextBox}}" userInput =" {{searchQuery}}" stepKey =" fillSearchInput" />
21
- <wait time =" 60" stepKey =" waitForAjaxResponse" />
22
21
<waitForElementVisible selector =" {{StorefrontQuickSearchSection.searchDropDownSuggestion}}" stepKey =" WaitForSearchDropDownSuggestion" />
23
22
<see selector =" {{StorefrontQuickSearchSection.searchDropDownSuggestion}}" userInput =" {{searchQuery}}" stepKey =" seeDropDownSuggestion" />
24
23
<click selector =" {{StorefrontQuickSearchSection.searchDropDownName(searchQuery)}}" stepKey =" clickOnSearchSuggestion" />
You can’t perform that action at this time.
0 commit comments