Skip to content

Commit

Permalink
chore: remove page pause
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Oct 28, 2024
1 parent 725a423 commit 6e1ca1a
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 @@ -89,7 +89,6 @@ test.describe('Networks', () => {
await getByAriaLabel(page, 'Selected Network').click();
const items = page.locator('[aria-label*=fuel_network]');
await expect(items).toHaveCount(2);
await page.pause();
await getByAriaLabel(page, 'Remove').first().click();
await hasText(page, /Are you sure/i);
await getButtonByText(page, /confirm/i).click();
Expand Down

0 comments on commit 6e1ca1a

Please sign in to comment.