Skip to content

Commit

Permalink
fix: remove unnecessary mainnet dummy dRep id
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerose committed Dec 23, 2024
1 parent b1ee1ea commit 63b50c4
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 @@ -76,8 +76,8 @@ test("2X_2. Should include info button and voting power on the Signal-No-Confide
});

test.describe("DRep dependent tests", () => {
let dRepGivenName = "test";
let dRepId = "drep1ef7uslcjhjqrn4vv2y39c3yn345gzjsg7yufn76zye3v6fkz23q";
let dRepGivenName: string;
let dRepId: string;
let dRepDirectoryPage: DRepDirectoryPage;

test.beforeEach(async ({ page }) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ test("2M. Should access dRep directory page on disconnected state", async ({
});

test.describe("DRep dependent tests", () => {
let dRepId = "drep1ef7uslcjhjqrn4vv2y39c3yn345gzjsg7yufn76zye3v6fkz23q";
let dRepId: string;
let dRepDirectoryPage: DRepDirectoryPage;

test.beforeEach(async ({ page }) => {
Expand Down

0 comments on commit 63b50c4

Please sign in to comment.