We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e17569f commit a24f6dbCopy full SHA for a24f6db
apps/remix-ide-e2e/src/tests/debugger.test.ts
@@ -132,7 +132,7 @@ module.exports = {
132
.waitForElementVisible('#stepdetail')
133
.waitForElementVisible({
134
locateStrategy: 'xpath',
135
- selector: '//*[@data-id="treeViewLivm trace step" and contains(.,"42")]',
+ selector: '//*[@data-id="treeViewLivm trace step" and contains(.,"131")]',
136
})
137
.goToVMTraceStep(261)
138
.waitForElementPresent('.highlightLine8')
0 commit comments