File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/code/Magento/Catalog/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 64
64
65
65
<actionGroup name =" StorefrontCheckAddToCartButtonAbsence" >
66
66
<arguments >
67
- <argument name =" product" />
67
+ <argument name =" product" defaultValue = " _defaultProduct " />
68
68
</arguments >
69
69
<moveMouseOver selector =" {{StorefrontCategoryProductSection.ProductInfoByName(product.name)}}" stepKey =" moveMouseOverProduct" />
70
70
<dontSeeElement selector =" {{StorefrontCategoryProductSection.ProductAddToCartByName(product.name)}}" stepKey =" checkAddToCartButtonAbsence" />
71
71
</actionGroup >
72
-
73
72
<actionGroup name =" StorefrontSwitchCategoryViewToListMode" >
74
73
<click selector =" {{StorefrontCategoryMainSection.modeListButton}}" stepKey =" switchCategoryViewToListMode" />
75
74
<waitForElement selector =" {{StorefrontCategoryMainSection.CategoryTitle}}" time =" 30" stepKey =" waitForCategoryReload" />
You can’t perform that action at this time.
0 commit comments