Skip to content

Commit a24f6db

Browse files
author
ci-bot
committed
fix test
1 parent e17569f commit a24f6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide-e2e/src/tests/debugger.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ module.exports = {
132132
.waitForElementVisible('#stepdetail')
133133
.waitForElementVisible({
134134
locateStrategy: 'xpath',
135-
selector: '//*[@data-id="treeViewLivm trace step" and contains(.,"42")]',
135+
selector: '//*[@data-id="treeViewLivm trace step" and contains(.,"131")]',
136136
})
137137
.goToVMTraceStep(261)
138138
.waitForElementPresent('.highlightLine8')

0 commit comments

Comments
 (0)