Skip to content

Commit 531ef44

Browse files
committed
AC-3764::Fixed the flaky tests
1 parent c640ad9 commit 531ef44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertMiniCartEmptyActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515

1616
<dontSeeElement selector="{{StorefrontMinicartSection.productCount}}" stepKey="dontSeeMinicartProductCount"/>
1717
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="expandMinicart"/>
18-
<see selector="{{StorefrontMinicartSection.minicartContent}}" userInput="You have no items in your shopping cart." stepKey="seeEmptyCartMessage"/>
18+
<see selector="{{StorefrontMinicartSection.messageEmptyCart}}" userInput="You have no items in your shopping cart." stepKey="seeEmptyCartMessage"/>
1919
</actionGroup>
2020
</actionGroups>

0 commit comments

Comments
 (0)