Skip to content

Commit

Permalink
Update setup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchengzhu authored Dec 21, 2023
1 parent 077023a commit 05129b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/jest/setup.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { bootstrap } from "@chainsafe/dappeteer";
import { RECOMMENDED_METAMASK_VERSION } from "@chainsafe/dappeteer/dist/index";
// import { RECOMMENDED_METAMASK_VERSION } from "@chainsafe/dappeteer/dist/index";

import Config from "../config";
import createTransactionData from "../src/create_test_data/createTestDataManage";

export const MetaMaskOptions = {
metaMaskVersion: RECOMMENDED_METAMASK_VERSION,
metaMaskVersion: "v11.0.0",
automation: "puppeteer",
// https://developer.chrome.com/articles/new-headless/
headless: process.env.HEADLESS ? 'new' : false,
Expand Down

0 comments on commit 05129b8

Please sign in to comment.