Skip to content

Commit 0e8cee5

Browse files
committed
MAGETWO-92957: Automate with MFTF Add and Edit one Bundle product with different set of sub-items to the Shopping Cart
1 parent be023e3 commit 0e8cee5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductActionGroup.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
</arguments>
2929
<fillField selector="{{AdminProductFormSection.productName}}" userInput="{{product.name}}" stepKey="fillProductName"/>
3030
<fillField selector="{{AdminProductFormSection.productSku}}" userInput="{{product.sku}}" stepKey="fillProductSku"/>
31-
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
32-
xsi:noNamespaceSchemaLocation="../../../../../../../dev/tests/acceptance/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/actionGroupSchema.xsd">
31+
</actionGroup>
3332

3433
<!--Fill main fields in create product form with no weight, useful for virtual and downloadable products -->
3534
<actionGroup name="fillMainProductFormNoWeight">

0 commit comments

Comments
 (0)