File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 38
38
<actionGroup ref =" StorefrontOpenHomePageActionGroup" stepKey =" openStorefrontPage" />
39
39
40
40
<!-- Open the side menu and expand the root category -->
41
+ <waitForElementClickable selector =" {{StorefrontHeaderSection.mobileMenuToggle}}" stepKey =" waitForSideMenuClickable" />
41
42
<click selector =" {{StorefrontHeaderSection.mobileMenuToggle}}" stepKey =" openSideMenu" />
43
+ <waitForElementClickable selector =" {{StorefrontHeaderSection.NavigationCategoryByName($$createParentCategory.name$$)}}" stepKey =" waitForCategoryMenuClickable" />
42
44
<click selector =" {{StorefrontHeaderSection.NavigationCategoryByName($$createParentCategory.name$$)}}" stepKey =" expandCategoryMenu" />
43
45
44
46
<!-- Assert the category expanded successfully -->
You can’t perform that action at this time.
0 commit comments