Skip to content

Commit

Permalink
test: skip a e2e test about the select network
Browse files Browse the repository at this point in the history
  • Loading branch information
helciofranco committed Sep 16, 2024
1 parent 4badb08 commit 3457119
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/app/playwright/crx/crx.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,8 @@ test.describe('FuelWallet Extension', () => {
await getByAriaLabel(popupPage, 'Close dialog').click();
});

await test.step('window.fuel.selectNetwork()', async () => {
// @TODO: We can enable this test once we update the @fuels/connectors version
await test.skip('window.fuel.selectNetwork()', async () => {
function selectNetwork(network: SelectNetworkArguments) {
return blankPage.evaluate(
async ([network]) => {
Expand Down

0 comments on commit 3457119

Please sign in to comment.