We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8dd5ce commit 71985b7Copy full SHA for 71985b7
app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/StorefrontOpenAdvancedSearchActionGroup.xml
@@ -12,7 +12,7 @@
12
<annotations>
13
<description>Clicks on 'Advanced Search' in the Storefront Footer. Validates that the URL and Title are present and correct.</description>
14
</annotations>
15
-
+ <waitForElementClickable selector="{{StorefrontFooterSection.AdvancedSearch}}" stepKey="waitForClickAdvancedSearchLink"/>
16
<click selector="{{StorefrontFooterSection.AdvancedSearch}}" stepKey="clickAdvancedSearchLink"/>
17
<seeInCurrentUrl url="{{StorefrontCatalogSearchAdvancedFormPage.url}}" stepKey="checkUrl"/>
18
<seeInTitle userInput="Advanced Search" stepKey="assertAdvancedSearchTitle1"/>
0 commit comments