Skip to content

Commit 0ee8535

Browse files
committed
MQE-68 - Create Configurable Product test generator adjustments.
1 parent 962ea9c commit 0ee8535

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<xs:complexType name="acceptPopupType">
156156
<xs:simpleContent>
157157
<xs:extension base="xs:string">
158-
<xs:attribute type="xs:string" name="mergeKey" use="required"/>
158+
<xs:attribute type="xs:string" name="mergeKey"/>
159159
<xs:attribute type="xs:boolean" name="remove" default="false"/>
160160
<xs:attribute type="xs:string" name="before"/>
161161
<xs:attribute type="xs:string" name="after"/>
@@ -602,7 +602,7 @@
602602
<xs:extension base="xs:string">
603603
<xs:attribute type="xs:string" name="selector"/>
604604
<xs:attribute type="xs:string" name="userInput"/>
605-
<xs:attribute type="xs:string" name="returnVariable" use="required"/>
605+
<xs:attribute type="xs:string" name="returnVariable"/>
606606
<xs:attribute type="xs:string" name="variable"/>
607607
<xs:attribute type="xs:string" name="mergeKey" use="required"/>
608608
<xs:attribute type="xs:boolean" name="remove" default="false"/>
@@ -616,7 +616,7 @@
616616
<xs:extension base="xs:string">
617617
<xs:attribute type="xs:string" name="userInput"/>
618618
<xs:attribute type="xs:string" name="parameterArray"/>
619-
<xs:attribute type="xs:string" name="returnVariable" use="required"/>
619+
<xs:attribute type="xs:string" name="returnVariable"/>
620620
<xs:attribute type="xs:string" name="variable"/>
621621
<xs:attribute type="xs:string" name="mergeKey" use="required"/>
622622
<xs:attribute type="xs:boolean" name="remove" default="false"/>
@@ -629,7 +629,7 @@
629629
<xs:simpleContent>
630630
<xs:extension base="xs:string">
631631
<xs:attribute type="xs:string" name="url"/>
632-
<xs:attribute type="xs:string" name="returnVariable" use="required"/>
632+
<xs:attribute type="xs:string" name="returnVariable"/>
633633
<xs:attribute type="xs:string" name="variable"/>
634634
<xs:attribute type="xs:string" name="mergeKey" use="required"/>
635635
<xs:attribute type="xs:boolean" name="remove" default="false"/>
@@ -643,7 +643,7 @@
643643
<xs:extension base="xs:string">
644644
<xs:attribute type="xs:string" name="selector"/>
645645
<xs:attribute type="xs:string" name="userInput"/>
646-
<xs:attribute type="xs:string" name="returnVariable" use="required"/>
646+
<xs:attribute type="xs:string" name="returnVariable"/>
647647
<xs:attribute type="xs:string" name="variable"/>
648648
<xs:attribute type="xs:string" name="mergeKey" use="required"/>
649649
<xs:attribute type="xs:boolean" name="remove" default="false"/>
@@ -655,7 +655,7 @@
655655
<xs:complexType name="grabPageSourceType">
656656
<xs:simpleContent>
657657
<xs:extension base="xs:string">
658-
<xs:attribute type="xs:string" name="returnVariable" use="required"/>
658+
<xs:attribute type="xs:string" name="returnVariable"/>
659659
<xs:attribute type="xs:string" name="mergeKey" use="required"/>
660660
<xs:attribute type="xs:boolean" name="remove" default="false"/>
661661
<xs:attribute type="xs:string" name="before"/>
@@ -667,7 +667,7 @@
667667
<xs:simpleContent>
668668
<xs:extension base="xs:string">
669669
<xs:attribute type="xs:string" name="selector"/>
670-
<xs:attribute type="xs:string" name="returnVariable" use="required"/>
670+
<xs:attribute type="xs:string" name="returnVariable"/>
671671
<xs:attribute type="xs:string" name="mergeKey" use="required"/>
672672
<xs:attribute type="xs:boolean" name="remove" default="false"/>
673673
<xs:attribute type="xs:string" name="before"/>
@@ -680,7 +680,7 @@
680680
<xs:extension base="xs:string">
681681
<xs:attribute type="xs:string" name="selector"/>
682682
<xs:attribute type="xs:string" name="selectorArray"/>
683-
<xs:attribute type="xs:string" name="returnVariable" use="required"/>
683+
<xs:attribute type="xs:string" name="returnVariable"/>
684684
<xs:attribute type="xs:string" name="mergeKey" use="required"/>
685685
<xs:attribute type="xs:boolean" name="remove" default="false"/>
686686
<xs:attribute type="xs:string" name="before"/>

0 commit comments

Comments
 (0)