fix lint errors

pull/4774/head
Joseph Izang 5 months ago
parent fbc46981f4
commit cfacf3f5de
  1. 3
      apps/remix-ide-e2e/src/tests/file_explorer_dragdrop.test.ts

@ -6,7 +6,6 @@ const checkBrowserIsChrome = function (browser: NightwatchBrowser) {
return browser.browserName.indexOf('chrome') > -1
}
module.exports = {
'@disabled': true,
before: function (browser: NightwatchBrowser, done: VoidFunction) {
@ -98,6 +97,4 @@ module.exports = {
}
}
}

Loading…
Cancel
Save