Skip to content

Commit 3e72889

Browse files
committed
ACQE-6818: [MFTF TESTS] StoreFrontAddOutOfStockProductToShoppingCartTest
- Code Review fixes
1 parent a29240d commit 3e72889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogInventory/Test/Mftf/Test/StoreFrontAddOutOfStockProductToShoppingCartTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@
6868
<waitForPageLoad stepKey="waitForPage"/>
6969
<waitForElementVisible selector="{{StorefrontProductPageSection.errorMsgText}}" stepKey="wait"/>
7070
<!-- Assert the Error Message-->
71-
<see selector="{{StorefrontProductPageSection.errorMsgText}}" userInput="Product that you are trying to add is not available." stepKey="seeErrorMessage"/>
71+
<waitForText userInput="Product that you are trying to add is not available." selector="{{StorefrontProductPageSection.errorMsgText}}" stepKey="seeErrorMessage"/>
7272
</test>
7373
</tests>

0 commit comments

Comments
 (0)