fix lint errors

pull/5370/head
Joseph Izang 6 months ago
parent 6ce32cb671
commit 6b411015ea
  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