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 e907618 commit cdf6483Copy full SHA for cdf6483
app/code/Magento/UrlRewrite/Test/Mftf/ActionGroup/AssertStorefrontUrlRewriteRedirectActionGroup.xml
@@ -20,6 +20,7 @@
20
<amOnPage url="{{newRequestPath}}" stepKey="openCategoryInStorefront"/>
21
<waitForPageLoad stepKey="waitForCategoryPageToLoad"/>
22
<seeElement selector="{{StorefrontHeaderSection.NavigationCategoryByName(category)}}" stepKey="seeCategoryOnStoreNavigationBar"/>
23
+ <waitForElementClickable selector="{{StorefrontCategoryMainSection.CategoryTitle(category)}}" stepKey="waitForElement"></waitForElementClickable>
24
<seeElement selector="{{StorefrontCategoryMainSection.CategoryTitle(category)}}" stepKey="seeCategoryInTitle"/>
25
</actionGroup>
26
</actionGroups>
0 commit comments