-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: Complete missing step for add a contact to the address book in existing E2E test #27959
test: Complete missing step for add a contact to the address book in existing E2E test #27959
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Builds ready [dfc8f17]
Page Load Metrics (1795 ± 111 ms)
Bundle size diffs
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice effort, @benjisclowder! I have added some feedback and potential replacements.
I notice that the file itself has a lot of anti-patterns. Once these changes are made, if you feel comfortable, update this spec file and try to adapt the POM.
Co-authored-by: Harika <153644847+hjetpoluru@users.noreply.github.com>
Co-authored-by: Harika <153644847+hjetpoluru@users.noreply.github.com>
…thub.com:MetaMask/metamask-extension into test--adding-additional-step-to-address-book-E2E
@benjisclowder, code looks good now. Just fix the lint errors and get the latest develop and will approve the PR. |
Hi @benjisclowder , could you remove the added submodule as it's not necessary? thanks ! |
Builds ready [81a2c2c]
Page Load Metrics (2123 ± 86 ms)
Bundle size diffs
|
Hi, @hjetpoluru and @chloeYue! Thanks a lot for the feedback and suggestions. All changes have been made and PR is ready for approval. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Adding missing "add contact" step to this E2E test
test/e2e/tests/settings/address-book.spec.js
to fully cover the manual scenario here.Related issues
Fixes: #27369
Manual testing steps
Note: I have used the class instead of specific selectors (text+tag) for the element as the latter (Add contact/button) would not be located when running the test and the test would consistently fail.
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist