Skip to content

Commit 69a36ff

Browse files
committed
test: update selectors for new SRP flow e2e test
1 parent 2bf0226 commit 69a36ff

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

e2e/selectors/Onboarding/ChoosePassword.selectors.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

e2e/selectors/Onboarding/ImportFromSeed.selectors.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
};

e2e/selectors/Onboarding/MetaMetricsOptIn.selectors.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)