pull/633/head
ioedeveloper 4 years ago committed by Liana Husikyan
parent d3ea60f657
commit 5ef9eff58f
  1. 2
      apps/remix-ide-e2e/src/commands/debugTransaction.ts

@ -17,7 +17,7 @@ function checkStyle (browser: NightwatchBrowser, index: number, callback: VoidFu
browser.pause(2000).execute(function (index: number) {
const debugBtn = document.querySelectorAll('*[data-shared="txLoggerDebugButton"]')[index] as HTMLInputElement
debugBtn.click()
debugBtn && debugBtn.click()
}, [index], function () {
callback()
})

Loading…
Cancel
Save