Closed
Conversation
dadiorchen
approved these changes
Dec 13, 2025
| "@wdio/local-runner": "^9.18.4", | ||
| "@wdio/spec-reporter": "^9.18.0", | ||
| "chromedriver": "^141.0.0", | ||
| "chromedriver": "^143.0.1", |
| @@ -12,7 +12,6 @@ async function createWallet(walletData: Wallet, token: string) { | |||
| }, | |||
| { | |||
| headers: { | |||
Collaborator
There was a problem hiding this comment.
@nachikamod am I correct, because we are using Bearer token of user, so we don’t need the wallet api key anymore, right?
Collaborator
Author
|
Closing this PR and creating a new one |
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.
Description
This commit fixes and implements create wallet function and bdd.
Fixes: #631
Changes Made
Changes in
appsfolder (specify the app and briefly describe thechanges):
Web: Adds data-test for each wallet name for each wallet row for easy access in tests and updates.env.examplefor correct environment variables needed for the web.bdd: Fixes create wallet bdd and updates step definitions for more robust wallet creation confirmation using nameChanges in
packagesfolder (specify the package and briefly describethe changes):
wallet: Removes unused environment variableWALLET_API_KEYas its not needed for the apiType of Change
functionality to not work as expected)
How Has This Been Tested?
Checklist: