Skip to content

Commit c62cf0d

Browse files
committed
fix: vote assertion check issue on revote with updated context
1 parent 6ac3128 commit c62cf0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ test.describe("Perform voting", () => {
264264
window.scrollTo(0, 500)
265265
);
266266
await expect(
267-
govActionDetailsPage.currentPage.getByTestId("my-vote").getByText("No"),
267+
govActionDetailsPage.currentPage.getByTestId("my-vote").getByText("Yes"),
268268
{
269269
message:
270270
!isYesVoteVisible &&

0 commit comments

Comments
 (0)