File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
gen-src/ChromeDevtoolsProtocol/Model/Audits Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,5 @@ final class GenericIssueErrorTypeEnum
20
20
public const FORM_ARIA_LABELLED_BY_TO_NON_EXISTING_ID = 'FormAriaLabelledByToNonExistingId ' ;
21
21
public const FORM_INPUT_ASSIGNED_AUTOCOMPLETE_VALUE_TO_ID_OR_NAME_ATTRIBUTE_ERROR = 'FormInputAssignedAutocompleteValueToIdOrNameAttributeError ' ;
22
22
public const FORM_LABEL_HAS_NEITHER_FOR_NOR_NESTED_INPUT = 'FormLabelHasNeitherForNorNestedInput ' ;
23
+ public const FORM_LABEL_FOR_MATCHES_NON_EXISTING_ID_ERROR = 'FormLabelForMatchesNonExistingIdError ' ;
23
24
}
Original file line number Diff line number Diff line change 1542
1542
"FormEmptyIdAndNameAttributesForInputError",
1543
1543
"FormAriaLabelledByToNonExistingId",
1544
1544
"FormInputAssignedAutocompleteValueToIdOrNameAttributeError",
1545
- "FormLabelHasNeitherForNorNestedInput"
1545
+ "FormLabelHasNeitherForNorNestedInput",
1546
+ "FormLabelForMatchesNonExistingIdError"
1546
1547
]
1547
1548
},
1548
1549
{
Original file line number Diff line number Diff line change 1
- 3f805332e04fa42653ab5efa2c248f90 protocol.json
1
+ 872c448b4e6deb206b978117037b861f protocol.json
You can’t perform that action at this time.
0 commit comments