pull/4656/head
aniket-engg 8 months ago committed by Aniket
parent 5f87da3a5c
commit facb0c5a26
  1. 2
      apps/remix-ide-e2e/src/tests/debugger.test.ts

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

Loading…
Cancel
Save