File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed
dev/tests/functional/tests/app/Magento/Multishipping/Test/Page Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change 5
5
* See COPYING.txt for license details.
6
6
*/
7
7
-->
8
- <page mca =" multishipping/checkout/success" module =" Magento_Multishipping" >
9
- <blocks >
10
- <successBlock >
11
- <class >Magento\Multishipping\Test\Block\Checkout\Success</class >
12
- <locator >.multicheckout.success</locator >
13
- <strategy >css selector</strategy >
14
- </successBlock >
15
- <titleBlock >
16
- <class >Magento\Theme\Test\Block\Html\Title</class >
17
- <locator >.title</locator >
18
- <strategy >css selector</strategy >
19
- </titleBlock >
20
- </blocks >
21
- </page >
8
+ <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/mtf/etc/pages.xsd" >
9
+ <page name =" MultishippingCheckoutSuccess" mca =" multishipping/checkout/success" module =" Magento_Multishipping" >
10
+ <block name =" successBlock" class =" Magento\Multishipping\Test\Block\Checkout\Success" locator =" .multicheckout.success" strategy =" css selector" />
11
+ <block name =" titleBlock" class =" Magento\Theme\Test\Block\Html\Title" locator =" .title" strategy =" css selector" />
12
+ </page >
13
+ </config >
You can’t perform that action at this time.
0 commit comments