Skip to content

Commit

Permalink
fix: inactivate debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
alicechaitea committed Feb 16, 2024
1 parent c857b50 commit 0945ae0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ test('import wallet', async ({ }) => {
await newTab.click(addNew);

// 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 */ });
// await page.waitForTimeout(300000); // adjust the time as needed
// await new Promise(resolve => { /* never resolves */ });

});

0 comments on commit 0945ae0

Please sign in to comment.