Skip to content

Commit 632c72f

Browse files
authored
Merge pull request #6114 from ethereum/templatefix2
only ff template test
2 parents 763e387 + 59a1c6b commit 632c72f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

apps/remix-ide-e2e/src/tests/templates.test.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ function testTemplateOptions(browser: NightwatchBrowser, mode: 'create' | 'add')
231231
})
232232
}
233233

234-
module.exports = {
234+
const tests = {
235235
'@disabled': true,
236236
before: function (browser: NightwatchBrowser, done: VoidFunction) {
237237
init(browser, done)
@@ -260,4 +260,7 @@ module.exports = {
260260

261261
testTemplateOptions(browser, 'add')
262262
}
263-
}
263+
}
264+
265+
266+
module.exports = browser.browserName.includes('chrome') ? {} : tests

0 commit comments

Comments
 (0)