Skip to content

Commit cbc2890

Browse files
committed
ACP2E-13: Customer shopping cart in admin - Multi store
1 parent 2039fc2 commit cbc2890

File tree

6 files changed

+0
-301
lines changed

6 files changed

+0
-301
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/Section/AdminCustomerCartSection.xml

Lines changed: 0 additions & 16 deletions
This file was deleted.

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminUpdatesConfigurableProductOptionsInCustomersCartTest.xml

Lines changed: 0 additions & 230 deletions
This file was deleted.

app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminOpenShoppingCartTabFromCustomerEditPageActionGroup.xml

Lines changed: 0 additions & 20 deletions
This file was deleted.

app/code/Magento/Customer/Test/Mftf/Section/AdminCustomerCartSection.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1111
<section name="AdminCustomerCartSection">
12-
<element name="websiteFilter" type="select" selector="#customer_cart_grid #website_filter"/>
13-
<element name="grid" type="block" timeout="30" selector="table#customer_cart_grid_table"/>
1412
<element name="cartItem" type="button" selector="#customer_cart_grid_table tbody tr:nth-of-type({{row}}) .col-product_id" parameterized="true" timeout="5"/>
15-
<element name="productName" type="text" selector="#customer_cart_grid_table tbody tr:nth-of-type({{row}}) .col-name" parameterized="true" timeout="5"/>
1613
</section>
1714
</sections>

app/code/Magento/Store/Test/Mftf/ActionGroup/AdminSetWebsiteAsDefaultActionGroup.xml

Lines changed: 0 additions & 31 deletions
This file was deleted.

app/code/Magento/Store/Test/Mftf/Section/AdminNewWebsiteSection.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
<section name="AdminNewWebsiteSection">
1212
<element name="name" type="input" selector="#website_name"/>
1313
<element name="code" type="input" selector="#website_code"/>
14-
<element name="isDefault" type="checkbox" selector="#is_default"/>
1514
</section>
1615
</sections>

0 commit comments

Comments
 (0)