feat(e2e): Sepolia USDT sell E2E test with MetaMask#915
Merged
TaprootFreak merged 2 commits intodevelopfrom Jan 13, 2026
Merged
feat(e2e): Sepolia USDT sell E2E test with MetaMask#915TaprootFreak merged 2 commits intodevelopfrom
TaprootFreak merged 2 commits intodevelopfrom
Conversation
- New comprehensive E2E test for complete sell flow on Sepolia testnet - Handles MetaMask wallet setup with Chrome 126 - Implements login flow: CRYPTO WALLET → MetaMask → Connect → Sign - Handles network switch popup (Mainnet → Sepolia) - Navigates to /sell with Sepolia USDT - Includes IBAN selection and transaction flow - Adds Sepolia Etherscan transaction verification with visual screenshot - Updates playwright.synpress.config.ts to include new test file Test command: npx playwright test --config=playwright.synpress.config.ts e2e/synpress/sepolia-sell-e2e.spec.ts
🤖 PR Review Bot
|
- Change default test amount from 0.01 to 10 USDT - Add wallet2 visual regression baseline screenshots
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
Test Coverage
How to Run
Status
🚧 Draft - Test flow works through authentication, still refining transaction completion handling.
Screenshots
Screenshots are saved to
e2e/screenshots/debug/during test execution.