Skip to content

Commit 7fc1110

Browse files
committed
fix: reload dRep page after re-voting to ensure updated state
1 parent fc836e3 commit 7fc1110

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/govtool-frontend/playwright/tests/5-proposal-functionality/proposalFunctionality.dRep.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ test.describe("Perform voting", () => {
189189

190190
govActionDetailsPage = await governanceActionsPage.viewFirstVotedProposal();
191191
await govActionDetailsPage.reVote();
192+
193+
await dRepPage.reload();
194+
192195
await governanceActionsPage.votedTab.click();
193196

194197
const isNoVoteVisible = await govActionDetailsPage.currentPage

0 commit comments

Comments
 (0)