@@ -11,7 +11,10 @@ import {
1111} from "@constants/staticWallets" ;
1212import { createTempDRepAuth } from "@datafactory/createAuth" ;
1313import { test } from "@fixtures/walletExtension" ;
14- import { correctDelegatedVoteAdaFormat } from "@helpers/adaFormat" ;
14+ import {
15+ correctDelegatedVoteAdaFormat ,
16+ correctDRepDirectoryFormat ,
17+ } from "@helpers/adaFormat" ;
1518import { setAllureEpic } from "@helpers/allure" ;
1619import { skipIfMainnet , skipIfNotHardFork } from "@helpers/cardano" ;
1720import { createNewPageWithWallet } from "@helpers/page" ;
@@ -265,7 +268,7 @@ test.describe("Abstain delegation", () => {
265268
266269 await expect (
267270 page . getByText (
268- `You have delegated ₳${ correctDelegatedVoteAdaFormat ( balance ) } `
271+ `You have delegated ₳${ correctDRepDirectoryFormat ( balance ) } `
269272 )
270273 ) . toBeVisible ( {
271274 timeout : 60_000 ,
@@ -296,7 +299,7 @@ test.describe("No confidence delegation", () => {
296299 const balance = await kuberService . getBalance ( adaHolder04Wallet . address ) ;
297300 await expect (
298301 page . getByText (
299- `You have delegated ₳${ correctDelegatedVoteAdaFormat ( balance ) } `
302+ `You have delegated ₳${ correctDRepDirectoryFormat ( balance ) } `
300303 )
301304 ) . toBeVisible ( {
302305 timeout : 60_000 ,
@@ -325,7 +328,7 @@ test.describe("Delegated ADA visibility", () => {
325328 ) ;
326329 await expect (
327330 page . getByText (
328- `You have delegated ₳ ${ correctDelegatedVoteAdaFormat ( adaHolderVotingPower ) } `
331+ `You have delegated ₳ ${ correctDRepDirectoryFormat ( adaHolderVotingPower ) } `
329332 )
330333 ) . toBeVisible ( { timeout : 60_000 } ) ;
331334
0 commit comments