pull/5343/head
bunsenstraat 3 weeks ago committed by Aniket
parent 76ba714395
commit 1d10f2290f
  1. 2
      apps/remix-ide-e2e/src/tests/metamask.test.ts

@ -148,7 +148,7 @@ if (!checkBrowserIsChrome(browser)) {
module.exports = {}
} else {
module.exports = {
... (branch ? (isMasterBranch ? tests : {}) : tests),
...tests// (branch ? (isMasterBranch ? tests : {}) : tests),
};
}

Loading…
Cancel
Save