Skip to content

Commit

Permalink
chore: replace viewFirstDRepVoteEnabledGovAction with viewFirstGovAction
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerose committed Dec 23, 2024
1 parent da05827 commit da3bc3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ test.describe("Logged in DRep", () => {
? await govActionsPage.viewFirstProposalByGovernanceAction(
GovernanceActionType.InfoAction
)
: await govActionsPage.viewFirstDRepVoteEnabledGovernanceAction();
: await govActionsPage.viewFirstProposal();

await govActionDetailsPage.contextBtn.click();
await govActionDetailsPage.contextInput.fill(faker.lorem.sentence(200));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ test.describe("Proposal checks", () => {
? await govActionsPage.viewFirstProposalByGovernanceAction(
GovernanceActionType.InfoAction
)
: await govActionsPage.viewFirstDRepVoteEnabledGovernanceAction();
: await govActionsPage.viewFirstProposal();
});

test("5A. Should show relevant details about governance action as DRep", async () => {
Expand Down Expand Up @@ -157,7 +157,7 @@ test.describe("Perform voting", () => {
? await govActionsPage.viewFirstProposalByGovernanceAction(
GovernanceActionType.InfoAction
)
: await govActionsPage.viewFirstDRepVoteEnabledGovernanceAction();
: await govActionsPage.viewFirstProposal();
});

test("5E. Should re-vote with new data on a already voted governance action", async ({}, testInfo) => {
Expand Down

0 comments on commit da3bc3b

Please sign in to comment.