We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88908ec commit 1d10b8eCopy full SHA for 1d10b8e
tests/govtool-frontend/playwright/lib/helpers/featureFlag.ts
@@ -18,11 +18,7 @@ export const areDRepVoteTotalsDisplayed = async (proposal: IProposal) => {
18
);
19
}
20
21
- return ![
22
- GovernanceActionType.NoConfidence,
23
- GovernanceActionType.NewCommittee,
24
- GovernanceActionType.UpdatetotheConstitution,
25
- ].includes(proposal.type as GovernanceActionType);
+ return true;
26
};
27
28
export const areSPOVoteTotalsDisplayed = async (proposal: IProposal) => {
0 commit comments