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

Enhance transactions test #407

Open
Tbaut opened this issue Oct 18, 2023 · 0 comments
Open

Enhance transactions test #407

Tbaut opened this issue Oct 18, 2023 · 0 comments
Labels
Priority: 🟠 P1 Added to issues and PRs relating to a high severity bugs. 🧪 Test

Comments

@Tbaut
Copy link
Collaborator

Tbaut commented Oct 18, 2023

The test that we have right now in

describe('Perform transactions', () => {
is a PoC. We should enhance it with

  • in "Makes a balance transfer with Alice"
    Once the TX has been submitted verify that
    • it gets displayed eventually (this takes probably 30s)
    • the decoded data is correct and that we show the right sender and balance (in ROC)
    • the signers is correct (e.g that only Alice signed)
    • the threshold is correct (e.g 1/2)
    • we can click on "review"
    • we can only reject with Alice
    • can approve with Bob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: 🟠 P1 Added to issues and PRs relating to a high severity bugs. 🧪 Test
Projects
None yet
Development

No branches or pull requests

1 participant