pull/5370/head
Aniket-Engg 2 years ago committed by Aniket
parent fd37ca4ca3
commit 914e9ae842
  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(.,"545")]',
selector: '//*[@data-id="treeViewLivm trace step" and contains(.,"531")]',
})
.getEditorValue((content) => {
browser.assert.ok(content.indexOf(`constructor (string memory name_, string memory symbol_) {

Loading…
Cancel
Save