We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bc0c12 + 06f1442 commit ee6d409Copy full SHA for ee6d409
src/Magento/AcceptanceTestFramework/Page/etc/SectionObject.xsd
@@ -72,7 +72,7 @@
72
</xs:documentation>
73
</xs:annotation>
74
</xs:attribute>
75
- <xs:attribute type="timeOutType" name="timeOut" use="optional">
+ <xs:attribute type="timeoutType" name="timeout" use="optional">
76
<xs:annotation>
77
<xs:documentation>
78
Optional timeout value in second to wait for the operation on the element. use "-" for default value.
@@ -107,7 +107,7 @@
107
</xs:restriction>
108
</xs:simpleType>
109
110
- <xs:simpleType name="timeOutType">
+ <xs:simpleType name="timeoutType">
111
<xs:restriction base="xs:string">
112
<xs:pattern value="([0-9])+|-"/>
113
0 commit comments