From 41e12e8ce68a3893e4bf9c5ab30ee1c57dae172b Mon Sep 17 00:00:00 2001 From: vasapornchaiyakul <134899205+vasapornchaiyakul@users.noreply.github.com> Date: Wed, 31 Jan 2024 21:00:20 +0700 Subject: [PATCH] test --- wallet-automation/typhon/typhon-wallet-registration.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet-automation/typhon/typhon-wallet-registration.spec.ts b/wallet-automation/typhon/typhon-wallet-registration.spec.ts index 99a89f8037..39b60b3f30 100644 --- a/wallet-automation/typhon/typhon-wallet-registration.spec.ts +++ b/wallet-automation/typhon/typhon-wallet-registration.spec.ts @@ -142,5 +142,5 @@ test('import wallet', async ({ }) => { // Keeping the browser open for debugging and verifying (remove the timeout or adjust as needed) // await page.waitForTimeout(300000); // Adjust the time as needed // await new Promise(resolve => { /* never resolves */ }); - // test + // testing })