1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

enable skipped test (#14378)

This commit is contained in:
PeterYinusa 2022-04-14 13:33:33 +01:00 committed by GitHub
parent 0f4417684b
commit 99461941f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,3 @@
/* eslint-disable mocha/no-skipped-tests */
const { strict: assert } = require('assert'); const { strict: assert } = require('assert');
const { convertToHexValue, withFixtures } = require('../helpers'); const { convertToHexValue, withFixtures } = require('../helpers');
@ -30,7 +29,7 @@ describe('Phishing Detection', function () {
}, },
], ],
}; };
it.skip('should display the MetaMask Phishing Detection page', async function () { it('should display the MetaMask Phishing Detection page', async function () {
await withFixtures( await withFixtures(
{ {
fixtures: 'imported-account', fixtures: 'imported-account',