Skip to content

Commit d374abf

Browse files
committed
MAGETWO-89230: Issue with adding configurable product with no options selected from wishlist
1 parent b1e26d5 commit d374abf

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

app/code/Magento/Customer/Test/Mftf/Page/StorefrontCustomerDashboardPage.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
<page name="StorefrontCustomerDashboardPage" url="/customer/account/" area="storefront" module="Magento_Customer">
1212
<section name="StorefrontCustomerDashboardAccountInformationSection" />
1313
<section name="StorefrontCustomerSidebarSection"/>
14+
<section name="StorefrontCustomerAccountMainSection"/>
1415
</page>
1516
</pages>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
9+
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
11+
<section name="StorefrontCustomerAccountMainSection">
12+
<element name="customerAccountMainSectionPageTitle" type="text" selector="//div[@class='page-title-wrapper']//span[text()='{{var1}}']" parameterized="true"/>
13+
</section>
14+
</sections>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
9+
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
11+
<section name="StorefrontMessagesSection">
12+
<element name="successMessage" type="text" selector=".message-success"/>
13+
</section>
14+
</sections>

0 commit comments

Comments
 (0)