Removing unnecessary params from withFixtures function call. (#10831)

feature/default_network_editable
Niranjana Binoy 4 years ago committed by GitHub
parent e142bf0c5e
commit dc1a036786
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      test/e2e/tests/address-book.spec.js
  2. 1
      test/e2e/tests/send-edit.spec.js

@ -91,7 +91,6 @@ describe('Address Book', function () {
it('Sends to an address book entry', async function () {
await withFixtures(
{
dapp: true,
fixtures: 'address-entry',
ganacheOptions,
title: this.test.title,

@ -20,7 +20,6 @@ describe('Editing Confirm Transaction', function () {
};
await withFixtures(
{
dapp: true,
fixtures: 'send-edit',
ganacheOptions,
title: this.test.title,

Loading…
Cancel
Save