test: add comprehensive test suites for payment features - #641
Open
janipauwels-sys wants to merge 4 commits into
Open
test: add comprehensive test suites for payment features#641janipauwels-sys wants to merge 4 commits into
janipauwels-sys wants to merge 4 commits into
Conversation
…nt reference - Test copy button renders adjacent to payment reference - Test clipboard API is called when button clicked - Test 'Copied!' confirmation appears for 2 seconds - Implements feature from issue Stellar-split#593
…ayModal - Test 'Pay All' button is disabled when wallet disconnected - Test disabled button shows tooltip 'Connect your wallet to continue' - Test button enabled when wallet connected - Test button state changes when wallet connects/disconnects - Implements feature from issue Stellar-split#596
…icate - Test print-only styling with @media print - Test navigation hidden when printing - Test font sizes suitable for print output - Test content width constrained for A4/Letter page sizes - Test all recipients and payments displayed in table format - Test QR code included for verification - Implements feature from issue Stellar-split#595
…thodSelector - Test ArrowDown moves focus to next option - Test ArrowUp moves focus to previous option - Test Enter and Space keys confirm selection - Test focus wraps around (circular navigation) - Test proper ARIA roles (listbox, option) - Test keyboard-only accessibility without mouse - Test saves preference to localStorage - Implements feature from issue Stellar-split#594
|
@janipauwels-sys Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
|
@primeforce is attempting to deploy a commit to the kingsman-99's projects Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds comprehensive test suites for four payment-related features:
Test Coverage
Issue #593 - Payment Reference Copy Button
Issue #594 - Arrow Key Navigation
Issue #595 - Print Stylesheet
Issue #596 - Wallet Connection State
Testing
All tests follow the existing patterns in the codebase using Vitest and React Testing Library. Each feature has dedicated test cases covering the requirements from the GitHub issues.
Closes #596
Closes #595
Closes #594
Closes #593