Skip to content

Commit cdd5640

Browse files
committed
refactor: remove unused skipTestForProposalBudget function
1 parent 54e6e0d commit cdd5640

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

tests/govtool-frontend/playwright/lib/helpers/cardano.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,3 @@ export async function skipIfMainnet() {
6565
test.skip();
6666
}
6767
}
68-
69-
export async function skipTestForProposalBudget() {
70-
await allure.description("Proposal budget features are not yet available.");
71-
test.skip();
72-
}

tests/govtool-frontend/playwright/lib/pages/budgetDiscussionDetailsPage.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
import { expect, Page } from "@playwright/test";
2-
import {
3-
BudgetProposalProps,
4-
CommentResponse,
5-
} from "@types";
2+
import { BudgetProposalProps, CommentResponse } from "@types";
63
import environments from "lib/constants/environments";
74

85
export default class BudgetDiscussionDetailsPage {

0 commit comments

Comments
 (0)