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 @@ -16,4 +16,5 @@ final class GenericIssueErrorTypeEnum
16
16
public const FORM_DUPLICATE_ID_FOR_INPUT_ERROR = 'FormDuplicateIdForInputError ' ;
17
17
public const FORM_INPUT_WITH_NO_LABEL_ERROR = 'FormInputWithNoLabelError ' ;
18
18
public const FORM_AUTOCOMPLETE_ATTRIBUTE_EMPTY_ERROR = 'FormAutocompleteAttributeEmptyError ' ;
19
+ public const FORM_EMPTY_ID_AND_NAME_ATTRIBUTES_FOR_INPUT_ERROR = 'FormEmptyIdAndNameAttributesForInputError ' ;
19
20
}
Original file line number Diff line number Diff line change 1538
1538
"FormLabelForNameError",
1539
1539
"FormDuplicateIdForInputError",
1540
1540
"FormInputWithNoLabelError",
1541
- "FormAutocompleteAttributeEmptyError"
1541
+ "FormAutocompleteAttributeEmptyError",
1542
+ "FormEmptyIdAndNameAttributesForInputError"
1542
1543
]
1543
1544
},
1544
1545
{
Original file line number Diff line number Diff line change 1
- a253c4a39777dd8840503f2a633ed525 protocol.json
1
+ f5b38979d43e892cc25dcdb59989558c protocol.json
You can’t perform that action at this time.
0 commit comments