Skip to content

Commit

Permalink
fix: deleted commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
alicechaitea committed Feb 26, 2024
1 parent 540f025 commit 5b533dd
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,4 @@ test('import wallet', async ({ }) => {
const addNew = '//*[@id="app"]/div/div/div[3]/div/div[2]/div/div/div[4]';
await newTab.waitForSelector(addNew, { state: 'visible' });
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 */ });

});

0 comments on commit 5b533dd

Please sign in to comment.