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

remove redundant code (#15306)

This commit is contained in:
PeterYinusa 2022-07-21 14:46:50 +01:00 committed by GitHub
parent a0c9738924
commit b60325cbcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 14 deletions

View File

@ -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,

View File

@ -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,

View File

@ -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,