---
tags: v3, admin, testing
---
# Admin Test Session (9/16/22)
## Proposals Passing That Shouldn't
- Not taking quorum into consideration when evaluating if a proposal has passed
- Every member has 25 shares, and there are 100 shares in the DAO
- 25 shares voted yes and quorum was set to 50, but the proposal is passing
- Execute is disabled, but the error shows "Network error"
- During voting and grace period it's working properly but in the *Ready for Processing* step the logic is incorrect potentially in the 'setting proposal status step'
## Proposal Details View
- **Quorum issue**:
- Looking at the proposal history (ActionCard is the same code)
- Proposal lifecycle elements are here
- Grace period: working as intended
- Ready for processing: indicates that the proposal has passed despite not meeting quorum
- This stage of the lifecycle isn't taking quorum into consideration before indicating a proposal has passed
## Proposal Submission
- After proposal is submitted, do we want to show the proposal details instead of the form to submit another one?
- By default have this go to the proposal details, but have a radio button with a 'Add Another' toggle that allows user to submit a second proposal
- Include a link at the minimum
- Switching wallet after voting and trying to vote on a proposal with a second wallet caused an error
- No indicator in the UI that the vote was processing
- Grace Period Status: Missing closing parentheses on the user's vote
## Proposal Processing
- Processing required when proposal doesn't pass based on quorum not met
- Processing not required when proposal doesn't pass based on being down voted
## Proposal Long Title
- Long titles are wrapping but are now pushing the link out of the container
-