fix debugTransactions command failing e2e

pull/2904/head
Joseph Izang 2 years ago
parent 017167ec53
commit 46dc782321
  1. 2
      apps/remix-ide-e2e/src/tests/debugger.test.ts

@ -20,7 +20,7 @@ module.exports = {
.pause(4000)
.clickLaunchIcon('udapp')
.waitForElementPresent('*[data-title="Deploy - transact (not payable)"]', 60000)
.click('*[title="Deploy - transact (not payable)"]')
.click('*[data-title="Deploy - transact (not payable)"]')
.debugTransaction(0)
.waitForElementContainsText('*[data-id="sidePanelSwapitTitle"]', 'DEBUGGER', 60000)
.clearConsole()

Loading…
Cancel
Save