pull/5370/head
aniket-engg 8 months ago committed by Aniket
parent 1f5ac060ad
commit f45158c9aa
  1. 2
      apps/remix-ide-e2e/src/tests/debugger.test.ts

@ -95,7 +95,7 @@ module.exports = {
.waitForElementVisible('#stepdetail') .waitForElementVisible('#stepdetail')
.waitForElementVisible({ .waitForElementVisible({
locateStrategy: 'xpath', locateStrategy: 'xpath',
selector: '//*[@data-id="treeViewLivm trace step" and contains(.,"531")]', selector: '//*[@data-id="treeViewLivm trace step" and contains(.,"475")]',
}) })
.getEditorValue((content) => { .getEditorValue((content) => {
browser.assert.ok(content.indexOf(`constructor (string memory name_, string memory symbol_) { browser.assert.ok(content.indexOf(`constructor (string memory name_, string memory symbol_) {

Loading…
Cancel
Save