Skip to content

Commit 1d2af13

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent 445e407 commit 1d2af13

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
@@ -14,4 +14,5 @@ final class GenericIssueErrorTypeEnum
1414
public const CROSS_ORIGIN_PORTAL_POST_MESSAGE_ERROR = 'CrossOriginPortalPostMessageError';
1515
public const FORM_LABEL_FOR_NAME_ERROR = 'FormLabelForNameError';
1616
public const FORM_DUPLICATE_ID_FOR_INPUT_ERROR = 'FormDuplicateIdForInputError';
17+
public const FORM_INPUT_WITH_NO_LABEL_ERROR = 'FormInputWithNoLabelError';
1718
}

protocol.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,8 @@
15361536
"enum": [
15371537
"CrossOriginPortalPostMessageError",
15381538
"FormLabelForNameError",
1539-
"FormDuplicateIdForInputError"
1539+
"FormDuplicateIdForInputError",
1540+
"FormInputWithNoLabelError"
15401541
]
15411542
},
15421543
{

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11f9f1c2bcd0994432e8c11303de4332 protocol.json
1+
b2a1cc87e3b2b3ac10350b1dbc5a4ca1 protocol.json

0 commit comments

Comments
 (0)