Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronfigueiredo committed Jul 10, 2024
1 parent 3cb2611 commit 49e33f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
TestSuiteArguments,
toggleAdvancedDetails,
toggleOnCustomNonce,
toggleOnHexData,
} from './shared';

const { hexToNumber } = require('@metamask/utils');
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/tests/confirmations/transactions/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Driver } from '../../../webdriver/driver';
const { WINDOW_TITLES } = require('../../../helpers');
const { scrollAndConfirmAndAssertConfirm } = require('../helpers');

export interface TestSuiteArguments {
export type TestSuiteArguments {
driver: Driver;
contractRegistry?: GanacheContractAddressRegistry;
}
Expand Down

0 comments on commit 49e33f9

Please sign in to comment.