From b0073a1d2384f4308821b41568a6592a326232e4 Mon Sep 17 00:00:00 2001 From: MK Date: Tue, 17 Dec 2024 19:29:48 +0000 Subject: [PATCH] chore: fix tests --- apps/laboratory/tests/wallet-features.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/laboratory/tests/wallet-features.spec.ts b/apps/laboratory/tests/wallet-features.spec.ts index 39a384274b..aaca1eae20 100644 --- a/apps/laboratory/tests/wallet-features.spec.ts +++ b/apps/laboratory/tests/wallet-features.spec.ts @@ -9,7 +9,7 @@ let validator: ModalWalletValidator let context: BrowserContext /* eslint-enable init-declarations */ -const ABSOLUTE_WALLET_ID = 'bfa6967fd05add7bb2b19a442ac37cedb6a6b854483729194f5d7185272c5594' +const MATH_WALLET_ID = '7674bb4e353bf52886768a3ddc2a4562ce2f4191c80831291218ebd90f5f5e26' const METAMASK_WALLET_ID = 'c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96' // -- Setup -------------------------------------------------------------------- @@ -96,7 +96,7 @@ walletFeaturesTest('it should open web app wallet', async () => { await page.openAllWallets() await page.page.waitForTimeout(500) await page.search('absolute wallet') - await page.clickAllWalletsListSearchItem(ABSOLUTE_WALLET_ID) + await page.clickAllWalletsListSearchItem(MATH_WALLET_ID) await page.page.waitForTimeout(500) await page.clickTabWebApp() const copiedLink = await page.clickCopyLink()