issues
search
FlutterPlaza
/
FinFlow
MIT License
5
stars
7
forks
source link
feat: Virtual Card display and swiping feature Integration test
#147
Closed
jeffrey0606
closed
1 year ago
jeffrey0606
commented
1 year ago
Description
Write tests to check swipe upward or downward to change the virtual card displayed
Write tests to check swipe left or right to change the physical card added to their account
Write test on toggling between showing the card’s complete details and the card’s incomplete details.
Updated to some widgets to fit in tests
Type of Change
[x] ✨ New feature (non-breaking change which adds functionality)
[ ] 🛠️ Bug fix (non-breaking change which fixes an issue)
[ ] ❌ Breaking change (fix or feature that would cause existing functionality to change)
[x] 🧹 Code refactor
[ ] ✅ Build configuration change
[ ] 📝 Documentation
[ ] 🗑️ Chore
Pre-launch Checklist
[ ] I read the
Contributor Guide
and followed the process outlined there for submitting PRs.
[ ] I read and ran all relevant commands as specififed in the Running Tests section of the
Contributor Guide
.
[ ] The title of the PR follows the
Conventional Commits
guideline
[ ] My local branch follows the naming standards in the
Deepsource Branch Naming Convention
or
Biodiversity Branch Naming Convention
[ ] I listed at least one issue that this PR fixes in the description above.
[ ] I updated
pubspec.yaml
with an appropriate new version according to the
pub versioning philosophy
,
[ ] I updated/added relevant documentation (doc comments with
///
).
[ ] I added new tests to check the change I am making, or this PR is [test-exempt].
[ ] All existing and new tests are passing.
Description
Type of Change
Pre-launch Checklist
pubspec.yaml
with an appropriate new version according to the pub versioning philosophy,///
).