Skip to content

Commit 20ac5d0

Browse files
committed
fix: crypto not found issue
1 parent 7635f81 commit 20ac5d0

File tree

1 file changed

+1
-0
lines changed
  • tests/govtool-frontend/playwright/lib/helpers

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import DRepDirectoryPage from "@pages/dRepDirectoryPage";
22
import { Page } from "@playwright/test";
33
import { IDRep } from "@types";
44
import { bech32 } from "bech32";
5+
import * as crypto from "crypto";
56

67
export async function fetchFirstActiveDRepDetails(page: Page) {
78
let dRepGivenName: string;

0 commit comments

Comments
 (0)