Skip to content

Commit

Permalink
don't expect test to fail anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Jan 13, 2025
1 parent 0eb8f7d commit 0d50cd2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/e2e/special.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ test('iframe navigate does not de-monetize main page', async ({
page,
popup,
}) => {
test.fail(
true,
'https://github.com/interledger/web-monetization-extension/issues/819',
);
const walletAddressUrl = process.env.TEST_WALLET_ADDRESS_URL;
const playgroundUrl = 'https://webmonetization.org/play/';

Expand Down Expand Up @@ -136,7 +132,6 @@ test('iframe navigate does not de-monetize main page', async ({
});
});

// this fails
await expect(popup.getByTestId('not-monetized-message')).not.toBeVisible();
await expect(popup.getByTestId('home-page')).toBeVisible();
});
Expand Down

0 comments on commit 0d50cd2

Please sign in to comment.