File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
app/code/Magento/UrlRewrite/Test/Mftf Expand file tree Collapse file tree 2 files changed +28
-0
lines changed 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
+ <pages xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/PageObject.xsd" >
11
+ <page name =" AdminUrlRewriteEditPage" url =" admin/url_rewrite/edit/id/{{url_rewrite_id}}/" area =" admin" module =" Magento_UrlRewrite" >
12
+ <section name =" AdminUrlRewriteEditSection" />
13
+ </page >
14
+ </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 =" AdminUrlRewriteEditSection" >
12
+ <element name =" requestPathField" type =" input" selector =" #request_path" />
13
+ </section >
14
+ </sections >
You can’t perform that action at this time.
0 commit comments