File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Catalog/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
$productName = '//main//li[.//a[contains(text(), \'' . {{product.name}} . '\' )]]//div[@data-container=\'product-grid\']';
39
39
$I->assertEquals('2', $webdriver->findElement(\Facebook\WebDriver\WebDriverBy::xpath($productName))->getCSSValue('z-index'));
40
40
}" stepKey =" assertProductContainerIsOpened" />
41
- <seeElement selector =" {{StorefrontCategoryProductSection.productAddToCartByName(product.name)}}" stepKey =" AssertAddToCart " />
41
+ <seeElement selector =" {{StorefrontCategoryProductSection.productAddToCartByName(product.name)}}" stepKey =" assertAddToCart " />
42
42
</actionGroup >
43
43
44
44
<actionGroup name =" StorefrontCheckAddToCartButtonAbsence" extends =" StorefrontCheckCategorySimpleProduct" >
45
- <dontSeeElement selector =" {{StorefrontCategoryProductSection.productAddToCartByName(product.name)}}" stepKey =" AssertAddToCart " />
45
+ <dontSeeElement selector =" {{StorefrontCategoryProductSection.productAddToCartByName(product.name)}}" stepKey =" assertAddToCart " />
46
46
</actionGroup >
47
47
48
48
<actionGroup name =" StorefrontSwitchCategoryViewToListMode" >
You can’t perform that action at this time.
0 commit comments