Skip to content

Commit a570942

Browse files
committed
MAGETWO-33193: Prepare Pages configuration pull request
1 parent ea2a2ad commit a570942

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Page/CheckoutCart.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/pages.xsd">
9-
<page name="CheckoutCart" mca="checkout/cart/index" module="Magento_Checkout">
9+
<page name="CheckoutCart" mca="checkout/cart/index">
1010
<block name="cartBlock">
1111
<render name="grouped" class="Magento\GroupedProduct\Test\Block\Checkout\Cart"/>
1212
</block>

dev/tests/functional/tests/app/Magento/Multishipping/Test/Page/CheckoutCart.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/pages.xsd">
9-
<page name="CheckoutCart" mca="checkout/cart/index" module="Magento_Checkout">
9+
<page name="CheckoutCart" mca="checkout/cart/index">
1010
<block name="multipleAddressCheckoutBlock" class="Magento\Multishipping\Test\Block\Checkout\Link" locator=".action.multicheckout" strategy="css selector"/>
1111
</page>
1212
</config>

dev/tests/functional/tests/app/Magento/Weee/Test/Page/Category/CatalogCategoryView.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../vendor/magento/mtf/etc/pages.xsd">
9-
<page name="CatalogCategoryView" area="Category" mca="checkout/cart/index">
9+
<page name="CatalogCategoryView" area="Category" mca="catalog/category/view">
1010
<block name="weeeListProductBlock" class="Magento\Weee\Test\Block\Product\ListProduct" locator=".products.wrapper.grid" strategy="css selector"/>
1111
</page>
1212
</config>

0 commit comments

Comments
 (0)