mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
remove redundant code (#15306)
This commit is contained in:
parent
a0c9738924
commit
b60325cbcb
@ -14,7 +14,6 @@ describe('Address Book', function () {
|
||||
it('Adds an entry to the address book and sends eth to that address', async function () {
|
||||
await withFixtures(
|
||||
{
|
||||
dapp: true,
|
||||
fixtures: 'imported-account',
|
||||
ganacheOptions,
|
||||
title: this.test.title,
|
||||
|
@ -14,7 +14,6 @@ describe('Navigate transactions', function () {
|
||||
it('should navigate the unapproved transactions', async function () {
|
||||
await withFixtures(
|
||||
{
|
||||
dapp: true,
|
||||
fixtures: 'navigate-transactions',
|
||||
ganacheOptions,
|
||||
title: this.test.title,
|
||||
@ -150,7 +149,6 @@ describe('Navigate transactions', function () {
|
||||
it('should reject and remove an unapproved transaction', async function () {
|
||||
await withFixtures(
|
||||
{
|
||||
dapp: true,
|
||||
fixtures: 'navigate-transactions',
|
||||
ganacheOptions,
|
||||
title: this.test.title,
|
||||
@ -182,7 +180,6 @@ describe('Navigate transactions', function () {
|
||||
it('should confirm and remove an unapproved transaction', async function () {
|
||||
await withFixtures(
|
||||
{
|
||||
dapp: true,
|
||||
fixtures: 'navigate-transactions',
|
||||
ganacheOptions,
|
||||
title: this.test.title,
|
||||
@ -214,7 +211,6 @@ describe('Navigate transactions', function () {
|
||||
it('should reject and remove all unapproved transactions', async function () {
|
||||
await withFixtures(
|
||||
{
|
||||
dapp: true,
|
||||
fixtures: 'navigate-transactions',
|
||||
ganacheOptions,
|
||||
title: this.test.title,
|
||||
|
@ -25,7 +25,6 @@ describe('Settings Search', function () {
|
||||
it('should find element inside the General tab', async function () {
|
||||
await withFixtures(
|
||||
{
|
||||
dapp: true,
|
||||
fixtures: 'imported-account',
|
||||
ganacheOptions,
|
||||
title: this.test.title,
|
||||
@ -52,7 +51,6 @@ describe('Settings Search', function () {
|
||||
it('should find element inside the Advanced tab', async function () {
|
||||
await withFixtures(
|
||||
{
|
||||
dapp: true,
|
||||
fixtures: 'imported-account',
|
||||
ganacheOptions,
|
||||
title: this.test.title,
|
||||
@ -80,7 +78,6 @@ describe('Settings Search', function () {
|
||||
it('should find element inside the Contacts tab', async function () {
|
||||
await withFixtures(
|
||||
{
|
||||
dapp: true,
|
||||
fixtures: 'imported-account',
|
||||
ganacheOptions,
|
||||
title: this.test.title,
|
||||
@ -108,7 +105,6 @@ describe('Settings Search', function () {
|
||||
it('should find element inside the Security tab', async function () {
|
||||
await withFixtures(
|
||||
{
|
||||
dapp: true,
|
||||
fixtures: 'imported-account',
|
||||
ganacheOptions,
|
||||
title: this.test.title,
|
||||
@ -136,7 +132,6 @@ describe('Settings Search', function () {
|
||||
it('should find element inside the Alerts tab', async function () {
|
||||
await withFixtures(
|
||||
{
|
||||
dapp: true,
|
||||
fixtures: 'imported-account',
|
||||
ganacheOptions,
|
||||
title: this.test.title,
|
||||
@ -164,7 +159,6 @@ describe('Settings Search', function () {
|
||||
it('should find element inside the Networks tab', async function () {
|
||||
await withFixtures(
|
||||
{
|
||||
dapp: true,
|
||||
fixtures: 'imported-account',
|
||||
ganacheOptions,
|
||||
title: this.test.title,
|
||||
@ -192,7 +186,6 @@ describe('Settings Search', function () {
|
||||
it('should find element inside the Experimental tab', async function () {
|
||||
await withFixtures(
|
||||
{
|
||||
dapp: true,
|
||||
fixtures: 'imported-account',
|
||||
ganacheOptions,
|
||||
title: this.test.title,
|
||||
@ -220,7 +213,6 @@ describe('Settings Search', function () {
|
||||
it('should find element inside the About tab', async function () {
|
||||
await withFixtures(
|
||||
{
|
||||
dapp: true,
|
||||
fixtures: 'imported-account',
|
||||
ganacheOptions,
|
||||
title: this.test.title,
|
||||
@ -248,7 +240,6 @@ describe('Settings Search', function () {
|
||||
it('should display "Element not found" for a non-existing element', async function () {
|
||||
await withFixtures(
|
||||
{
|
||||
dapp: true,
|
||||
fixtures: 'imported-account',
|
||||
ganacheOptions,
|
||||
title: this.test.title,
|
||||
|
Loading…
Reference in New Issue
Block a user