Skip to content

Commit de24233

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent 21093b9 commit de24233

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

gen-src/ChromeDevtoolsProtocol/Model/Audits/GenericIssueErrorTypeEnum.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ final class GenericIssueErrorTypeEnum
1616
public const FORM_DUPLICATE_ID_FOR_INPUT_ERROR = 'FormDuplicateIdForInputError';
1717
public const FORM_INPUT_WITH_NO_LABEL_ERROR = 'FormInputWithNoLabelError';
1818
public const FORM_AUTOCOMPLETE_ATTRIBUTE_EMPTY_ERROR = 'FormAutocompleteAttributeEmptyError';
19+
public const FORM_EMPTY_ID_AND_NAME_ATTRIBUTES_FOR_INPUT_ERROR = 'FormEmptyIdAndNameAttributesForInputError';
1920
}

protocol.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1538,7 +1538,8 @@
15381538
"FormLabelForNameError",
15391539
"FormDuplicateIdForInputError",
15401540
"FormInputWithNoLabelError",
1541-
"FormAutocompleteAttributeEmptyError"
1541+
"FormAutocompleteAttributeEmptyError",
1542+
"FormEmptyIdAndNameAttributesForInputError"
15421543
]
15431544
},
15441545
{

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a253c4a39777dd8840503f2a633ed525 protocol.json
1+
f5b38979d43e892cc25dcdb59989558c protocol.json

0 commit comments

Comments
 (0)