Skip to content

Commit

Permalink
Fix functional test.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalevanec committed Apr 2, 2019
1 parent abc1d24 commit 330d202
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
xsi:noNamespaceSchemaLocation="../../../../../../../dev/tests/acceptance/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/SectionObject.xsd">
<section name="StorefrontCustomerWishlistSection">
<element name="productItemNameText" type="text" selector=".products-grid .product-item-name a"/>
<element name="removeWishlistButton" type="button" selector=".products-grid .btn-remove.action.delete>span" timeout="30"/>
<element name="removeWishlistButton" type="button" selector=".products-grid .btn-remove.action.delete" timeout="30"/>
<element name="emptyWishlistText" type="text" selector=".message.info.empty>span"/>
<element name="successMsg" type="text" selector="div.message-success.success.message"/>
</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
*/
-->

<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../dev/tests/acceptance/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd">
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="StorefrontDeletePersistedWishlistTest">
<annotations>
<features value="Delete a persist wishlist for a customer"/>
<features value="Wishlist"/>
<stories value="Delete a persist wishlist for a customer"/>
<title value="Delete a persist wishlist for a customer"/>
<description value="Delete a persist wishlist for a customer"/>
<title value="Customer should be able to delete a persistent wishlist"/>
<description value="Customer should be able to delete a persistent wishlist"/>
<severity value="AVERAGE"/>
<group value="wishlist"/>
<testCaseId value="MC-4110"/>
</annotations>
<before>
<createData stepKey="category" entity="SimpleSubCategory"/>
Expand Down

0 comments on commit 330d202

Please sign in to comment.