Skip to content

Commit

Permalink
added dev build, moved to using href
Browse files Browse the repository at this point in the history
  • Loading branch information
witmicko committed Nov 21, 2023
1 parent 186af61 commit 15202a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/metamask-block.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ test('correctly matches unicode domains', async ({ context, page }) => {
await page.waitForLoadState('networkidle');

await expect(page).toHaveURL(
// 'https://github.com/MetaMask/eth-phishing-detect/issues/new?title=[Legitimate%20Site%20Blocked]%20test.com&body=https%3A%2F%2Fmetamạsk.io',
'https://github.com/MetaMask/eth-phishing-detect/issues/new?title=[Legitimate%20Site%20Blocked]%20xn--metamsk-en4c.io&body=https%3A%2F%2Fxn--metamsk-en4c.io%2F'
'https://github.com/MetaMask/eth-phishing-detect/issues/new?title=[Legitimate%20Site%20Blocked]%20test.com&body=https%3A%2F%2Fmetamạsk.io',
);
});

0 comments on commit 15202a6

Please sign in to comment.