Skip to content

Commit d519c20

Browse files
committed
fix: correct expected count for Governance actions visibility test
1 parent e99b365 commit d519c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/govtool-frontend/playwright/tests/4-proposal-visibility/proposalVisibility.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test("4A_2. Should access Governance Actions page without connecting wallet", as
2222
await page.goto("/");
2323
await page.getByTestId("move-to-governance-actions-button").click();
2424

25-
await expect(page.getByText(/Governance actions/i)).toHaveCount(2);
25+
await expect(page.getByText(/Governance actions/i)).toHaveCount(1);
2626
});
2727

2828
test("4B_2. Should restrict voting for users who are not registered as DReps (without wallet connected)", async ({

0 commit comments

Comments
 (0)