Skip to content

Commit 9ca689c

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent 5b1d093 commit 9ca689c

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
@@ -20,4 +20,5 @@ final class GenericIssueErrorTypeEnum
2020
public const FORM_ARIA_LABELLED_BY_TO_NON_EXISTING_ID = 'FormAriaLabelledByToNonExistingId';
2121
public const FORM_INPUT_ASSIGNED_AUTOCOMPLETE_VALUE_TO_ID_OR_NAME_ATTRIBUTE_ERROR = 'FormInputAssignedAutocompleteValueToIdOrNameAttributeError';
2222
public const FORM_LABEL_HAS_NEITHER_FOR_NOR_NESTED_INPUT = 'FormLabelHasNeitherForNorNestedInput';
23+
public const FORM_LABEL_FOR_MATCHES_NON_EXISTING_ID_ERROR = 'FormLabelForMatchesNonExistingIdError';
2324
}

protocol.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,8 @@
15421542
"FormEmptyIdAndNameAttributesForInputError",
15431543
"FormAriaLabelledByToNonExistingId",
15441544
"FormInputAssignedAutocompleteValueToIdOrNameAttributeError",
1545-
"FormLabelHasNeitherForNorNestedInput"
1545+
"FormLabelHasNeitherForNorNestedInput",
1546+
"FormLabelForMatchesNonExistingIdError"
15461547
]
15471548
},
15481549
{

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3f805332e04fa42653ab5efa2c248f90 protocol.json
1+
872c448b4e6deb206b978117037b861f protocol.json

0 commit comments

Comments
 (0)