Skip to content

Commit 48b57fd

Browse files
committed
Fixing the opening of the product from the compare block
1 parent 3e18da8 commit 48b57fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Wishlist/Test/Mftf/ActionGroup/StorefrontClickOnProductFromSidebarCompareListActionGroup.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<argument name="product" type="entity"/>
1818
</arguments>
1919

20+
<waitForElementVisible selector="{{StorefrontComparisonSidebarSection.ProductTitleByName((product.name)}}" stepKey="waitForAddedCompareProduct"/>
2021
<click selector="{{StorefrontComparisonSidebarSection.ProductTitleByName((product.name))}}" stepKey="clickOnProductLink"/>
2122
<waitForPageLoad stepKey="waitForProductPageLoad"/>
2223
</actionGroup>

0 commit comments

Comments
 (0)