We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00bdd4c commit 69f0f83Copy full SHA for 69f0f83
apps/remix-ide-e2e/src/tests/metamask.test.ts
@@ -307,13 +307,13 @@ const tests = {
307
const branch = process.env.CIRCLE_BRANCH
308
const runTestsConditions = branch && (branch === 'master' || branch === 'remix_live' || branch.includes('remix_beta') || branch.includes('metamask'))
309
310
-if (!checkBrowserIsChrome(browser)) {
+// if (!checkBrowserIsChrome(browser)) {
311
module.exports = {}
312
-} else {
313
- module.exports = {
314
- ...(branch ? (runTestsConditions ? tests : {}) : tests)
315
- };
316
-}
+// } else {
+// module.exports = {
+// ...(branch ? (runTestsConditions ? tests : {}) : tests)
+// };
+// }
317
318
const EIP712_Example = {
319
domain: {
0 commit comments