Skip to content

Commit 351c9ab

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent 6678e63 commit 351c9ab

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
@@ -18,4 +18,5 @@ final class GenericIssueErrorTypeEnum
1818
public const FORM_AUTOCOMPLETE_ATTRIBUTE_EMPTY_ERROR = 'FormAutocompleteAttributeEmptyError';
1919
public const FORM_EMPTY_ID_AND_NAME_ATTRIBUTES_FOR_INPUT_ERROR = 'FormEmptyIdAndNameAttributesForInputError';
2020
public const FORM_ARIA_LABELLED_BY_TO_NON_EXISTING_ID = 'FormAriaLabelledByToNonExistingId';
21+
public const FORM_INPUT_ASSIGNED_AUTOCOMPLETE_VALUE_TO_ID_OR_NAME_ATTRIBUTE_ERROR = 'FormInputAssignedAutocompleteValueToIdOrNameAttributeError';
2122
}

protocol.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1540,7 +1540,8 @@
15401540
"FormInputWithNoLabelError",
15411541
"FormAutocompleteAttributeEmptyError",
15421542
"FormEmptyIdAndNameAttributesForInputError",
1543-
"FormAriaLabelledByToNonExistingId"
1543+
"FormAriaLabelledByToNonExistingId",
1544+
"FormInputAssignedAutocompleteValueToIdOrNameAttributeError"
15441545
]
15451546
},
15461547
{

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4f85ecf47b0850e282a38d70499cceaf protocol.json
1+
d462590376dda042709c9ffa3f9e9e71 protocol.json

0 commit comments

Comments
 (0)