Skip to content

Commit efe0deb

Browse files
committed
PB-173: Add Carousel Settings to Product Appearance
- Adding tests for product carousel when rendered through Block
1 parent 90b2689 commit efe0deb

File tree

2 files changed

+999
-7
lines changed

2 files changed

+999
-7
lines changed

app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/ContentTypeProductsActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</actionGroup>
4646
<actionGroup name="validateCannotSeeProductInDefaultProductCarousel" extends="validateCanSeeProductInDefaultProductCarousel">
4747
<waitForElement selector="{{page.productNameInCarouselNotClonedBySlick(productGroupIndex, product.name)}}" stepKey="waitForProduct"/>
48-
<dontSeeElement selector="{{page.productNameInCarouselNotClonedBySlick(productGroupIndex, product.name)}}" stepKey="dontSeeProduct"/>
48+
<dontSeeElement selector="{{page.productNameInCarouselNotClonedBySlick(productGroupIndex, product.name)}}" stepKey="seeProduct"/>
4949
</actionGroup>
5050
<actionGroup name="validateCanSeeProductInContinuousProductCarousel">
5151
<arguments>

0 commit comments

Comments
 (0)