Skip to content

Commit

Permalink
chore: remove debug page pause
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Oct 16, 2024
1 parent d612288 commit 6f8bc16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/app/playwright/e2e/Networks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ test.describe('Networks', () => {
await visit(page, '/wallet');
await getByAriaLabel(page, 'Selected Network').click();
const networkItems = page.locator('[aria-label^="fuel_network-item-"]');
await page.pause();
for (const networkItem of await networkItems.all()) {
const networkName = await networkItem
.locator('[aria-label="Network name"]')
Expand Down

0 comments on commit 6f8bc16

Please sign in to comment.