-
Notifications
You must be signed in to change notification settings - Fork 15
Child bounties module e2e tests #409
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
|
The end-to-end tests for the Review Suggestionspackages/shared/src/child_bounties.ts:1115, 1561, 1656, 1745, 1862, 1992, 2273, 2430 Multiple tests are checking for errors from the For example, on line 1115, |
You don't have context of the pallet. |
Added end-to-end tests to cover the main flows of the pallet_bounties module.
Key scenarios covered:
closes issue #293
WIP