diff --git a/tests/govtool-frontend/playwright/tests/2-delegation/delegation.loggedin.spec.ts b/tests/govtool-frontend/playwright/tests/2-delegation/delegation.loggedin.spec.ts index 4490463c0..837c41011 100644 --- a/tests/govtool-frontend/playwright/tests/2-delegation/delegation.loggedin.spec.ts +++ b/tests/govtool-frontend/playwright/tests/2-delegation/delegation.loggedin.spec.ts @@ -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 }) => { diff --git a/tests/govtool-frontend/playwright/tests/2-delegation/delegation.spec.ts b/tests/govtool-frontend/playwright/tests/2-delegation/delegation.spec.ts index 8cac54d43..ddd37c318 100644 --- a/tests/govtool-frontend/playwright/tests/2-delegation/delegation.spec.ts +++ b/tests/govtool-frontend/playwright/tests/2-delegation/delegation.spec.ts @@ -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 }) => {