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

E2E tests: Construct -> Sign -> Submit #2949

Merged
merged 3 commits into from
Oct 5, 2021

Conversation

piotr-iohk
Copy link
Contributor

  • 23c7cc1
    Update fixture wallets

  • 62b12ef
    regenerate gemfile

  • ae88457
    E2E tests: Construct -> Sign -> Submit

Comments

I've added some e2e tests for construct -> sign -> submit. (for extended testing of sign ep) These tests are to be executed against testnet:

Screenshot from 2021-10-05 18-21-02

There are still some tests to be unpended in integration tests after KtorZ/ADP-919/sign-transaction is merged. Can be done here or in subsequent pr.

Issue Number

ADP-919

@piotr-iohk piotr-iohk self-assigned this Oct 5, 2021
available = SHELLEY.wallets.get(@target_id)['balance']['available']['quantity']
total = SHELLEY.wallets.get(@target_id)['balance']['total']['quantity']
(available == amt + available_before) && (total == amt + total_before)
end
Copy link
Member

Choose a reason for hiding this comment

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

👍

tx_constructed = SHELLEY.transactions.construct(@wid,
payments = nil,
withdrawal = nil,
metadata)
Copy link
Member

Choose a reason for hiding this comment

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

👍

@piotr-iohk
Copy link
Contributor Author

bors r+

@iohk-bors
Copy link
Contributor

iohk-bors bot commented Oct 5, 2021

Build succeeded:

@iohk-bors iohk-bors bot merged commit ba3d8d5 into master Oct 5, 2021
@iohk-bors iohk-bors bot deleted the piotr/adp-919/e2e-testnet-testing branch October 5, 2021 18:42
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.

2 participants