Skip to content

Commit

Permalink
fix: e2e testing popup page
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Oct 16, 2024
1 parent 281645c commit 2eeef6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/app/playwright/crx/crx.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ test.describe('FuelWallet Extension', () => {
await waitWalletToLoad(popupPage);
await getByAriaLabel(popupPage, 'Selected Network').click();
await getElementByText(popupPage, 'Local network').click();
await popupPage.close();
});

await test.step('Add more accounts', async () => {
Expand Down

0 comments on commit 2eeef6a

Please sign in to comment.