File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
app/code/Magento/Customer/Test/Mftf Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/PageObject.xsd" >
11
11
<page name =" StorefrontCustomerDashboardPage" url =" /customer/account/" area =" storefront" module =" Magento_Customer" >
12
12
<section name =" StorefrontCustomerDashboardAccountInformationSection" />
13
+ <section name =" StorefrontCustomerSidebarSection" />
13
14
</page >
14
15
</pages >
Original file line number Diff line number Diff line change
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 =" StorefrontCustomerSidebarSection" >
12
+ <element name =" sidebarTab" type =" text" selector =" //div[@id='block-collapsible-nav']//a[text()='{{var1}}']" parameterized =" true" />
13
+ </section >
14
+ </sections >
You can’t perform that action at this time.
0 commit comments