-
Notifications
You must be signed in to change notification settings - Fork 5.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: [POM] Migrate contract interaction with snap account e2e tests to page object modal #27924
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
81823d8
Migrate create-snap-account.spec.ts to POM and move to test/e2e/tests…
devin-ai-integration[bot] bed4ad9
Merge remote-tracking branch 'origin/develop' into migrate-create-sna…
devin-ai-integration[bot] 4943472
Migrate snap-account-transfers.spec.ts to Page Object Model
devin-ai-integration[bot] 15c8b72
Move snap-account-transfers.spec.ts to account directory
devin-ai-integration[bot] d3daa11
fix
chloeYue f49961b
fix
chloeYue 8dcd039
fix
chloeYue 37edff5
fix
chloeYue 6eaa27e
fix
chloeYue 42a858c
fix
chloeYue 7c3a90f
Merge branch 'develop' into migrate-snap-account-transfers-to-pom
chloeYue bf88ab1
fix lint
chloeYue b5add2b
use methods in pom
chloeYue eaa2163
Merge branch 'develop' into migrate-snap-account-transfers-to-pom
chloeYue b459736
fix
chloeYue a6a002c
fix
chloeYue 6fa2d2e
fix
chloeYue eea19fc
fix firefox
chloeYue 2c6e483
fix firefox
chloeYue 6aa78c2
fix
chloeYue c4a9ce6
Migrate snap-account-signatures test to page object model
devin-ai-integration[bot] 70e1279
Update dependencies after test migration
devin-ai-integration[bot] 16b94f9
Revert commit 70e12791feb733d57cd76a5662c1e5022d7fffd4
devin-ai-integration[bot] abc245d
fix
chloeYue b94627a
corrections
chloeYue 44b3bcf
Migrate snap account tests to page object model
devin-ai-integration[bot] 8b51ec7
Revert changes in yarn.lock, tsconfig.json, and package.json
devin-ai-integration[bot] d1b8c6a
fix
chloeYue d88b0ba
fix
chloeYue 54eb775
Merge branch 'develop' into migrate-snap-account-contract-interaction
chloeYue 1918dac
fix
chloeYue 896208e
remove unused code
chloeYue 840f1e7
Merge branch 'develop' into migrate-snap-account-contract-interaction
chloeYue 93ee205
fix
chloeYue 1704229
Move createBtcAccount function to common-btc.ts
devin-ai-integration[bot] f064a64
Resolve merge conflicts and update common-btc.ts
devin-ai-integration[bot] abf0810
fix lint
chloeYue cd3a625
Merge branch 'migrate-snap-account-contract-interaction' of https://g…
chloeYue 418b5f0
fix
chloeYue e70582e
fix
chloeYue ba0a9ff
fix
chloeYue 21405dd
fix
chloeYue 4f0a9c2
fix
chloeYue 790fc30
Merge branch 'develop' into migrate-snap-account-contract-interaction
chloeYue becd0ca
lint
chloeYue aa28e03
fix
chloeYue 8affa54
reduce flakiness
chloeYue fb83141
reduce flakiness
chloeYue File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
90 changes: 0 additions & 90 deletions
90
test/e2e/accounts/snap-account-contract-interaction.spec.ts
This file was deleted.
Oops, something went wrong.
53 changes: 0 additions & 53 deletions
53
test/e2e/accounts/snap-account-signatures-and-disconnects.spec.ts
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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.
move this method from accounts/common file to this file