set editor test to global disable

pull/5370/head
filip mertens 3 years ago committed by yann300
parent 3b428a8d4d
commit 11f3638540
  1. 2
      apps/remix-ide-e2e/src/tests/editor.test.ts

@ -4,7 +4,7 @@ import { NightwatchBrowser } from 'nightwatch'
import init from '../helpers/init'
module.exports = {
'@disabled': true,
before: function (browser: NightwatchBrowser, done: VoidFunction) {
init(browser, done, 'http://127.0.0.1:8080', true)
},

Loading…
Cancel
Save