IntersectMBO / IntersectMBO/govtool
🐛 Bug: Cannot submit "No Confidence" Governance Action from Proposal Discussion Forum
- Dominant language
- HTML
- Stars
- 21
- Forks
- 29
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 7
Description
### Area
Other
### Domain
preview.gov.tools
### Which wallet were you using?
_No response_
### Context
When attempting to submit a "No Confidence" proposal as a Governance Action through the Proposal Discussion Forum, the modal indicating metadata validation appears but disappears after a short time without completing the submission. No error appears in the browser console. This behavior differs from other GA types, which proceed normally to transaction submission. It may be related to the recent enactment of a new committee GA and possible enforcement of CIP-1694 guardrails.
Reference to failed test case - [7H_4. Should submit a motion of no confidence proposal as governance action](https://intersectmbo.github.io/govtool-test-reports/qa/govtool-frontend/463/#suites/b6b620c00c271dbda59ce8d39bd5705c/570808165af98655/)
### Steps to reproduce
1. Create a new proposal of type "No Confidence" in the Proposal Discussion Forum.
2. Click "Submit as Governance Action".
3. Metadata is generated and a modal appears indicating GovTool is checking metadata.
4. Wait for the modal to complete.
5. Observe that the modal disappears without prompting the user to sign the transaction.
### Actual behavior
- The metadata validation modal closes without further action.
- No transaction is submitted.
- No error is shown in the browser console.
- The proposal remains off-chain.
### Expected behavior
- After metadata validation, the transaction should be submitted on-chain after signing
Contributor guide
Assessment
This issue has not been assessed yet.