-
Notifications
You must be signed in to change notification settings - Fork 15
Port bounties E2E tests to Kusama AH #441
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
Conversation
Will be left to follow-up PR.
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.
The changes in packages/shared/src/bounties.ts are generally good, replacing existentialDeposit with the more appropriate bountyValueMinimum and parameterizing tests with a testConfig object. However, there is a stylistic issue with function call formatting that impacts readability.
2abe5b1 to
12b1326
Compare
`proxy.ProxyExecuted` event is enough for analysis to make the test robust.
12b1326 to
3e17e60
Compare
|
@xlc Would also appreciate a review here. Thanks is advance! |
|
No issues found |
Also, the polkadot bounties E2E test tree instantiation mistakenly used a parachain test tree configuration.
The CI runners and my local machine disagree on the results of a test. The introduced workflow is to have a lower turnarround time for debugging.
Closes #440 .
@dhirajs0 See the body of that issue for the steps required to fix this; it'll be relevant for #409 and #439 .