Skip to content

Commit 1596580

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent e179f29 commit 1596580

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
@@ -21,4 +21,5 @@ final class GenericIssueErrorTypeEnum
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';
2323
public const FORM_LABEL_FOR_MATCHES_NON_EXISTING_ID_ERROR = 'FormLabelForMatchesNonExistingIdError';
24+
public const FORM_HAS_PASSWORD_FIELD_WITHOUT_USERNAME_FIELD_ERROR = 'FormHasPasswordFieldWithoutUsernameFieldError';
2425
}

protocol.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1543,7 +1543,8 @@
15431543
"FormAriaLabelledByToNonExistingId",
15441544
"FormInputAssignedAutocompleteValueToIdOrNameAttributeError",
15451545
"FormLabelHasNeitherForNorNestedInput",
1546-
"FormLabelForMatchesNonExistingIdError"
1546+
"FormLabelForMatchesNonExistingIdError",
1547+
"FormHasPasswordFieldWithoutUsernameFieldError"
15471548
]
15481549
},
15491550
{

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
506e354a921917d07e6468551b699bd1 protocol.json
1+
418e293ae684c8e7fb193bdaea954d17 protocol.json

0 commit comments

Comments
 (0)