File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ export const ChoosePasswordSelectorsIDs = {
22 CONTAINER_ID : 'create-password-screen' ,
33 NEW_PASSWORD_INPUT_ID : 'create-password-first-input-field' ,
44 CONFIRM_PASSWORD_INPUT_ID : 'create-password-second-input-field' ,
5+ PASSWORD_STRENGTH_ID : 'password-strength-label' ,
6+ I_UNDERSTAND_CHECKBOX_ID : 'password-understand-box' ,
57 IOS_I_UNDERSTAND_BUTTON_ID : 'password-understand-box' ,
68 ANDROID_I_UNDERSTAND_BUTTON_ID : 'i-understand-text' ,
79 SUBMIT_BUTTON_ID : 'submit-button' ,
Original file line number Diff line number Diff line change @@ -2,9 +2,14 @@ export const ImportFromSeedSelectorsIDs = {
22 CONTAINER_ID : 'import-from-seed-screen' ,
33 SEED_PHRASE_INPUT_ID : 'import-from-seed-screen-seed-phrase-input-id' ,
44 SCREEN_TITLE_ID : 'import-from-seed-screen-title-id' ,
5+ SEED_PHRASE_INFO_ICON_ID : 'import-from-seed-screen-seed-phrase-info-icon-id' ,
6+ SHOW_HIDE_SEED_PHRASE_BUTTON_ID : 'import-from-seed-screen-show-hide-seed-phrase-button-id' ,
7+ PASTE_CLEAR_BUTTON_ID : 'import-from-seed-screen-paste-clear-button-id' ,
58 PASSWORD_STRENGTH_ID : 'import-from-seed-screen-seed-password-strength-id' ,
9+ I_UNDERSTAND_CHECKBOX_ID : 'import-from-seed-screen-seed-password-understand-checkbox-id' ,
610 CONFIRM_PASSWORD_CHECK_ICON_ID :
711 'import-from-seed-screen-seed-password-match-icon-id' ,
812 SUBMIT_BUTTON_ID : 'import-from-seed-screen-submit-button-id' ,
913 INVALID_SEED_PHRASE_PLACE_HOLDER_TEXT : 'invalid-seed-phrase' ,
14+ ERROR_MESSAGE_ID : 'import-from-seed-screen-error-message-id' ,
1015} ;
Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ export const MetaMetricsOptInSelectorsIDs = {
99 DEFAULT_NETWORK_USE_THIS_NETWORK_BUTTON_ID :
1010 'default-network-use-this-button-id' ,
1111 METAMETRICS_OPT_IN_CONTAINER_ID : 'meta-metrics-container' ,
12+ OPTIN_METRICS_CHECKBOX_ID : 'optin-metrics-checkbox-id' ,
1213} ;
You can’t perform that action at this time.
0 commit comments