Skip to content

Commit b39f18c

Browse files
committed
MQE-416: Remove the unused actionGroup defaultEntity property
1 parent b99cc0f commit b39f18c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Magento/FunctionalTestingFramework/Test/etc/sampleActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="testSchema.xsd">
4-
<actionGroup name="sampleReusableActions" defaultEntity="testEntity">
4+
<actionGroup name="sampleReusableActions">
55
<arguments>
66
<argument name="product" defaultValue="_defaultProduct" />
77
<argument name="category" defaultValue="_defaultCategory" />

src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
</xs:element>
3939
</xs:choice>
4040
<xs:attribute type="xs:string" name="name" use="required"/>
41-
<xs:attribute type="xs:string" name="defaultEntity"/>
4241
</xs:complexType>
4342
<xs:complexType name="annotationsType">
4443
<xs:choice minOccurs="0" maxOccurs="unbounded">

0 commit comments

Comments
 (0)