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 })