From 7a3bc90b623170199bb230a3e62daf144906bb1f Mon Sep 17 00:00:00 2001 From: Niraj Date: Wed, 16 Oct 2024 13:06:16 +0545 Subject: [PATCH] fix: correct testId for CC committee yes votes --- .../playwright/lib/pages/governanceActionDetailsPage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/govtool-frontend/playwright/lib/pages/governanceActionDetailsPage.ts b/tests/govtool-frontend/playwright/lib/pages/governanceActionDetailsPage.ts index 78c52a11f..3508c39e9 100644 --- a/tests/govtool-frontend/playwright/lib/pages/governanceActionDetailsPage.ts +++ b/tests/govtool-frontend/playwright/lib/pages/governanceActionDetailsPage.ts @@ -46,7 +46,7 @@ export default class GovernanceActionDetailsPage { ); readonly ccCommitteeYesVotes = this.page.getByTestId( - "submitted-votes-sPos-no" + "submitted-votes-ccCommittee-yes" ); readonly ccCommitteeNoVotes = this.page.getByTestId( "submitted-votes-ccCommittee-no"