end session

pull/5102/head
bunsenstraat 3 months ago
parent e56ca9f1bf
commit 1804940f6b
  1. 2
      apps/remix-ide-e2e/src/tests/remixd.test.ts

@ -87,6 +87,8 @@ module.exports = {
remixd = await spawnRemixd(join(process.cwd(), '/apps/remix-ide', '/contracts'))
} catch (err) {
console.error(err)
// end the session
browser.end()
}
console.log('working directory', process.cwd())
connectRemixd(browser, done)

Loading…
Cancel
Save