We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e6e0d commit cdd5640Copy full SHA for cdd5640
tests/govtool-frontend/playwright/lib/helpers/cardano.ts
@@ -65,8 +65,3 @@ export async function skipIfMainnet() {
65
test.skip();
66
}
67
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
@@ -1,8 +1,5 @@
1
import { expect, Page } from "@playwright/test";
2
-import {
3
- BudgetProposalProps,
4
- CommentResponse,
5
-} from "@types";
+import { BudgetProposalProps, CommentResponse } from "@types";
6
import environments from "lib/constants/environments";
7
8
export default class BudgetDiscussionDetailsPage {
0 commit comments