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:
parent
0f4417684b
commit
99461941f8
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user