Skip to content
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

feat(e2e-connector-test): add burner wallet tests #201

Draft
wants to merge 28 commits into
base: main
Choose a base branch
from

Conversation

nelitow
Copy link
Contributor

@nelitow nelitow commented Aug 22, 2024

This PR creates simple tests for the Burner Wallet connector in the react-app.
The tests are only regarding stability of the connection. No transfer and increment tests are done at this moment.

Tests:

  • should connect and show fuel address
  • should connect, disconnect, and reconnect
  • should connect, refresh and stay connected
  • should connect, disconnect, refresh and stay disconnected
  • should execute transfer
  • should execute increment (contract call)

Copy link

vercel bot commented Aug 22, 2024

@nelitow is attempting to deploy a commit to the Fuel Labs Team on Vercel.

A member of the Team first needs to authorize it.

@nelitow nelitow changed the title Nj/feat/burner waller connector test feat(e2e-connector-test): add burner wallet tests Aug 22, 2024
Copy link
Contributor

@LuizAsFight LuizAsFight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

implement ther est of tests needed to close #211

@nelitow
Copy link
Contributor Author

nelitow commented Aug 30, 2024

implement ther est of tests needed to close #211

As I'm currently unable to add funds due to being unable to get the Burner Wallet data to transfer to it like the FuelWallet connector, and I'm unable to use the Faucet, how should we proceed with the requirements? @LuizAsFight

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create e2e test for BurnerWalletConnector on Examples/React app
2 participants