-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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: add Asset watch e2e #12720
test: add Asset watch e2e #12720
Conversation
app/components/Views/confirmations/components/WatchAssetRequest/index.js
Show resolved
Hide resolved
Bitrise✅✅✅ Commit hash: 9a1d425 Note
|
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!
238255b
Bitrise❌❌❌ Commit hash: 238255b Note
Tip
|
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.
Looks good to me.
The e2e tests are now failing because of a backend issue that started today. I am going to merge this PR based on the fact that the tests ran and passed yesterday: #12720 (comment) |
Quality Gate passedIssues Measures |
Description
In an effort to increase our overall e2e test coverage, this PR aims to add E2E coverage for Importing a token via the asset watch flow. The test steps are as follows:
Launch app connected to test dapp
Go to test dapp with a deployed ERC20 contract
Tap on Add tokens to the wallet
Verify Asset Watch BottomSheet appears
Then Tap Add
Verify that the imported token is displayed in the wallet view
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist