pull/5370/head
filip mertens 1 year ago
parent 41c6bef784
commit 5a0ce3e2a2
  1. 3
      apps/remix-ide-e2e/src/tests/editorAutoComplete.test.ts

@ -12,7 +12,7 @@ module.exports = {
before: function (browser: NightwatchBrowser, done: VoidFunction) {
init(browser, done, 'http://127.0.0.1:8080', false)
},
/*
'Should enable settings': function (browser: NightwatchBrowser) {
browser
.clickLaunchIcon('settings')
@ -20,6 +20,7 @@ module.exports = {
.click('[data-id="settingsShowGasLabel"]')
.click('[data-id="displayErrorsLabel"]')
},
*/
'Should add test and base files #group1': function (browser: NightwatchBrowser) {
browser.addFile(examples.testContract.name, examples.testContract)

Loading…
Cancel
Save