-
Notifications
You must be signed in to change notification settings - Fork 49
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
chore(e2e): convert transfer domain #4062
Conversation
38578cb
to
71fe7f9
Compare
Missing Translations ReportThe following translations are missing for this pull request. {
"missingLanguageItems": {
"zh-Hans": {
"missingCount": 0,
"labels": {},
"totalCount": 2038,
"allLabels": "{}"
},
"zh-Hant": {
"missingCount": 0,
"labels": {},
"totalCount": 2038,
"allLabels": "{}"
},
"fr": {
"missingCount": 0,
"labels": {},
"totalCount": 2038,
"allLabels": "{}"
},
"es": {
"missingCount": 0,
"labels": {},
"totalCount": 2038,
"allLabels": "{}"
},
"it": {
"missingCount": 0,
"labels": {},
"totalCount": 2038,
"allLabels": "{}"
}
},
"totalMissingCount": 0
} |
Build preview for DeFiChain Wallet is ready! Built with commit 7344a3f https://expo.io/@defichain/wallet?release-channel=pr-preview-4062 |
e464ee9
to
fe6dab7
Compare
mobile-app/cypress/e2e/functional/wallet/portfolio/send.spec.ts
Outdated
Show resolved
Hide resolved
5b99f5f
to
1ea0c5b
Compare
1ea0c5b
to
9e6cc19
Compare
Codecov Report
@@ Coverage Diff @@
## main #4062 +/- ##
===========================================
- Coverage 56.06% 40.06% -16.01%
===========================================
Files 438 438
Lines 12353 12353
Branches 4090 4090
===========================================
- Hits 6926 4949 -1977
- Misses 5343 7354 +2011
+ Partials 84 50 -34
... and 106 files with indirect coverage changes 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
woowww good job @Ramyasivan |
cy.getByTestID("dfi_token_amount").contains("5.0000"); | ||
cy.go("back"); | ||
}); | ||
}); |
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.
}); | |
}); | |
What this PR does / why we need it:
Which issue(s) does this PR fixes?:
Fixes #
Additional comments?:
Developer Checklist: