Skip to content

Commit cef0e3a

Browse files
committed
MQE-309:[Customizability] Update nested API dependency schema and execution
- remove old entity test schema declarations
1 parent ad8cad9 commit cef0e3a

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

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

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
<xs:element type="dontSeeOptionIsSelectedType" name="dontSeeOptionIsSelected" minOccurs="0" maxOccurs="unbounded"/>
106106
<xs:element type="doubleClickType" name="doubleClick" minOccurs="0" maxOccurs="unbounded"/>
107107
<xs:element type="dragAndDropType" name="dragAndDrop" minOccurs="0" maxOccurs="unbounded"/>
108-
<xs:element type="entityDeclarationType" name="entity" minOccurs="0" maxOccurs="unbounded"/>
109108
<xs:element type="executeInSeleniumType" name="executeInSelenium" minOccurs="0" maxOccurs="unbounded"/>
110109
<xs:element type="executeJSType" name="executeJS" minOccurs="0" maxOccurs="unbounded"/>
111110
<xs:element type="fillFieldType" name="fillField" minOccurs="0" maxOccurs="unbounded"/>
@@ -618,38 +617,6 @@
618617
</xs:extension>
619618
</xs:simpleContent>
620619
</xs:complexType>
621-
<xs:complexType name="entityDeclarationType">
622-
<xs:choice>
623-
<xs:element name="data" type="entityDataType" maxOccurs="unbounded" minOccurs="0"/>
624-
<xs:element name="required-entity" type="entityRequiredEntityType" maxOccurs="unbounded" minOccurs="0"/>
625-
</xs:choice>
626-
<xs:attribute name="name" type="xs:string" use="required"/>
627-
<xs:attribute name="type" type="xs:string" use="required"/>
628-
<xs:attribute type="xs:string" name="mergeKey" use="required"/>
629-
<xs:attribute type="xs:boolean" name="remove" default="false"/>
630-
<xs:attribute type="xs:string" name="before"/>
631-
<xs:attribute type="xs:string" name="after"/>
632-
</xs:complexType>
633-
<xs:complexType name="entityDataType">
634-
<xs:simpleContent>
635-
<xs:extension base="xs:string">
636-
<xs:attribute type="xs:string" name="key" use="required"/>
637-
<xs:attribute type="xs:boolean" name="remove" default="false"/>
638-
<xs:attribute type="xs:string" name="before"/>
639-
<xs:attribute type="xs:string" name="after"/>
640-
</xs:extension>
641-
</xs:simpleContent>
642-
</xs:complexType>
643-
<xs:complexType name="entityRequiredEntityType">
644-
<xs:simpleContent>
645-
<xs:extension base="xs:string">
646-
<xs:attribute type="xs:string" name="key" use="required"/>
647-
<xs:attribute type="xs:boolean" name="remove" default="false"/>
648-
<xs:attribute type="xs:string" name="before"/>
649-
<xs:attribute type="xs:string" name="after"/>
650-
</xs:extension>
651-
</xs:simpleContent>
652-
</xs:complexType>
653620
<xs:complexType name="executeInSeleniumType">
654621
<xs:simpleContent>
655622
<xs:extension base="xs:string">

0 commit comments

Comments
 (0)