Skip to content

Commit ee6d409

Browse files
committed
Merge branch 'sprint-develop' into MQE-265
2 parents 6bc0c12 + 06f1442 commit ee6d409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Magento/AcceptanceTestFramework/Page/etc/SectionObject.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</xs:documentation>
7373
</xs:annotation>
7474
</xs:attribute>
75-
<xs:attribute type="timeOutType" name="timeOut" use="optional">
75+
<xs:attribute type="timeoutType" name="timeout" use="optional">
7676
<xs:annotation>
7777
<xs:documentation>
7878
Optional timeout value in second to wait for the operation on the element. use "-" for default value.
@@ -107,7 +107,7 @@
107107
</xs:restriction>
108108
</xs:simpleType>
109109

110-
<xs:simpleType name="timeOutType">
110+
<xs:simpleType name="timeoutType">
111111
<xs:restriction base="xs:string">
112112
<xs:pattern value="([0-9])+|-"/>
113113
</xs:restriction>

0 commit comments

Comments
 (0)